Skip to content

Releases: ReactiveX/RxJava

0.15.1

26 Nov 20:17
Compare
Choose a tag to compare

This release should be additive functionality and bug fixes.

Artifacts: Maven Central

0.15.0

20 Nov 01:38
Compare
Choose a tag to compare

This release contains a refactor of the Scala Bindings by @headinthebox that results in some breaking changes.

The previous solution ended up not working well in all cases for idiomatic Scala usage. Java/Scala interop has been changed and is no longer transparent so as to optimize for native Scala usage.

Read the rxjava-scala README for more information.

  • Pull 503 New Scala Bindings
  • Pull 502 Fix ObserveOn and add ParallelMerge Scheduler overload
  • Pull 499 ObserveOn Refactor
  • Pull 492 Implement the scheduler overloads for Range, From, StartWith
  • Pull 496 Add contravariant for min and max

Artifacts: Maven Central

0.14.11

16 Nov 03:10
Compare
Choose a tag to compare
  • Pull 486 BugFix: AsyncSubject
  • Pull 483 Tweaks to DoOnEach and added DoOnError/DoOnCompleted

This has a very slight breaking change by removing one doOnEach overload. The version was not bumped from 0.14 to 0.15 as it is so minor and the offending method was just released in the previous version.

Artifacts: Maven Central

0.14.10

12 Nov 23:43
Compare
Choose a tag to compare
  • Pull 481 Operator: Using
  • Pull 480 BugFix: Emit an IllegalArgumentException instead of ArithmeticException if the observable is empty
  • Pull 479 Operator: DoOnEach
  • Pull 478 Operator: Min, MinBy, Max, MaxBy
  • Pull 463 Add Timeout Overloads

Artifacts: Maven Central

0.14.9

08 Nov 03:54
Compare
Choose a tag to compare
  • Pull 477 BugFix: CompositeSubscription
  • Pull 476 BugFix: Don't emit null onComplete when no onNext received in AsyncSubject
  • Pull 474 BugFix: Reduce an empty observable
  • Pull 474 BugFix: non-deterministic unit test
  • Pull 472 BugFix: Issue 431 Unsubscribe with Schedulers.newThread
  • Pull 470 Operator: Last

Artifacts: Maven Central

0.14.8

05 Nov 06:06
Compare
Choose a tag to compare

Artifacts: Maven Central

0.14.7

31 Oct 20:53
Compare
Choose a tag to compare
  • Pull 459 Fix multiple unsubscribe behavior
  • Pull 458 rxjava-android: OperationObserveFromAndroidComponent
  • Pull 453 Fix error handling in map operator
  • Pull 450 Operator: TimeInterval
  • Pull 452 Scheduler Overload of Just/Return Operator
  • Pull 433 Fixes: Next Operator
  • Commit d64a8c5 Update rxjava-apache-http to Apache HttpAsyncClient 4.0 GA

Artifacts: Maven Central

0.14.6

22 Oct 23:22
Compare
Choose a tag to compare
  • Pull 441 Fixed the issue that 'take' does not call 'onError'
  • Pull 443 OperationSwitch notify onComplete() too early.
  • Pull 434 Timeout operator and SerialSubscription
  • Pull 447 Caching the result of 'isInternalImplementation'

Artifacts: Maven Central

0.14.5

17 Oct 03:01
Compare
Choose a tag to compare

Artifacts: Maven Central

0.14.4

16 Oct 06:38
Compare
Choose a tag to compare
  • Issue 428 Fix: buffer() using TimeAndSizeBasedChunks incorrectly forces thread into interrupted state
  • Pull 435 rx-apache-http recognizes "Transfer-Encoding: chunked" as an HTTP stream
  • Pull 437 Fixes: Scheduler and Merge

Artifacts: Maven Central