Skip to content

Tags: Noooste/azuretls-client

Tags

v1.12.9

Toggle v1.12.9's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix(pin): enhance pin verification with session support and improve e…

…rror messages (#422)

Signed-off-by: Noooste <83548733+Noooste@users.noreply.github.com>

v1.12.8

Toggle v1.12.8's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore(deps): Bump golang.org/x/net from 0.44.0 to 0.46.0 (#415)

Bumps [golang.org/x/net](https://github.com/golang/net) from 0.44.0 to 0.46.0.
- [Commits](golang/net@v0.44.0...v0.46.0)

---
updated-dependencies:
- dependency-name: golang.org/x/net
  dependency-version: 0.46.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

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

v1.12.7

Toggle v1.12.7's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Make public method to dump request and response to file (#416)

* Make public method to dump request and response to file

* review fixes

v1.12.6

Toggle v1.12.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat(connection): add custom dial function to Session for flexible co…

…nnection handling (#409)

Signed-off-by: Noooste <83548733+Noooste@users.noreply.github.com>

v1.12.5

Toggle v1.12.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix(http3): add support for custom ClientHelloSpec in HTTP/3 connecti…

…ons (#406)

* fix(http3): add support for custom ClientHelloSpec in HTTP/3 connections

Signed-off-by: Noooste <83548733+Noooste@users.noreply.github.com>

* fix(http3): update ClientHelloSpec retrieval to use instance method

Signed-off-by: Noooste <83548733+Noooste@users.noreply.github.com>

---------

Signed-off-by: Noooste <83548733+Noooste@users.noreply.github.com>

v1.12.4

Toggle v1.12.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore(deps): Bump actions/setup-go from 5 to 6 (#393)

Bumps [actions/setup-go](https://github.com/actions/setup-go) from 5 to 6.
- [Release notes](https://github.com/actions/setup-go/releases)
- [Commits](actions/setup-go@v5...v6)

---
updated-dependencies:
- dependency-name: actions/setup-go
  dependency-version: '6'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

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

v1.12.3

Toggle v1.12.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix: Resolve DATA RACE on ReadResponse (#389)

* fix: resolve data race in response body handling and improve test coverage

Signed-off-by: Noste <83548733+Noooste@users.noreply.github.com>

* fix: correct indentation for SECURE_PROXY in push.yml

Signed-off-by: Noste <83548733+Noooste@users.noreply.github.com>

---------

Signed-off-by: Noste <83548733+Noooste@users.noreply.github.com>

v1.12.2

Toggle v1.12.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat(azuretls): add support for binary uploads with new request funct…

…ion (#386)

Signed-off-by: Noste <83548733+Noooste@users.noreply.github.com>

v1.12.1

Toggle v1.12.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix: Race condition on body decompression (#385)

* fix(tests): update test URLs from httpbin.org to httpbingo.org

Signed-off-by: Noste <83548733+Noooste@users.noreply.github.com>

* refactor(tests): remove unnecessary fmt.Println statements from test files

Signed-off-by: Noste <83548733+Noooste@users.noreply.github.com>

* fix(tests): remove unused response variable in session.Get test

Signed-off-by: Noste <83548733+Noooste@users.noreply.github.com>

* fix(request): add Accept-Encoding header conditionally based on decompression setting

Signed-off-by: Noste <83548733+Noooste@users.noreply.github.com>

* fix(encoding): ensure proper closure of response body reader

Signed-off-by: Noste <83548733+Noooste@users.noreply.github.com>

* test(compression): add local tests for various compression algorithms

Signed-off-by: Noste <83548733+Noooste@users.noreply.github.com>

* fix(decompression): simplify gzip handling and improve response body decoding

Signed-off-by: Noste <83548733+Noooste@users.noreply.github.com>

---------

Signed-off-by: Noste <83548733+Noooste@users.noreply.github.com>

v1.12.0

Toggle v1.12.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat(compression): Add DisableAutoDecompression (#382)

* feat(azuretls): add option to disable automatic response decompression

Signed-off-by: Noste <83548733+Noooste@users.noreply.github.com>

* test: update decompression tests and improve error handling in response

Signed-off-by: Noste <83548733+Noooste@users.noreply.github.com>

---------

Signed-off-by: Noste <83548733+Noooste@users.noreply.github.com>