Releases: kpn/combadge
Releases · kpn/combadge
5.0.0
- 085c4a6 FIX: support HTTPX 0.28
- aa48168 OPT: improve typing 🎨
- 30e90f4 BREAK: drop Python 3.9 💥
- 868e9ce FIX: markers are not extracted from unions and inner annotations 🐛
- ec461b2 OPT: Update all non-major dependencies ⬆️
- 621f313 FIX: restore the shortcuts
Payload[...],Header[...], andFormData[...]🧑💻 - d157a5b OPT: combine cookbook into a single page 📝
- c655816 BREAK: simplify the backend and binding interfaces 💥
- 5e5e51d OPT: use
annotated-typesforSLOTS♻️ - 49d96ce OPT: use hashed type adapters ⚡️
- dee2543 OPT: remove unused type variables 🔥
- 16bcb88 OPT: parametrize
ErrorwithSelf🚨 - e35ef6d OPT: Update codecov/codecov-action action to v5 ⬆️
- 46d9f03 OPT: Update all non-major dependencies ⬆️
- f471933 BREAK: rename
RequestPreparerintoParameterInfofor better clarity 💥 - 72edee1 OPT: use
self.__combadge_backend__instead of capturingbackendfrom outside a bound method ♻️ - b15990a BREAK: rename request and response ABCs for better clarity 💥
- 8d474d8 OPT: Update dependency pillow to v11 ⬆️
- e130df3 BREAK: remove shortcuts
Payload[...],Header[...], andFormData[...]💥
4.8.2
4.8.1
4.8.0
4.8.0rc2
4.8.0rc1
4.7.0
What's Changed
⚡️ Improvements
- OPT: add example for
ByServiceName📝 by @eigenein in #140 - NEW: support
UrlinByBindingName.address✨ by @eigenein in #142
🎨 Other changes
- Bump dependencies ⬆️ by @eigenein in #141
- OPT: Update all non-major dependencies ⬆️ by @renovate in #137
Full Changelog: 4.6.0...4.7.0
4.6.0
4.5.0
What's Changed
💥 Breaking changes
⚡️ Improvements
- OPT: Support list query parameters by @JeroennC in #133
- NEW:
QueryArrayParammarker for HTTP GET parameters ✨ by @eigenein in #136
New Contributors
Full Changelog: 4.4.2...4.5.0