Releases: ContainerSSH/http
1.3.0: Extra headers support
This change allows for setting extra headers using the new NewClientWithHeaders
function.
1.2.0: Support for content negotiation
This release adds support for creating a handler that performs content negotiation between JSON and text output.
1.1.0: Adding support for additional HTTP methods
This release adds support for the Delete, Put, and Patch methods.
1.0.2: Adding support for www-urlencoded request body
This release adds the ability to switch request bodies to the www-urlencoded
encoding for the purposes of OAuth2 authentication.
1.0.1: Explicitly setting the `Accept` header
This release explicitly adds the "Accept" header on client requests.
1.0.0: Initial stable version
This release tags the first stable version for the ContainerSSH 0.4.0 release.
0.9.9: Added onReady hook, TLS settings
Added the onReady hook to allow implementing services to directly inject ready handlers. Also added configurable server TLS settings.
0.9.8: Message code cleanup
This release cleans up the message codes being emitted.
0.9.7: Bugfixing validation
This release fixes a validation bug introduced in the previous version where TLS parameters were validated even if the URL didn't point to a https://
URL.
0.9.6: Configurable TLS support, unified logging
This release adds configurable TLS versions, ciphers, ECDH curves, as well as transitioning to the unified logging interface.