Skip to content

Releases: kpn/combadge

5.0.0

17 Dec 11:10

Choose a tag to compare

  • 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[...], and FormData[...] 🧑‍💻
  • d157a5b OPT: combine cookbook into a single page 📝
  • c655816 BREAK: simplify the backend and binding interfaces 💥
  • 5e5e51d OPT: use annotated-types for SLOTS ♻️
  • 49d96ce OPT: use hashed type adapters ⚡️
  • dee2543 OPT: remove unused type variables 🔥
  • 16bcb88 OPT: parametrize Error with Self 🚨
  • e35ef6d OPT: Update codecov/codecov-action action to v5 ⬆️
  • 46d9f03 OPT: Update all non-major dependencies ⬆️
  • f471933 BREAK: rename RequestPreparer into ParameterInfo for better clarity 💥
  • 72edee1 OPT: use self.__combadge_backend__ instead of capturing backend from 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[...], and FormData[...] 💥

4.8.2

27 May 13:37

Choose a tag to compare

  • 4c766cd FIX: freeze response markers 🚑️
  • 9e98e70 FIX: Union[AnyT, int] in old Python's 🚑️
  • 2775167 FIX: UnionType in old Python's 🚑️
  • 6ddcbe4 FIX: stick with Poetry 1.x for now 🩹
  • 3cd03ea 👷 FIX: also check the 4.x branch
  • 7be9e20 🐛 FIX: markers are not extracted from unions and inner annotations

4.8.1

03 Dec 12:35

Choose a tag to compare

  • FIX: incorrect type alias for SOAP Header 🐛

4.8.0

28 Nov 14:14

Choose a tag to compare

What's Changed

⚡️ Improvements

🐛 Fixes

  • FIX: support HttpUrl in ByBindingName 🐛 by @eigenein in #147

Full Changelog: 4.7.0...4.8.0

4.8.0rc2

28 Nov 12:33

Choose a tag to compare

4.8.0rc2 Pre-release
Pre-release

What's Changed

🐛 Fixes

  • FIX: support HttpUrl in ByBindingName 🐛 by @eigenein in #147

Full Changelog: 4.8.0rc1...4.8.0rc2

4.8.0rc1

27 Nov 17:23

Choose a tag to compare

4.8.0rc1 Pre-release
Pre-release

What's Changed

⚡️ Improvements

Full Changelog: 4.7.0...4.8.0rc1

4.7.0

14 Nov 15:48

Choose a tag to compare

What's Changed

⚡️ Improvements

🎨 Other changes

Full Changelog: 4.6.0...4.7.0

4.6.0

13 Nov 15:40

Choose a tag to compare

What's Changed

⚡️ Improvements

  • NEW: support callback protocols in the binder ✨ by @eigenein in #139

Full Changelog: 4.5.0...4.6.0

4.5.0

17 Oct 14:22

Choose a tag to compare

What's Changed

💥 Breaking changes

⚡️ Improvements

  • OPT: Support list query parameters by @JeroennC in #133
  • NEW: QueryArrayParam marker for HTTP GET parameters ✨ by @eigenein in #136

New Contributors

Full Changelog: 4.4.2...4.5.0

4.4.2

04 Oct 11:12

Choose a tag to compare

What's Changed

🐛 Fixes

  • FIX: do not wrap CancelledError into BackendError 🐛 by @eigenein in #132

Full Changelog: 4.4.1...4.4.2