Releases: meshy-dev/resty
Releases · meshy-dev/resty
v2.100.3
Immutable
release. Only release title and notes can be modified.
What's Changed
- fix(BAC-700): deep-clone httpClient in Clone() to prevent shared Timeout mutation by @zhoukuncheng in #9
New Contributors
- @zhoukuncheng made their first contribution in #9
Full Changelog: v2.100.2...v2.100.3
v2.100.2
Immutable
release. Only release title and notes can be modified.
What's Changed
- refactor: prevent automatic setting of Content-Length by @knight42 in #4
- refactor: stream multipart form-data uploads by @knight42 in #3
- refactor: rename client.DeepClone() to client.Clone() by @knight42 in #5
- refactor: stop using sync.Pool to acquire bytes.Buffer for request body by @knight42 in #6
- refactor: always attemp to reset readers during retry by @knight42 in #7
- refactor: reduce code duplication through cleanup by @knight42 in #8
Full Changelog: v2.100.1...v2.100.2
v2.100.1
Immutable
release. Only release title and notes can be modified.