File tree Expand file tree Collapse file tree 4 files changed +31
-3
lines changed
Expand file tree Collapse file tree 4 files changed +31
-3
lines changed Original file line number Diff line number Diff line change 11{
2- "." : " 0.7 .0"
2+ "." : " 0.8 .0"
33}
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 0.8.0 (2025-06-21)
4+
5+ Full Changelog: [ v0.7.0...v0.8.0] ( https://github.com/isaacus-dev/isaacus-python/compare/v0.7.0...v0.8.0 )
6+
7+ ### Features
8+
9+ * ** client:** add support for aiohttp ([ fba17e9] ( https://github.com/isaacus-dev/isaacus-python/commit/fba17e98279aa6d93dd3c9b6f9b95246b4fac813 ) )
10+
11+
12+ ### Bug Fixes
13+
14+ * ** client:** correctly parse binary response | stream ([ 5e316fe] ( https://github.com/isaacus-dev/isaacus-python/commit/5e316feaf5270e54321a917a9cd59efb2c42fcb3 ) )
15+ * ** tests:** fix: tests which call HTTP endpoints directly with the example parameters ([ 638c7c4] ( https://github.com/isaacus-dev/isaacus-python/commit/638c7c4df7ecbc189480a0cba2d93125f9b97d2f ) )
16+
17+
18+ ### Chores
19+
20+ * ** ci:** enable for pull requests ([ 29244fd] ( https://github.com/isaacus-dev/isaacus-python/commit/29244fdb33a5706480e1c7314099a14ae177ee06 ) )
21+ * ** internal:** update conftest.py ([ e4a5936] ( https://github.com/isaacus-dev/isaacus-python/commit/e4a59368bd7d42d65fd368b03a208b2aa32a9144 ) )
22+ * ** readme:** update badges ([ cd48569] ( https://github.com/isaacus-dev/isaacus-python/commit/cd485693063d03f092d5be7f024b0f7e23da0897 ) )
23+ * ** tests:** add tests for httpx client instantiation & proxies ([ 5d2c5b9] ( https://github.com/isaacus-dev/isaacus-python/commit/5d2c5b9e20bd80acd05240217b6be3991b46aae2 ) )
24+ * ** tests:** run tests in parallel ([ 3f0e6da] ( https://github.com/isaacus-dev/isaacus-python/commit/3f0e6da6d9c6d9cd46cfa382da55a0b6a07d9d49 ) )
25+
26+
27+ ### Documentation
28+
29+ * ** client:** fix httpx.Timeout documentation reference ([ b68d394] ( https://github.com/isaacus-dev/isaacus-python/commit/b68d3944df0ca58b7df3e89e06e90799f7ade25b ) )
30+
331## 0.7.0 (2025-06-03)
432
533Full Changelog: [ v0.6.1...v0.7.0] ( https://github.com/isaacus-dev/isaacus-python/compare/v0.6.1...v0.7.0 )
Original file line number Diff line number Diff line change 11[project ]
22name = " isaacus"
3- version = " 0.7 .0"
3+ version = " 0.8 .0"
44description = " The official Python library for the isaacus API"
55dynamic = [" readme" ]
66license = " Apache-2.0"
Original file line number Diff line number Diff line change 11# File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
22
33__title__ = "isaacus"
4- __version__ = "0.7 .0" # x-release-please-version
4+ __version__ = "0.8 .0" # x-release-please-version
You can’t perform that action at this time.
0 commit comments