Skip to content

Releases: socketry/protocol-http

v0.62.2

16 Apr 06:29
a2f2d1c

Choose a tag to compare

Bump patch version.

v0.62.1

16 Apr 06:26
1ed69f0

Choose a tag to compare

  • Fix handling of Stream#read(0), it must return a mutable string (or clear the given buffer).

v0.62.0

11 Apr 09:59
d8b5f53

Choose a tag to compare

Bump minor version.

v0.61.0

11 Apr 08:50
af8cb2e

Choose a tag to compare

  • Introduce Protocol::HTTP::RequestRefusedError for indicating a request was not processed by the server and can be safely retried.

v0.60.0

10 Mar 10:01
6b9b3d8

Choose a tag to compare

  • Expose Protocol::HTTP::Body::Writable#count attribute to provide access to the number of chunks written to the body.

v0.28.2

21 Aug 03:11
c2cd3b6

Choose a tag to compare

What's Changed

  • Support output buffer in read_partial/readpartial. by @ioquatix in #61

Full Changelog: v0.28.1...v0.28.2

v0.26.4

16 Apr 03:18
fa19602

Choose a tag to compare

What's Changed

  • Add support for as_json to avoid the default Rails implementation. by @ioquatix in #53
  • as_json should ignore all arguments. Add default to_json. by @ioquatix in #54

Full Changelog: v0.26.2...v0.26.4

v0.26.2

16 Apr 03:18
5ec23da

Choose a tag to compare

What's Changed

  • Use @callback to track the state of the invocation. by @ioquatix in #52

Full Changelog: v0.26.1...v0.26.2

v0.26.1

07 Feb 11:33
3d1f309

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.26.0...v0.26.1

v0.26.0

26 Jan 08:11
e47cada

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.25.0...v0.26.0