Skip to content

Releases: ReactiveX/RxJava

0.14.3

11 Oct 02:27
Compare
Choose a tag to compare
  • Pull 407 Operator: RefCount
  • Pull 410 Operator: Contains
  • Pull 411 Unit Test fix: update counter before triggering latch
  • Pull 413 Fixed the issues of takeLast(items, 0) and null values
  • Pull 414 Operator: SkipLast
  • Pull 415 Operator: Empty with scheduler
  • Pull 416 Operator: Throw with scheduler
  • Pull 420 Scala Adaptor Improvements
  • Pull 422 JRuby function wrapping support
  • Pull 424 Operator: IgnoreElements
  • Pull 426 PublishSubject ReSubscribe for publish().refCount() Behavior

Artifacts: Maven Central

0.14.2

26 Sep 04:17
Compare
Choose a tag to compare

Artifacts: Maven Central

0.14.1

22 Sep 04:49
Compare
Choose a tag to compare
  • Pull 402 rxjava-apache-http improvements

Artifacts: Maven Central

0.14.0

22 Sep 03:34
Compare
Choose a tag to compare

Further progress to the Scala adaptor and a handful of new operators.

Bump to 0.14.0 due to small breaking change to distinct operator removing overloaded methods with Comparator. These methods were added in 0.13.2 and determined to be incorrect.

This release also includes a new contrib module, rxjava-apache-http that provides an Observable API to the Apache HttpAsyncClient.

  • Pull 396 Add missing methods to Scala Adaptor
  • Pull 390 Operators: ElementAt and ElementAtOrDefault
  • Pull 398 Operators: IsEmpty and Exists (instead of Any)
  • Pull 397 Observable API for Apache HttpAsyncClient 4.0
  • Pull 400 Removing comparator overloads of distinct

Artifacts: Maven Central

0.13.4

19 Sep 06:29
Compare
Choose a tag to compare
  • Pull 393 Parallel Operator & ObserveOn/ScheduledObserver Fixes
  • Pull 394 Change Interval and Sample default Scheduler
  • Pull 391 Fix OSGI support for rxjava-scala

Artifacts: Maven Central

0.13.2

18 Sep 06:38
Compare
Choose a tag to compare
  • Pull 389 Scala Adaptor Improvements
  • Pull 382 Removing deprecated RxImplicits from rxjava-scala
  • Pull 381 Operator: mapWithIndex
  • Pull 380 Implemented distinct and distinctUntilChanged variants using a comparator
  • Pull 379 Make interval work with multiple subscribers

Artifacts: Maven Central

0.13.1

13 Sep 04:15
Compare
Choose a tag to compare

This release includes a new Scala adaptor as part of the effort from issue #336 pursuing idiomatic Scala support.

Artifacts: Maven Central

0.13.0

11 Sep 17:59
Compare
Choose a tag to compare

This release has some minor changes related to varargs that could break backwards compatibility
if directly passing arrays but for most this release should not be breaking.

  • Pull 354 Operators: Count, Sum, Average
  • Pull 355 Operators: skipWhile and skipWhileWithIndex
  • Pull 356 Operator: Interval
  • Pull 357 Operators: first and firstOrDefault
  • Pull 368 Operators: Throttle and Debounce
  • Pull 371 Operator: Retry
  • Pull 370 Change zip method signature from Collection to Iterable
  • Pull 369 Generics Improvements: co/contra-variance
  • Pull 361 Remove use of varargs from API

Artifacts: Maven Central

0.12.2

07 Sep 05:34
Compare
Choose a tag to compare
  • Pull 352 Groovy Language Adaptor: Add Func5-9 and N to the wrapper

Artifacts: Maven Central

0.12.1

07 Sep 05:33
Compare
Choose a tag to compare
  • Pull 350 Swing module enhancements
  • Pull 351 Fix Observable.window static/instance bug

Artifacts: Maven Central