File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11{
2- "." : " 0.3.0 "
2+ "." : " 1.0.0-rc1 "
33}
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 1.0.0-rc1 (2025-10-31)
4+
5+ Full Changelog: [ v0.3.0...v1.0.0-rc1] ( https://github.com/Not-Diamond/not-diamond-python/compare/v0.3.0...v1.0.0-rc1 )
6+
7+ ### Features
8+
9+ * ** api:** fix modelSelect error ([ eb29990] ( https://github.com/Not-Diamond/not-diamond-python/commit/eb29990fab14468f39368f7f5b0e4ebf019d0841 ) )
10+ * ** api:** manual updates ([ b905d72] ( https://github.com/Not-Diamond/not-diamond-python/commit/b905d72ebec4d42373de62865a85f62d4a87c477 ) )
11+ * ** api:** manual updates ([ d664d8d] ( https://github.com/Not-Diamond/not-diamond-python/commit/d664d8d20ab802a9aa0150519a3900d386f7b1d9 ) )
12+
13+
14+ ### Bug Fixes
15+
16+ * ** client:** close streams without requiring full consumption ([ c9f7310] ( https://github.com/Not-Diamond/not-diamond-python/commit/c9f73103e1747f06da439c77b7d5e322c4d09a4e ) )
17+
18+
19+ ### Chores
20+
21+ * ** internal/tests:** avoid race condition with implicit client cleanup ([ 14e720b] ( https://github.com/Not-Diamond/not-diamond-python/commit/14e720b4d735b9a52d634b1ec24db5bff9c3aa24 ) )
22+ * update SDK settings ([ 26ae314] ( https://github.com/Not-Diamond/not-diamond-python/commit/26ae3141eaa1df28dd8b1d1e5d322fb135bee6b9 ) )
23+
324## 0.3.0 (2025-10-24)
425
526Full Changelog: [ v0.2.0...v0.3.0] ( https://github.com/Not-Diamond/not-diamond-python/compare/v0.2.0...v0.3.0 )
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ The REST API documentation can be found on [docs.notdiamond.ai](https://docs.not
1717
1818``` sh
1919# install from PyPI
20- pip install notdiamond
20+ pip install --pre notdiamond
2121```
2222
2323## Usage
@@ -127,7 +127,7 @@ You can enable this by installing `aiohttp`:
127127
128128``` sh
129129# install from PyPI
130- pip install notdiamond[aiohttp]
130+ pip install --pre notdiamond[aiohttp]
131131```
132132
133133Then you can enable it by instantiating the client with ` http_client=DefaultAioHttpClient() ` :
Original file line number Diff line number Diff line change 11[project ]
22name = " notdiamond"
3- version = " 0.3.0 "
3+ version = " 1.0.0-rc1 "
44description = " The official Python library for the not-diamond 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__ = "not_diamond"
4- __version__ = "0.3.0 " # x-release-please-version
4+ __version__ = "1.0.0-rc1 " # x-release-please-version
You can’t perform that action at this time.
0 commit comments