Releases: beatlabs/patron
Releases · beatlabs/patron
Bug Fixes
- Get access to message payload (#211) Teiva Harsanyi [email protected]
- Fix nil consumer group (#208) Kasper Bentsen [email protected]
Maintenance and Bugs
- Remove a goroutine leak in case of processing failures (#205) Signed-off-by: Giuseppe Mazzotta [email protected]
- Append components in service builder (#203) Signed-off-by: Alex Demin [email protected]
- Upgraded github actions v2 (#198) Signed-off-by: Sotirios Mantziaris [email protected]
- Update tracing and metrics dependencies (#190) Signed-off-by: Paschalis Tsilias [email protected]
- Introduce dockertest to integration tests (#182) Signed-off-by: Vangelis Katikaridis [email protected]
Minor: Adding Route getters
- Add Route struct getters (#195) Signed-off-by: Alex Demin [email protected]
[MAJOR BREAKING CHANGES] Release towards v1.0
- Add ActiveBrokers() method to Kafka AsyncProducer (#192) Signed-off-by: Giuseppe Mazzotta [email protected]
- Add validation for brokers in kafka.NewBuilder (#191) Signed-off-by: Stanislav Afanasev [email protected]
- Introduce component and client packages (#151) Signed-off-by: Sotirios Mantziaris [email protected]
- Wrap an encoder error (#188) Signed-off-by: Stanislav Afanasev [email protected]
- Add validation for Brokers/Topics values (#186) Signed-off-by: Stanislav Afanasev [email protected]
- Use delay in the Retry pattern (#185) Signed-off-by: William Claude [email protected]
- Added stylecheck and unconvert linter (#183) Signed-off-by: Sotirios Mantziaris [email protected]
[BREAKING CHANGES] Release towards v1.0
- trace/sql: Wrap and return standard library sql.DB (#178) Signed-off-by: Stratos Neiros [email protected]
- Route Builder Pattern (#167) Signed-off-by: Sotirios Mantziaris [email protected]
- SQL integration tests (#173) Signed-off-by: Sotirios Mantziaris [email protected]
- Service builder (#159) Signed-off-by: Paschalis Tsilias [email protected]
[BREAKING CHANGES] Major release towards v1.0
- gRPC support (#119) Signed-off-by: Sotirios Mantziaris [email protected]
- CLI minimalization (#166) Signed-off-by: Sotirios Mantziaris [email protected]
- Use http component passed context as http.Server BaseContext (#164) Signed-off-by: Constantinos Christofilos [email protected]
- SQS Producer (#161) Signed-off-by: William Claude [email protected]
- Kafka operational metrics (#154) Signed-off-by: Paschalis Tsilias [email protected]
- CodeCov Integration Signed-off-by: Sotirios Mantziaris [email protected]
- Fixed Github actions (#158) Signed-off-by: Sotirios Mantziaris [email protected]
- Github actions (#152) Signed-off-by: Sotirios Mantziaris [email protected]
- Clean Up trace pkg (#147) Signed-off-by: Paschalis Tsilias [email protected]
- Support Kafka consumer group with multiple topics (#134)
- Add generic cache package (#138) Signed-off-by: Paschalis Tsilias [email protected]
- Kafka producer builder (#131) Signed-off-by: Paschalis Tsilias [email protected]
- Introduce SpanComplete instead SpanError&SpanSuccess (#132) - Arda Güçlü [email protected]
- Remove error package (#135) Signed-off-by: Sotirios Mantziaris [email protected]
- Issue #70 Split up Kafka consumers (#120) Kostas Stamatakis [email protected]
- Inject encoder for kafka producer (#126) Signed-off-by: Paschalis Tsilias [email protected]
- Replace errors.Wrap with fmt.Errorf (#125) Signed-off-by: Sotirios Mantziaris [email protected]
- HTTP Component Builder (#115) Signed-off-by: Paschalis Tsilias [email protected]
- Async comp builder (#110) Signed-off-by: Vangelis Katikaridis [email protected]
- Using context logger (#114) Signed-off-by: Sotirios Mantziaris [email protected]
- Parse DSN to populate Connection Information (#116) Paschalis Tsilias [email protected]
- Introduce logging on HTTP requests (#81) Signed-off-by: George Papadopoulos [email protected]
- Update doc to add more info about the liveness and readiness HTTP endpoints (#99) Signed-off-by: William Claude [email protected]
- Introduce Make file and linting (#108) Signed-off-by: Sotirios Mantziaris [email protected]
- Fixed tracing documentation (#96) Signed-off-by: Sotirios Mantziaris [email protected]
[BREAKING CHANGE] Logging correlation support, context introduction in service
- Logging correlation support (#105) Signed-off-by: Sotirios Mantziaris [email protected]
- Inject context in service Run() (#103) Signed-off-by: Constantinos Christofilos [email protected]
[BREAKING CHANGE] Kafka consumer decoder injection
- Kafka consumer decoder injection integration #100 Author: Vangelis Katikaridis [email protected]
[BREAKING CHANGE] Liveness and readyness support, Bug Fixes
- [FEATURE/BREAKING CHANGE] Introducing Alive/Ready endpoint (#93) Signed-off-by: Angelos Roussakis [email protected]
- [BUG] Remove concurrency from consumers on message arrived (#95) by Christos Papidas [email protected]
- [FEATURE] Patron CLI: Added generation of a .gitignore (#90) by Alexey Zarakovskiy
- [BUG] Readme Fixes (#87) by Signed-off-by: gkech [email protected]
- [BUG] Kafka initializer in patron cli (#89) Signed-off-by: Mohamed Osama [email protected]
Add elasticsearch integration.
- Add elasticsearch integration. (#82) [email protected]