|
1 | 1 | # Changelog |
2 | 2 |
|
| 3 | +## 0.2.0 (2026-04-18) |
| 4 | + |
| 5 | +Full Changelog: [v0.1.1...v0.2.0](https://github.com/NanoNets/docstrange-python/compare/v0.1.1...v0.2.0) |
| 6 | + |
| 7 | +### Features |
| 8 | + |
| 9 | +* **internal:** implement indices array format for query and form serialization ([2790680](https://github.com/NanoNets/docstrange-python/commit/279068029d8c1533c1058b6daf50415c96a7d793)) |
| 10 | + |
| 11 | + |
| 12 | +### Bug Fixes |
| 13 | + |
| 14 | +* **client:** preserve hardcoded query params when merging with user params ([e0ff6ac](https://github.com/NanoNets/docstrange-python/commit/e0ff6ac6cfea51d7a15a2020241444bab09db5e9)) |
| 15 | +* **deps:** bump minimum typing-extensions version ([3293c84](https://github.com/NanoNets/docstrange-python/commit/3293c8459d7cd5831d9497fe222d5b2479ceba6a)) |
| 16 | +* ensure file data are only sent as 1 parameter ([704c186](https://github.com/NanoNets/docstrange-python/commit/704c186421bdedbacdd109e359ed3005ba053f6e)) |
| 17 | +* **pydantic:** do not pass `by_alias` unless set ([8281a9a](https://github.com/NanoNets/docstrange-python/commit/8281a9a9ca7f2b2e97a11eccbb27c26445f8b741)) |
| 18 | +* sanitize endpoint path params ([2529403](https://github.com/NanoNets/docstrange-python/commit/2529403cdb31e5f4591924947c9c9f281f3cf7de)) |
| 19 | + |
| 20 | + |
| 21 | +### Chores |
| 22 | + |
| 23 | +* **ci:** bump uv version ([c323a36](https://github.com/NanoNets/docstrange-python/commit/c323a36839f55b7a9d64749b57c109cdfac3242d)) |
| 24 | +* **ci:** skip lint on metadata-only changes ([aa1f737](https://github.com/NanoNets/docstrange-python/commit/aa1f737af893ccd0ff6b86e39f3273fc4d01eff5)) |
| 25 | +* **ci:** skip uploading artifacts on stainless-internal branches ([c4ae12c](https://github.com/NanoNets/docstrange-python/commit/c4ae12c45ae60c005b25136b1fe1a1357966b7cf)) |
| 26 | +* format all `api.md` files ([181d23f](https://github.com/NanoNets/docstrange-python/commit/181d23f1cb3ba49a4f9e1b15904b6f554d45c47e)) |
| 27 | +* **internal:** add request options to SSE classes ([db43c2d](https://github.com/NanoNets/docstrange-python/commit/db43c2d91944f4dbfa4c10a29ae9710d72ac354d)) |
| 28 | +* **internal:** codegen related update ([ddfbedf](https://github.com/NanoNets/docstrange-python/commit/ddfbedf1d6de0be142fc73ad1874d001a723c32f)) |
| 29 | +* **internal:** make `test_proxy_environment_variables` more resilient ([813e69d](https://github.com/NanoNets/docstrange-python/commit/813e69df0940d2528b14f076b9583d90edffd2a2)) |
| 30 | +* **internal:** make `test_proxy_environment_variables` more resilient to env ([135f28b](https://github.com/NanoNets/docstrange-python/commit/135f28ba8d42802aeaf25a2a0e4b04189390c0b8)) |
| 31 | +* **internal:** refactor authentication internals ([d91fcfa](https://github.com/NanoNets/docstrange-python/commit/d91fcfa6b17d19771a43c30af59d1eff3b484931)) |
| 32 | +* **internal:** remove mock server code ([7ca1623](https://github.com/NanoNets/docstrange-python/commit/7ca1623eaa59ff51c76aa66a948052487416f767)) |
| 33 | +* **internal:** tweak CI branches ([cb69cd0](https://github.com/NanoNets/docstrange-python/commit/cb69cd0526fbc4a37ea880f06729681921589a1f)) |
| 34 | +* **internal:** update gitignore ([d1375ed](https://github.com/NanoNets/docstrange-python/commit/d1375ede29d45d13aba9f38066e35f61433c0641)) |
| 35 | +* **internal:** version bump ([bccc6c4](https://github.com/NanoNets/docstrange-python/commit/bccc6c4c4c5784dfd388395ff5e429ed8348ddf3)) |
| 36 | +* **test:** update skip reason message ([abd2c81](https://github.com/NanoNets/docstrange-python/commit/abd2c81bcd43080e8bf606af12e8d4b9889e62a1)) |
| 37 | +* update mock server docs ([4b3083c](https://github.com/NanoNets/docstrange-python/commit/4b3083c18f27cede567c9ee00186c4c69723dc92)) |
| 38 | +* update placeholder string ([c15515a](https://github.com/NanoNets/docstrange-python/commit/c15515aa7218d4d07c85543c0438539e339c5d44)) |
| 39 | +* update SDK settings ([1dafac3](https://github.com/NanoNets/docstrange-python/commit/1dafac38b9d0a26e55a15e6ca90954ae3ac186e1)) |
| 40 | +* update SDK settings ([7c6f5e0](https://github.com/NanoNets/docstrange-python/commit/7c6f5e0d4eede9a88ec92a25071922644f473433)) |
| 41 | +* update SDK settings ([c87d8ae](https://github.com/NanoNets/docstrange-python/commit/c87d8aede4de4ba2865222011cd7b28202d0d2d1)) |
| 42 | + |
3 | 43 | ## 0.1.1 (2026-02-13) |
4 | 44 |
|
5 | 45 | Full Changelog: [v0.1.0...v0.1.1](https://github.com/NanoNets/docstrange-python/compare/v0.1.0...v0.1.1) |
|
0 commit comments