Releases: ReactiveX/RxGo
Releases · ReactiveX/RxGo
v2.5.0
v1.0.1
v2.4.0
Installation
go get -u github.com/reactivex/rxgo/v2@v2.4.0
Changed
- Changing the type of the distribution function in the
GroupByDynamic
operator: #267
The documentation was also updated: https://github.com/ReactiveX/RxGo/blob/6fed2e79a28d2a94fcb9876580134c872c629b04/doc/groupbydynamic.md
Fixed
v2.3.0
v2.2.0
v2.1.1
v2.1.0
v2.0.1
v2.0.0
Installation
go get -u github.com/reactivex/rxgo/v2@v2.0.0
Release
General
- Hot vs cold observable
- Backpressure management
- Lazy vs eager observation
- Sequential vs parallel operators
- Connectable Observable
- Observable options
New Operators
- All
- Amb
- Average
- BackOffRetry
- Buffer
- Catch
- CombineLatest
- Concat
- Contains
- Count
- Debounce
- DefaultIfEmpty
- Defer
- ElementAt
- Error
- FirstOrDefault
- FromEventSource
- GroupBy
- IgnoreElements
- Interval
- Join
- LastOrDefault
- Marshal
- Max
- Merge
- Min
- Never
- Range
- Reduce
- Retry
- Run
- Sample
- Scan
- SequenceEqual
- Send
- Serialize
- SkipWhile
- StartWith
- Sum
- TakeUntil
- TakeWhile
- TimeInterval
- Timestamp
- Thrown
- Timer
- ToMap
- ToMapWithValueSelector
- ToSlice
- Unmarshal
- Window
- ZipFromIterable
v2.0.0-beta.3
Installation
go get -u github.com/reactivex/rxgo/v2@v2.0.0-beta.3
Release
- Fixing time-based observable (Buffer & Window)