Skip to content

Releases: OneBusAway/ruby-sdk

v1.2.3

21 Nov 08:17
c98b901

Choose a tag to compare

1.2.3 (2025-11-21)

Full Changelog: v1.2.2...v1.2.3

Chores

  • explicitly require "base64" gem (9a4b451)

v1.2.2

06 Nov 00:29
4695dfe

Choose a tag to compare

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

04 Nov 20:00
4bdc7f5

Choose a tag to compare

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

24 Oct 04:02
9040ad0

Choose a tag to compare

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

17 Oct 00:16
35a7012

Choose a tag to compare

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

15 Oct 02:26
76f82c2

Choose a tag to compare

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_stream interop (29dd5d7)

Performance Improvements

Chores

  • allow fast-format to use bsd sed as well (ac285dc)
  • ignore linter error for tests having large collections (88b7a09)
  • improve example values (c2ea3c6)
  • internal: codegen related update (2a3af55)

v1.1.1

22 Sep 20:22
6a6a420

Choose a tag to compare

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

19 Sep 23:02
ba507ed

Choose a tag to compare

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

25 Aug 17:16
ac72bd9

Choose a tag to compare

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

21 Aug 21:02
e9e76c6

Choose a tag to compare

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)