Releases: CASParser/cas-parser-python
Releases · CASParser/cas-parser-python
Release list
v1.11.0
1.11.0 (2026-06-18)
Full Changelog: v1.10.0...v1.11.0
Features
- internal/types: support eagerly validating pydantic iterators (47b37f5)
Bug Fixes
- auth: prioritize first auth header (b0e3a92)
v1.10.0
1.10.0 (2026-05-09)
Full Changelog: v1.9.0...v1.10.0
Features
Bug Fixes
- client: add missing f-string prefix in file type error message (4913e8e)
v1.9.0
1.9.0 (2026-05-01)
Full Changelog: v1.8.0...v1.9.0
Features
- support setting headers via env (cddcbfe)
Bug Fixes
- use correct field name format for multipart file arrays (f944611)
Chores
v1.8.0
1.8.0 (2026-04-19)
Full Changelog: v1.7.0...v1.8.0
Features
Bug Fixes
- client: preserve hardcoded query params when merging with user params (3e5eea1)
- ensure file data are only sent as 1 parameter (4985a34)
Performance Improvements
- client: optimize file structure copying in multipart requests (1c854af)
v1.7.0
1.7.0 (2026-03-27)
Full Changelog: v1.6.3...v1.7.0
Features
- internal: implement indices array format for query and form serialization (80766b1)
Bug Fixes
- sanitize endpoint path params (83a2f2c)
Chores
v1.6.3
1.6.3 (2026-03-17)
Full Changelog: v1.6.2...v1.6.3
Bug Fixes
- deps: bump minimum typing-extensions version (f287f8f)
- pydantic: do not pass
by_aliasunless set (194da96)
Chores
- internal: tweak CI branches (5f370c3)
v1.6.2
1.6.2 (2026-03-07)
Full Changelog: v1.6.1...v1.6.2
Chores
- ci: skip uploading artifacts on stainless-internal branches (a3b3292)
v1.6.1
1.6.1 (2026-03-03)
Full Changelog: v1.6.0...v1.6.1
Chores
- ci: bump uv version (8b38574)
- internal: add request options to SSE classes (7488011)
- internal: codegen related update (b9079a9)
- internal: make
test_proxy_environment_variablesmore resilient (3608c6e) - internal: make
test_proxy_environment_variablesmore resilient to env (60ab278) - internal: refactor authentication internals (deb70b3)