Skip to content

Releases: OneBusAway/python-sdk

v1.14.1

23 Jul 13:02
c304179
Compare
Choose a tag to compare

1.14.1 (2025-07-23)

Full Changelog: v1.14.0...v1.14.1

Bug Fixes

  • parsing: ignore empty metadata (eef0db2)
  • parsing: parse extra field types (e477fc8)

v1.14.0

17 Jul 21:15
31ba26f
Compare
Choose a tag to compare

1.14.0 (2025-07-15)

Full Changelog: v1.13.5...v1.14.0

Features

  • clean up environment call outs (ecac1f6)

v1.13.5

12 Jul 15:03
2677a96
Compare
Choose a tag to compare

1.13.5 (2025-07-12)

Full Changelog: v1.13.4...v1.13.5

Bug Fixes

  • client: don't send Content-Type header on GET requests (935e2d2)

Chores

  • readme: fix version rendering on pypi (e29e75d)

v1.13.4

10 Jul 13:17
2aeccdd
Compare
Choose a tag to compare

1.13.4 (2025-07-10)

Full Changelog: v1.13.3...v1.13.4

Bug Fixes

  • parsing: correctly handle nested discriminated unions (d1bb078)

v1.13.3

09 Jul 15:31
74f24e4
Compare
Choose a tag to compare

1.13.3 (2025-07-09)

Full Changelog: v1.13.2...v1.13.3

Chores

  • internal: bump pinned h11 dep (495b65d)
  • package: mark python 3.13 as supported (404807c)

v1.13.2

06 Jul 15:08
b0ab5fe
Compare
Choose a tag to compare

1.13.2 (2025-07-05)

Full Changelog: v1.13.1...v1.13.2

Chores

v1.13.1

05 Jul 22:12
14c3b3f
Compare
Choose a tag to compare

1.13.1 (2025-07-02)

Full Changelog: v1.13.0...v1.13.1

Bug Fixes

  • ci: correct conditional (1b938b2)

Chores

  • ci: change upload type (add541c)
  • ci: only run for pushes and fork pull requests (e15aec6)

v1.13.0

27 Jun 19:54
690ca84
Compare
Choose a tag to compare

1.13.0 (2025-06-27)

Full Changelog: v1.12.2...v1.13.0

Features

  • client: add support for aiohttp (30eada9)

Bug Fixes

  • ci: release-doctor — report correct token name (32bbbb3)

Chores

  • tests: skip some failing tests on the latest python versions (6a88517)

v1.12.2

20 Jun 00:47
1392ae6
Compare
Choose a tag to compare

1.12.2 (2025-06-19)

Full Changelog: v1.12.1...v1.12.2

Bug Fixes

  • tests: fix: tests which call HTTP endpoints directly with the example parameters (355779a)

Chores

  • ci: enable for pull requests (2b9118f)
  • internal: update conftest.py (a2b6c3e)
  • readme: update badges (dc50499)
  • tests: add tests for httpx client instantiation & proxies (55c4719)

Documentation

  • client: fix httpx.Timeout documentation reference (5e8cb3a)

v1.12.1

15 Jun 17:26
8962801
Compare
Choose a tag to compare

1.12.1 (2025-06-13)

Full Changelog: v1.12.0...v1.12.1

Bug Fixes

  • client: correctly parse binary response | stream (4bc049c)

Chores

  • tests: run tests in parallel (1329bbe)