Version 0.23.1 of Bee Client is now available. This brings some minor API changes;
RequestBody now implements equals and hashCode methods appropriately according to its implemention subclasses.
MediaType.contentType field has been renamed to
mainType
to reflect its purpose more correctly. (It would be possible to usetype
but this wasn’t adopted because of the inconsistency this introduces into source code at usage sites, vs the subType field.)