Skip to content

Releases: hubmapconsortium/entity-python-sdk

v2.0.0-alpha.26

15 Jul 13:11

Choose a tag to compare

v2.0.0-alpha.26 Pre-release
Pre-release

2.0.0-alpha.26 (2025-07-15)

Full Changelog: v2.0.0-alpha.25...v2.0.0-alpha.26

Features

  • clean up environment call outs (a0d08d4)

v2.0.0-alpha.25

14 Jul 16:33

Choose a tag to compare

v2.0.0-alpha.25 Pre-release
Pre-release

2.0.0-alpha.25 (2025-07-12)

Full Changelog: v2.0.0-alpha.24...v2.0.0-alpha.25

Bug Fixes

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

v2.0.0-alpha.24

11 Jul 11:54

Choose a tag to compare

v2.0.0-alpha.24 Pre-release
Pre-release

2.0.0-alpha.24 (2025-07-11)

Full Changelog: v2.0.0-alpha.23...v2.0.0-alpha.24

Chores

  • readme: fix version rendering on pypi (9781f0d)

v2.0.0-alpha.23

10 Jul 12:07

Choose a tag to compare

v2.0.0-alpha.23 Pre-release
Pre-release

2.0.0-alpha.23 (2025-07-10)

Full Changelog: v2.0.0-alpha.22...v2.0.0-alpha.23

Bug Fixes

  • parsing: correctly handle nested discriminated unions (41a0acb)

v2.0.0-alpha.22

09 Jul 12:57

Choose a tag to compare

v2.0.0-alpha.22 Pre-release
Pre-release

2.0.0-alpha.22 (2025-07-09)

Full Changelog: v2.0.0-alpha.21...v2.0.0-alpha.22

Chores

  • internal: bump pinned h11 dep (f57e34c)
  • package: mark python 3.13 as supported (793b96e)

v2.0.0-alpha.21

08 Jul 12:36

Choose a tag to compare

v2.0.0-alpha.21 Pre-release
Pre-release

2.0.0-alpha.21 (2025-07-08)

Full Changelog: v2.0.0-alpha.20...v2.0.0-alpha.21

Chores

  • internal: codegen related update (9718a3c)

v2.0.0-alpha.20

02 Jul 13:11

Choose a tag to compare

v2.0.0-alpha.20 Pre-release
Pre-release

2.0.0-alpha.20 (2025-07-02)

Full Changelog: v2.0.0-alpha.19...v2.0.0-alpha.20

Chores

v2.0.0-alpha.19

30 Jun 11:56

Choose a tag to compare

v2.0.0-alpha.19 Pre-release
Pre-release

2.0.0-alpha.19 (2025-06-30)

Full Changelog: v2.0.0-alpha.18...v2.0.0-alpha.19

Bug Fixes

  • ci: correct conditional (c689b9b)

Chores

  • ci: only run for pushes and fork pull requests (7ab21f2)

v2.0.0-alpha.18

27 Jun 10:50

Choose a tag to compare

v2.0.0-alpha.18 Pre-release
Pre-release

2.0.0-alpha.18 (2025-06-27)

Full Changelog: v2.0.0-alpha.17...v2.0.0-alpha.18

Bug Fixes

  • ci: release-doctor — report correct token name (8b450f8)

v2.0.0-alpha.17

26 Jun 16:17

Choose a tag to compare

v2.0.0-alpha.17 Pre-release
Pre-release

2.0.0-alpha.17 (2025-06-24)

Full Changelog: v2.0.0-alpha.16...v2.0.0-alpha.17

Features

  • client: add support for aiohttp (d016ad9)

Bug Fixes

  • client: correctly parse binary response | stream (42caccd)
  • tests: fix: tests which call HTTP endpoints directly with the example parameters (e95d9d4)

Chores

  • ci: enable for pull requests (1cfe2c3)
  • internal: update conftest.py (f0f799d)
  • readme: update badges (e76a8da)
  • tests: add tests for httpx client instantiation & proxies (4f95579)
  • tests: run tests in parallel (66feb68)
  • tests: skip some failing tests on the latest python versions (ebc7530)

Documentation

  • client: fix httpx.Timeout documentation reference (a451cee)