Skip to content
This repository has been archived by the owner on Oct 2, 2022. It is now read-only.

Releases: ContainerSSH/http

1.3.0: Extra headers support

22 Sep 18:04
7ff8f51
Compare
Choose a tag to compare

This change allows for setting extra headers using the new NewClientWithHeaders function.

1.2.0: Support for content negotiation

09 Jun 19:45
Compare
Choose a tag to compare

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

26 Apr 06:53
Compare
Choose a tag to compare

This release adds support for the Delete, Put, and Patch methods.

1.0.2: Adding support for www-urlencoded request body

15 Apr 07:14
Compare
Choose a tag to compare

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

10 Apr 06:26
Compare
Choose a tag to compare

This release explicitly adds the "Accept" header on client requests.

1.0.0: Initial stable version

01 Apr 13:55
Compare
Choose a tag to compare

This release tags the first stable version for the ContainerSSH 0.4.0 release.

0.9.9: Added onReady hook, TLS settings

09 Mar 08:49
Compare
Choose a tag to compare
Pre-release

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

08 Mar 21:08
Compare
Choose a tag to compare
Pre-release

This release cleans up the message codes being emitted.

0.9.7: Bugfixing validation

06 Mar 09:14
Compare
Choose a tag to compare
Pre-release

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

06 Mar 09:07
Compare
Choose a tag to compare

This release adds configurable TLS versions, ciphers, ECDH curves, as well as transitioning to the unified logging interface.