Skip to content

Releases: beatlabs/patron

Producer Message add key

23 Sep 07:58
Compare
Choose a tag to compare

Kafka producer required Acks

06 Sep 18:39
Compare
Choose a tag to compare

AWS SNS/SQS Support

29 Aug 13:33
Compare
Choose a tag to compare
  • AWS SNS Publisher (#73)

Signed-off-by: William Claude [email protected]

  • AWS SQS Consumer support (#72)

Signed-off-by: Sotirios Mantziaris [email protected]

Simple Kafka Consumer, Removed Info Feature [BREAKING CHANGE]

22 Jul 14:20
Compare
Choose a tag to compare

Bug Fix: HTTP Metrics

01 Jul 09:14
aa99907
Compare
Choose a tag to compare

Observability and AMQP fixes

11 Jun 18:21
c37adcc
Compare
Choose a tag to compare
  • Use the service name as a prometheus namespace (#62) (Signed-off-by: Sotirios Mantziaris [email protected])
  • Split tracing agent address into host & port (#60) (Signed-off-by: Sotiris Poulias [email protected])
  • AMQP exchange and binding dynamic configuration (fixes #51) (#55) (Signed-off-by: Charalampis Papadopoulos [email protected])

Moved to Github beatlabs organization

29 May 10:55
Compare
Choose a tag to compare

Refactoring to support moving to Github beatlabs organization.

Pre routing middleware

27 May 08:07
Compare
Choose a tag to compare
  • Refactor generic middleware stack to run before a route is resolved and per route middlewares (#50) Author: George Georgiou

Generic middleware stack

20 May 10:39
Compare
Choose a tag to compare
  • Generic middleware stack (#46) Author: George Georgiou

Authentication support for Routes

14 May 15:49
Compare
Choose a tag to compare
  • Create helper functions for PATCH, HEAD and OPTIONS methods in route helper with auth capability (#44)
  • Update link for AMQP example in README (#42) (fixes #41)