Releases: OneBusAway/ruby-sdk
Releases · OneBusAway/ruby-sdk
v1.2.3
v1.2.2
1.2.2 (2025-11-05)
Full Changelog: v1.2.1...v1.2.2
Bug Fixes
- better thread safety via early initializing SSL store during HTTP client creation (ca9ceed)
v1.2.1
1.2.1 (2025-11-04)
Full Changelog: v1.2.0...v1.2.1
Chores
- bump dependency version and update sorbet types (316d259)
v1.2.0
1.2.0 (2025-10-24)
Full Changelog: v1.1.3...v1.2.0
Features
- handle thread interrupts in the core HTTP client (53092d4)
v1.1.3
1.1.3 (2025-10-16)
Full Changelog: v1.1.2...v1.1.3
Bug Fixes
- absolutely qualified uris should always override the default (a1e088f)
v1.1.2
1.1.2 (2025-10-15)
Full Changelog: v1.1.1...v1.1.2
Bug Fixes
- always send
filename=...for multipart requests where a file is expected (ae0a463) - coroutine leaks from connection pool (5c3a6f1)
- shorten multipart boundary sep to less than RFC specificed max length (eee0939)
- should not reuse buffers for
IO.copy_streaminterop (29dd5d7)
Performance Improvements
- faster code formatting (95c9921)
Chores
v1.1.1
1.1.1 (2025-09-20)
Full Changelog: v1.1.0...v1.1.1
Chores
- do not install brew dependencies in ./scripts/bootstrap by default (97dbf93)
v1.1.0
1.1.0 (2025-09-18)
Full Changelog: v1.0.26...v1.1.0
Features
- expose response headers for both streams and errors (f90702c)
v1.0.26
1.0.26 (2025-08-25)
Full Changelog: v1.0.25...v1.0.26
Chores
- add json schema comment for rubocop.yml (30b36f9)
v1.0.25
1.0.25 (2025-08-20)
Full Changelog: v1.0.24...v1.0.25
Bug Fixes
- bump sorbet version and fix new type errors from the breaking change (c072aac)