Skip to content

Releases: mantzas/patron

Fixes and improvements

24 Jan 16:31
963602a
Compare
Choose a tag to compare

Protobuf Support

21 Dec 21:56
07da69e
Compare
Choose a tag to compare
  • Support Protobuf in Components (fixes #198)

Context logging

21 Dec 15:18
c6a38f7
Compare
Choose a tag to compare
  • Context logging (fixes #226)

Retry pattern

19 Dec 12:04
2334bb9
Compare
Choose a tag to compare
  • Retry pattern (fixes #81)

HTTP Route Security

18 Dec 22:05
3614b19
Compare
Choose a tag to compare
  • Optional Security for HTTP Routes (fixes #169)

Reliability: Circuit Breaker

16 Dec 19:40
d730f13
Compare
Choose a tag to compare
  • Circuit breaker component (fixes #80) (#244)
  • HTTP Client circuit breaker integration (fixes #190) (#255)
  • Examples with multiple services (fixes #225)
  • Patron cli examples in readme (fixes #243)
  • Small fixes (fixes #238)

Bug fixes

11 Dec 21:18
4bde445
Compare
Choose a tag to compare
  • HTTP traced client panic (fixes #247)

Tracing improvements

11 Dec 07:57
803b83a
Compare
Choose a tag to compare
  • HTTP raw route should be traceable (fixes #245)

Termination bug fix

14 Nov 20:16
6d532c9
Compare
Choose a tag to compare
  • Term signal checked on async retry fixes #240 (#242)

Changes to tracing

14 Nov 19:04
bce92f9
Compare
Choose a tag to compare
  • Disabled tracing but keep metrics enabled fixes #236