Skip to content

Commit 13c4916

Browse files
release: 0.18.0
1 parent fe678f2 commit 13c4916

4 files changed

Lines changed: 43 additions & 3 deletions

File tree

.release-please-manifest.json

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

CHANGELOG.md

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

3+
## 0.18.0 (2026-04-18)
4+
5+
Full Changelog: [v0.17.0...v0.18.0](https://github.com/steel-dev/steel-python/compare/v0.17.0...v0.18.0)
6+
7+
### Features
8+
9+
* **internal:** implement indices array format for query and form serialization ([5e7b0a2](https://github.com/steel-dev/steel-python/commit/5e7b0a243b6d3fd6299b60695e57ef709096e265))
10+
11+
12+
### Bug Fixes
13+
14+
* **client:** preserve hardcoded query params when merging with user params ([a2ee006](https://github.com/steel-dev/steel-python/commit/a2ee00611edec4afc18dbe55707afcff37738b18))
15+
* **deps:** bump minimum typing-extensions version ([3815a72](https://github.com/steel-dev/steel-python/commit/3815a72732d737d7403f91fbec741c95dd5f89d5))
16+
* ensure file data are only sent as 1 parameter ([3d0485c](https://github.com/steel-dev/steel-python/commit/3d0485c4ab6faf9bf4cdf46b80f8bd5267a8b033))
17+
* **pydantic:** do not pass `by_alias` unless set ([f9686b4](https://github.com/steel-dev/steel-python/commit/f9686b47001a452f8591d9d65c7dd8c70dad5204))
18+
* sanitize endpoint path params ([abb806c](https://github.com/steel-dev/steel-python/commit/abb806c6ada0cb749bf734ada489eeff02738673))
19+
20+
21+
### Performance Improvements
22+
23+
* **client:** optimize file structure copying in multipart requests ([fe678f2](https://github.com/steel-dev/steel-python/commit/fe678f2ed6cd4eac844a0c260c62e4fba9a84cbb))
24+
25+
26+
### Chores
27+
28+
* **ci:** skip lint on metadata-only changes ([a90bcd7](https://github.com/steel-dev/steel-python/commit/a90bcd7ec396cded3006818beffe1c1f8780f6d1))
29+
* **internal:** tweak CI branches ([35a8acc](https://github.com/steel-dev/steel-python/commit/35a8acc7fd278d27398979892a10832291f74e9d))
30+
* **internal:** update gitignore ([4f0a06c](https://github.com/steel-dev/steel-python/commit/4f0a06c5eb8b1b88597e4d562de24284d4c9e2d3))
31+
* **tests:** bump steady to v0.19.4 ([fc582c4](https://github.com/steel-dev/steel-python/commit/fc582c4da1253d3851af25e753398ed6139cdac6))
32+
* **tests:** bump steady to v0.19.5 ([9927574](https://github.com/steel-dev/steel-python/commit/9927574b27a5d281732032176c9da052e7da5ea0))
33+
* **tests:** bump steady to v0.19.6 ([81717f3](https://github.com/steel-dev/steel-python/commit/81717f34046cb49e43a25db03d8b5bb153429284))
34+
* **tests:** bump steady to v0.19.7 ([4d06b71](https://github.com/steel-dev/steel-python/commit/4d06b71429d4341474d75d915d17bd597ebd42ec))
35+
* **tests:** bump steady to v0.20.1 ([793aca8](https://github.com/steel-dev/steel-python/commit/793aca80bd008a31fe47a9fff8380f2a9ab513f4))
36+
* **tests:** bump steady to v0.20.2 ([0be42f6](https://github.com/steel-dev/steel-python/commit/0be42f6789832bc33a87b8f5ce0a374cce1a4508))
37+
38+
39+
### Refactors
40+
41+
* **tests:** switch from prism to steady ([791de4d](https://github.com/steel-dev/steel-python/commit/791de4d8baf003a3600e7e7a9422a36fc6729c12))
42+
343
## 0.17.0 (2026-03-16)
444

545
Full Changelog: [v0.16.0...v0.17.0](https://github.com/steel-dev/steel-python/compare/v0.16.0...v0.17.0)

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "steel-sdk"
3-
version = "0.17.0"
3+
version = "0.18.0"
44
description = "The official Python library for the steel API"
55
dynamic = ["readme"]
66
license = "Apache-2.0"

src/steel/_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__ = "steel"
4-
__version__ = "0.17.0" # x-release-please-version
4+
__version__ = "0.18.0" # x-release-please-version

0 commit comments

Comments
 (0)