Releases: jjeffcaii/reactor-go
Releases · jjeffcaii/reactor-go
Release v0.4.4
Bug fix
- add
nil
item check for tuple
Release v0.4.3
Bug Fix
- Fix race problem for mono block subscriber.
Release v0.4.2
Improvement
- Reimplement mono
processor
which based onsync.Cond
Release v0.4.1
New Features
- reactor HTTP client.
res, err := hc.Get("http://abc.xyz").Block(context.Background())
// res is *http.Response
// ...
Release v0.4.0
New Features
zip
operation for mono.
Release v0.3.7
Features
- Add
SwitchIfError
andSwitchValueIfError
formono
.
Tuning
- Improve
BlockLast
performance.
Release v0.3.6
- Feature: add
SwitchIfError
operation formono
API.
Release v0.3.5
- fix: race problem for mono processor.
Release v0.3.4
- BUGFIX: missing unlock in mono processor.
- BUGFIX: revert
DoFinally
subscriber to non-pooled implementation. - IMPROVE: optimize Block implementation.
Release v0.3.3
- Improve: reduce mono mem usage.