Skip to content

Tags: go-resty/resty

Tags

v3.0.0-beta.3

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: SSE introduce sync pool for `rawEvent` to optimize memory usage (

…#1011)

* sse: introduce a sync pool for `rawEvent` to optimize memory usage.

* fix deferred resource cleanup in event parsing

Move the `defer putRawEvent(ed)` call after error handling to ensure resources are properly released only when parsing succeeds. This prevents potential resource leaks when errors occur during event parsing.

v3.0.0-beta.2

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: incorrect https warning on credential flow (#972)

v3.0.0-beta.1

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore(release): version bump and ci config update (#968)

v3.0.0-alpha.10

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: add json definition and method to trace info (#964)

- its preparation for upcoming debug log formatter

v2.16.5

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore(release): version bump and readme update (#961)

v2.16.4

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore(release): version bump and readme update (#958)

v3.0.0-alpha.9

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: add gzip pool to reuse the reader (#950)

v3.0.0-alpha.8

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: add flate pool to reuse the reader (#949)

v2.16.3

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore(deps, release): update go mod, version bump and readme update (#…

…946)

v3.0.0-alpha.7

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat!: add overwrite ability for retry conditions and hooks #868 (#943)

- refactor retry conditions and hooks into accepting multiple values