Skip to content

Releases: beatlabs/patron

v0.69.0

17 May 16:56
1eef625
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.68.0...v0.69.0

v0.68.0

29 Apr 13:28
425368d
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.67.0...v0.68.0

v0.67.0

20 Apr 18:07
39078d0
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.66.0...v0.67.0

v0.66.0

18 Mar 08:52
51e7c18
Compare
Choose a tag to compare

What's Changed

HTTP v2 (Breaking change)

We have introduced a new HTTP component which is less opinionated and give full control over request and responses.
The component is opt-in and will disable the legacy component when used.
All functionality from the legacy component is also available.
Another feature of the new architecture is that the component accepts and http.Handler router implementation.
This effectively allows us to plugin any router we like assuming that it implements the interface.
We provide OOTB the router we used in the legacy system which is slim and lightweight.
Our v1 release will eventually remove the legacy component and the current will become the default.
Check out the HTTP examples (http,http-cache,http-sec) that are already using the new component.

Breaking changes

  • Middlewares live now under the package middleware inside of http.

Enjoy and provide feedback to improve it.
Thanks

New Contributors

Full Changelog: v0.65.1...v0.66.0

v0.65.1

02 Mar 14:01
50d6da5
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.65.0...v0.65.1

v0.65.0

22 Feb 14:44
21fae4e
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.64.1...v0.65.0

v0.64.1

15 Feb 09:34
3c2291a
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.64.0...v0.64.1

v0.64.0

11 Feb 12:16
65af8c7
Compare
Choose a tag to compare

What's Changed

  • Added a convenience method for removing duplicated messages out of a slice of messages (based on keys) by @peterklijn in #457

New Contributors

Full Changelog: v0.63.2...v0.64.0

v0.63.2

10 Feb 09:47
39d6f59
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.63.1...v0.63.2

v0.63.1

26 Jan 18:02
77223c3
Compare
Choose a tag to compare

What's Changed

  • Bump github.com/prometheus/client_golang from 1.11.0 to 1.12.0 by @dependabot in #455
  • Fix correlation ID propagation in SQS v2 publisher by @ashraymehta in #454

New Contributors

Full Changelog: v0.63.0...v0.63.1