Skip to content

Commit 27ca146

Browse files
release: 2.0.0-alpha.17
1 parent ac61c5d commit 27ca146

File tree

4 files changed

+32
-3
lines changed

4 files changed

+32
-3
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "2.0.0-alpha.16"
2+
".": "2.0.0-alpha.17"
33
}

CHANGELOG.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,34 @@
11
# Changelog
22

3+
## 2.0.0-alpha.17 (2025-06-24)
4+
5+
Full Changelog: [v2.0.0-alpha.16...v2.0.0-alpha.17](https://github.com/hubmapconsortium/entity-python-sdk/compare/v2.0.0-alpha.16...v2.0.0-alpha.17)
6+
7+
### Features
8+
9+
* **client:** add support for aiohttp ([d016ad9](https://github.com/hubmapconsortium/entity-python-sdk/commit/d016ad93c39c30c6be80315f8eb1d22625e9403a))
10+
11+
12+
### Bug Fixes
13+
14+
* **client:** correctly parse binary response | stream ([42caccd](https://github.com/hubmapconsortium/entity-python-sdk/commit/42caccd28b1b9976a19ee896f7062a757c5111de))
15+
* **tests:** fix: tests which call HTTP endpoints directly with the example parameters ([e95d9d4](https://github.com/hubmapconsortium/entity-python-sdk/commit/e95d9d4d83dfd03731a2f1c190f34fb675018c73))
16+
17+
18+
### Chores
19+
20+
* **ci:** enable for pull requests ([1cfe2c3](https://github.com/hubmapconsortium/entity-python-sdk/commit/1cfe2c3c65b6829524d0664aabc889b7871a3f1e))
21+
* **internal:** update conftest.py ([f0f799d](https://github.com/hubmapconsortium/entity-python-sdk/commit/f0f799d8e81879450303965ee81efc9c9938898a))
22+
* **readme:** update badges ([e76a8da](https://github.com/hubmapconsortium/entity-python-sdk/commit/e76a8dae5693141236e1d9b160019aa4c94a1ff5))
23+
* **tests:** add tests for httpx client instantiation & proxies ([4f95579](https://github.com/hubmapconsortium/entity-python-sdk/commit/4f95579b6059dcb0a637396fff4a105ff5e58d34))
24+
* **tests:** run tests in parallel ([66feb68](https://github.com/hubmapconsortium/entity-python-sdk/commit/66feb681cef600bec42b47aa66b6753edddb7907))
25+
* **tests:** skip some failing tests on the latest python versions ([ebc7530](https://github.com/hubmapconsortium/entity-python-sdk/commit/ebc7530d2e036ecd9f1ed023315e6b2a666cc32c))
26+
27+
28+
### Documentation
29+
30+
* **client:** fix httpx.Timeout documentation reference ([a451cee](https://github.com/hubmapconsortium/entity-python-sdk/commit/a451cee4fe25ad097d0ac76ed57ccc5cc1742c28))
31+
332
## 2.0.0-alpha.16 (2025-06-03)
433

534
Full Changelog: [v2.0.0-alpha.15...v2.0.0-alpha.16](https://github.com/hubmapconsortium/entity-python-sdk/compare/v2.0.0-alpha.15...v2.0.0-alpha.16)

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "hubmap_entity_sdk"
3-
version = "2.0.0-alpha.16"
3+
version = "2.0.0-alpha.17"
44
description = "The official Python library for the hubmap-entity-sdk API"
55
dynamic = ["readme"]
66
license = "MIT"

src/hubmap_entity_sdk/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
22

33
__title__ = "hubmap_entity_sdk"
4-
__version__ = "2.0.0-alpha.16" # x-release-please-version
4+
__version__ = "2.0.0-alpha.17" # x-release-please-version

0 commit comments

Comments
 (0)