Bee Client

Bee Client is now at v0.22.4

Version 0.22.4 of Bee Client is now available. This is a bugfix release. Unclean handling of non-textual content has been tidied up. Status equals method has been changed to behave more intuitively, comparing only the status code now. History of commits

Bee Client is now at v0.22.6

Version 0.22.6 of Bee Client is now available. This brings some minor feature enhancements. Small improvements to the following classes: Status, Domain, Href, Path History of commits

Bee Client is now at v0.22.8

Version 0.22.8 of Bee Client is now available. This brings some minor API changes; the corresponding old API is now deprecated. Small alterations to the following constants: CookieJar.Empty, CredentialSuite.Empty The old names (CookieJar.empty and CredentialSuite.empty) should be replaced with the new names with capital ‘E’. History of commits

Bee client is now at v0.23.1

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 use type but this wasn’t adopted because of the inconsistency this introduces into source code at usage sites, vs the subType field.) History of commits

Bee Client is now at v0.24.0

Version 0.24.0 of Bee Client is now available. This brings one API change. Config now has a proxy field that is optional. The old apply signature is still available as a deprecated factory method, but you should upgrade your code to use the optionality. The meaning of the proxy field is thus: when some proxy is supplied, this is used for all requests made using this configuration when None is supplied, the standard JVM DefaultProxySelector operates and this means that the standard command-line flags are used when Some(Proxy.

Bee Client is now at v0.24.1

Version 0.24.1 of Bee Client is now available. This brings one API change. Config now has methods to make SSL connections operate in an insecure mode. This is intended for specialised purposes, e.g. code development, only. More information: Making proxied requests History of commits

Bee Client is now at v0.26.4

Version 0.26.4 of Bee Client is now available. This brings bugfixes to cookie handling: issue 22 cookie exipry, and issue 23 cookie domain matching Also, work is under way to provide client-side caching, following HTTP practice. This is not yet ready and will feature in a future release. History of commits

Bee Client is now at v0.26.6

Version 0.26.6 of Bee Client is now available. This brings a bugfix to date handling: issue 24 two-digit year Also, work to provide client-side caching, following HTTP practice, is nearly ready and a new version including it is to be expected soon. History of commits