Releases: ReactiveX/RxGo
Releases · ReactiveX/RxGo
v2.5.0
Compare
Sorry, something went wrong.
No results found
teivah
released this
06 Apr 20:37
Installation
go get -u github.com/reactivex/rxgo/v2@v2.5.0
Added
External resource section in the documentation: #301
Changed
The Range operator was emitting the wrong number of items compared to other Rx implementations: #288
Handle context priority in SendContext: #300
Fixed
v1.0.1
Compare
Sorry, something went wrong.
No results found
teivah
released this
23 Mar 07:59
v2.4.0
Compare
Sorry, something went wrong.
No results found
teivah
released this
05 Nov 16:48
Installation
go get -u github.com/reactivex/rxgo/v2@v2.4.0
Changed
Fixed
Stopping the Take operator Stream when it has received all the items: #266
Fixing timestamp documentation: #265
v2.3.0
Compare
Sorry, something went wrong.
No results found
teivah
released this
28 Oct 08:14
Installation
go get -u github.com/reactivex/rxgo/v2@v2.3.0
Added
Changed
Serialize operator implementation (simplification)
Documentation improvement
Fixed
Do not increment Count operator in case of error: #261
v2.2.0
Compare
Sorry, something went wrong.
No results found
teivah
released this
02 Oct 15:07
Installation
go get -u github.com/reactivex/rxgo/v2@v2.2.0
Added
v2.1.1
Compare
Sorry, something went wrong.
No results found
teivah
released this
23 Sep 11:43
Installation
go get -u github.com/reactivex/rxgo/v2@v2.1.1
Fixed
Fixing leaks in very specific cases
v2.1.0
Compare
Sorry, something went wrong.
No results found
teivah
released this
13 May 17:13
Installation
go get -u github.com/reactivex/rxgo/v2@v2.1.0
Changed
Connect returns now the context used for the subscription. It allows getting notified once the subscription has been cancelled.
v2.0.1
Compare
Sorry, something went wrong.
No results found
teivah
released this
28 Apr 15:06
Installation
go get -u github.com/reactivex/rxgo/v2@v2.0.1
Changed
Fixing Merge operator behaviour to make sure the observables are emitted sequentially #245
v2.0.0
Compare
Sorry, something went wrong.
No results found
teivah
released this
24 Mar 17:10
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
Compare
Sorry, something went wrong.
No results found
teivah
released this
22 Mar 09:40
Installation
go get -u github.com/reactivex/rxgo/v2@v2.0.0-beta.3
Release
Fixing time-based observable (Buffer & Window)