|
1 | 1 | # Changelog |
2 | 2 |
|
| 3 | +## 0.1.2 (2026-03-17) |
| 4 | + |
| 5 | +Full Changelog: [v0.1.1...v0.1.2](https://github.com/NanoNets/docstrange-python/compare/v0.1.1...v0.1.2) |
| 6 | + |
| 7 | +### Bug Fixes |
| 8 | + |
| 9 | +* **deps:** bump minimum typing-extensions version ([3293c84](https://github.com/NanoNets/docstrange-python/commit/3293c8459d7cd5831d9497fe222d5b2479ceba6a)) |
| 10 | +* **pydantic:** do not pass `by_alias` unless set ([8281a9a](https://github.com/NanoNets/docstrange-python/commit/8281a9a9ca7f2b2e97a11eccbb27c26445f8b741)) |
| 11 | + |
| 12 | + |
| 13 | +### Chores |
| 14 | + |
| 15 | +* **ci:** bump uv version ([c323a36](https://github.com/NanoNets/docstrange-python/commit/c323a36839f55b7a9d64749b57c109cdfac3242d)) |
| 16 | +* **ci:** skip uploading artifacts on stainless-internal branches ([c4ae12c](https://github.com/NanoNets/docstrange-python/commit/c4ae12c45ae60c005b25136b1fe1a1357966b7cf)) |
| 17 | +* format all `api.md` files ([181d23f](https://github.com/NanoNets/docstrange-python/commit/181d23f1cb3ba49a4f9e1b15904b6f554d45c47e)) |
| 18 | +* **internal:** add request options to SSE classes ([db43c2d](https://github.com/NanoNets/docstrange-python/commit/db43c2d91944f4dbfa4c10a29ae9710d72ac354d)) |
| 19 | +* **internal:** make `test_proxy_environment_variables` more resilient ([813e69d](https://github.com/NanoNets/docstrange-python/commit/813e69df0940d2528b14f076b9583d90edffd2a2)) |
| 20 | +* **internal:** make `test_proxy_environment_variables` more resilient to env ([135f28b](https://github.com/NanoNets/docstrange-python/commit/135f28ba8d42802aeaf25a2a0e4b04189390c0b8)) |
| 21 | +* **internal:** refactor authentication internals ([d91fcfa](https://github.com/NanoNets/docstrange-python/commit/d91fcfa6b17d19771a43c30af59d1eff3b484931)) |
| 22 | +* **internal:** remove mock server code ([7ca1623](https://github.com/NanoNets/docstrange-python/commit/7ca1623eaa59ff51c76aa66a948052487416f767)) |
| 23 | +* **internal:** tweak CI branches ([cb69cd0](https://github.com/NanoNets/docstrange-python/commit/cb69cd0526fbc4a37ea880f06729681921589a1f)) |
| 24 | +* **internal:** version bump ([bccc6c4](https://github.com/NanoNets/docstrange-python/commit/bccc6c4c4c5784dfd388395ff5e429ed8348ddf3)) |
| 25 | +* **test:** update skip reason message ([abd2c81](https://github.com/NanoNets/docstrange-python/commit/abd2c81bcd43080e8bf606af12e8d4b9889e62a1)) |
| 26 | +* update mock server docs ([4b3083c](https://github.com/NanoNets/docstrange-python/commit/4b3083c18f27cede567c9ee00186c4c69723dc92)) |
| 27 | +* update placeholder string ([c15515a](https://github.com/NanoNets/docstrange-python/commit/c15515aa7218d4d07c85543c0438539e339c5d44)) |
| 28 | +* update SDK settings ([1dafac3](https://github.com/NanoNets/docstrange-python/commit/1dafac38b9d0a26e55a15e6ca90954ae3ac186e1)) |
| 29 | +* update SDK settings ([7c6f5e0](https://github.com/NanoNets/docstrange-python/commit/7c6f5e0d4eede9a88ec92a25071922644f473433)) |
| 30 | +* update SDK settings ([c87d8ae](https://github.com/NanoNets/docstrange-python/commit/c87d8aede4de4ba2865222011cd7b28202d0d2d1)) |
| 31 | + |
3 | 32 | ## 0.1.1 (2026-02-13) |
4 | 33 |
|
5 | 34 | Full Changelog: [v0.1.0...v0.1.1](https://github.com/NanoNets/docstrange-python/compare/v0.1.0...v0.1.1) |
|
0 commit comments