Releases: beatlabs/patron
Releases · beatlabs/patron
Producer Message add key
- Update Producer Message to include key, closes #85 (#86) by Christos Petropoulos [email protected]
Kafka producer required Acks
- Introduce OptionFunc to expose Producer.RequiredAcks (#79) by Angelos Valsamis [email protected]
AWS SNS/SQS Support
- 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]
- Consume from kafka without group (#66) Signed-off-by: Leonidas Maroulis [email protected]
- Removed Info feature (#69) Signed-off-by: Sotirios Mantziaris [email protected]
Bug Fix: HTTP Metrics
- Fixed HTTP metrics bug, Signed-off-by: Sotirios Mantziaris [email protected]
Observability and AMQP fixes
- 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
Refactoring to support moving to Github beatlabs organization.
Pre routing middleware
- Refactor generic middleware stack to run before a route is resolved and per route middlewares (#50) Author: George Georgiou
Generic middleware stack
- Generic middleware stack (#46) Author: George Georgiou