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

Tags: ContainerSSH/http

Tags

v1.3.0

Toggle v1.3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Bump github.com/containerssh/log from 1.1.3 to 1.1.6 (#15)

Bumps [github.com/containerssh/log](https://github.com/containerssh/log) from 1.1.3 to 1.1.6.
- [Release notes](https://github.com/containerssh/log/releases)
- [Changelog](https://github.com/ContainerSSH/log/blob/main/CHANGELOG.md)
- [Commits](ContainerSSH/log@v1.1.3...v1.1.6)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

v1.2.0

Toggle v1.2.0's commit message

Unverified

No user is associated with the committer email.
Support for content negotiation

v1.1.0

Toggle v1.1.0's commit message

Unverified

No user is associated with the committer email.
1.1.0: Adding support for additional HTTP methods

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

v1.0.2

Toggle v1.0.2's commit message

Unverified

No user is associated with the committer email.
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.

v1.0.1

Toggle v1.0.1's commit message

Unverified

No user is associated with the committer email.
1.0.1: Explicitly setting the `Accept` header

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

v1.0.0

Toggle v1.0.0's commit message

Unverified

No user is associated with the committer email.
1.0.0: Initial stable version

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

v0.9.9

Toggle v0.9.9's commit message

Unverified

No user is associated with the committer email.
Fixed incorrect default cipher list

v0.9.8

Toggle v0.9.8's commit message

Unverified

No user is associated with the committer email.
Message code cleanup

v0.9.7

Toggle v0.9.7's commit message

Unverified

No user is associated with the committer email.
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.

v0.9.6

Toggle v0.9.6's commit message

Unverified

No user is associated with the committer email.
Dependency updates