v1.6.3
What's Changed
- feat: support
SSE
, ignore timeout on server-sent events by @chenquan in #2041 - feat: support
ScheduleImmediately
in TaskRunner by @kevwan in #3896 - feat: add StableRunner to get messages in pushing order by @kevwan in #3941
- feat: support breaker with sql prepared statements by @kevwan in #3936
- feat: add break metrics for sqlx.statement by @mongobaba in #3947
- feat: support linux distributions without cgroup by @AlexLast in #3948
- feat: make
BatchError
thread safe by @ch3nnn in #3946 - feat: add
ZADDNX
command in redis by @Suyghur in #3944 - feat: add
MSET
command in redis by @codeErrorSleep in #3820 - feat: retry with ignoring specified errors by @fearlessfei in #3808
- feat: add a mongodb registry option to convert type easier. by @POABOB in #3780
- fix: mapping
FillDefault
with fields mutable optional bug by @MarkJoyMa in #3940 - optimize: improve load shedding algorithm performance by @kevwan in #3908
- optimize: optimize circuit breaker algorithm by @kevwan in #3897
- optimize: improve performance when log disabled by @kevwan in #3916
New Contributors
- @fffreedom made their first contribution in #3927
- @mongobaba made their first contribution in #3947
- @ch3nnn made their first contribution in #3946
- @fearlessfei made their first contribution in #3808
Full Changelog: v1.6.2...v1.6.3