Davidmoten Rxjava2 Extras Versions Save

Utilities for use with RxJava 2

0.2.2

1 year ago

Bug fix

Enhancements

Runtime

Build

Full Changelog: https://github.com/davidmoten/rxjava2-extras/compare/0.2.1.1...0.2.2

0.2.1.1

1 year ago

Enhancements

Full Changelog: https://github.com/davidmoten/rxjava2-extras/compare/0.2.0...0.2.1.1

0.2.1

1 year ago

Not deployed to Maven Central, see 0.2.1.1

0.2.0

2 years ago

A very important breaking change in this release is the requirement of java 1.8 (rather than 1.6).

Enhancements

  • Avoid calling the default schedulers if a dedicated scheduler is specified. (#22) Thanks @zubchenok!
  • require java 1.8+ (Breaking change)
  • switch from Travis CI to Github Actions for CI and dependabot
  • bump rxjava2 frm 2.2.17 to 2.2.21
  • bump guava (test dep) from 19.0 to 31.0.1-jre
  • remove obsolete site plugins
  • update multiple plugins
  • bump maven-javadoc-plugin from 2.10.3 to 3.2.0
  • bump maven-jar-plugin from 3.0.2 to 3.2.0
  • bump maven-compiler-plugin from 3.8.0 to 3.8.1
  • bump checkstyle from 2.16 to 3.1.1
  • bump slf4j-log4j12 from 1.7.12 to 1.7.33
  • bump mockito from 2.23.4 to 3.12.4
  • bump junit-extras from 0.3 to 0.4
  • bump jmh from 1.16 to 1.33
  • bump rxjava (1.x test dependency) from 1.2.7 to 1.3.8
  • bump junit-extras from 0.3 to 0.4
  • bump junit from 4.12 to 4.13.1

0.1.38

4 years ago
  • upgrade to rxjava 2.2.17

0.1.37

4 years ago
  • upgrade to rxjava 2.2.15

0.1.35

4 years ago
  • upgrade to rxjava 2.2.11

0.1.33

5 years ago
  • upgrade to rxjava 2.2.7
  • add insert and buffer(maxSize, timeout) operators #17

0.1.31

5 years ago
  • upgrade to rxjava 2.2.6

0.1.30

5 years ago
  • fix RetryWhen because retryWhenInstanceOf does not support sub-classes properly (#13)