Skip to content

Releases: davidmoten/rxjava2-extras

0.2.2

02 Dec 08:14
Compare
Choose a tag to compare

Bug fix

  • [SECURITY] use Files.createTempFile instead of File.createTempFile by @davidmoten in #95

Enhancements

Runtime

Build

Full Changelog: 0.2.1.1...0.2.2

0.2.1.1

02 Dec 08:11
Compare
Choose a tag to compare

Enhancements

Full Changelog: 0.2.0...0.2.1.1

0.2.1

02 Dec 08:08
Compare
Choose a tag to compare
0.2.1 Pre-release
Pre-release

Not deployed to Maven Central, see 0.2.1.1

0.2.0

28 Sep 08:29
Compare
Choose a tag to compare

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

15 Jan 19:04
Compare
Choose a tag to compare
  • upgrade to rxjava 2.2.17

0.1.37

09 Dec 00:42
Compare
Choose a tag to compare
  • upgrade to rxjava 2.2.15

0.1.35

13 Aug 10:22
Compare
Choose a tag to compare
  • upgrade to rxjava 2.2.11

0.1.33

06 Mar 01:55
Compare
Choose a tag to compare
  • upgrade to rxjava 2.2.7
  • add insert and buffer(maxSize, timeout) operators #17

0.1.31

07 Feb 05:04
Compare
Choose a tag to compare
  • upgrade to rxjava 2.2.6

0.1.30

20 Dec 01:38
Compare
Choose a tag to compare
  • fix RetryWhen because retryWhenInstanceOf does not support sub-classes properly (#13)