Skip to content

Releases: davidmoten/rxjava2-jdbc

0.2.14

02 Aug 00:25
Compare
Choose a tag to compare

Enhancements

Runtime

Build

Full Changelog: 0.2.13...0.2.14

0.2.13

06 Mar 22:04
Compare
Choose a tag to compare

Bug Fix

Enhancements

Build

Full Changelog: 0.2.12...0.2.13

0.2.12

28 Aug 11:07
Compare
Choose a tag to compare

Bug fix

  • rxjava2-pool - resolve MemberSingle race conditions - move observers modification to the drain loop by @davidmoten in #148

Enhancements

New Contributors

Full Changelog: 0.2.11...0.2.12

0.2.11

01 Jul 01:28
Compare
Choose a tag to compare

Enhancements

  • ignore derby in dependabot.yml
  • add Java 17 to build matrix, remove automerge.yml, update ci.yml
  • fix version of derby, derbytools so is Java 8 compatible
  • use log4j 2.x in tests by @davidmoten in #134
  • Bump mockito-core from 4.5.1 to 4.6.0 by @dependabot in #126
  • Bump maven-pmd-plugin from 3.16.0 to 3.17.0 by @dependabot in #127
  • Bump mockito-core from 4.6.0 to 4.6.1 by @dependabot in #128
  • Bump kotlin.version from 1.6.21 to 1.7.0 by @dependabot in #129
  • Bump h2 from 2.1.212 to 2.1.214 by @dependabot in #130

Full Changelog: 0.2.10...0.2.11

0.2.10

13 May 08:00
Compare
Choose a tag to compare

Bug

  • Exhausted connection pool on Select with transaction. by @ykrkn in #47
  • add unit test for transacted select (pool exhaustion) by @davidmoten in #125

Enhancements

New Contributors

  • @ykrkn made their first contribution in #47

Full Changelog: 0.2.9...0.2.10

0.2.9

10 Oct 23:44
Compare
Choose a tag to compare

Enhancements

  • upgrade rxjava from 2.2.17 to 2.2.21

Full Changelog: 0.2.8...0.2.9

0.2.8

10 Oct 23:24
Compare
Choose a tag to compare

Bug fixes

  • Fix race condition with disposal in MemberSingle.tryEmit by @davidmoten in #59

Enhancements

Full Changelog: 0.2.7...0.2.8

0.2.7

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

0.2.6

09 Dec 00:46
Compare
Choose a tag to compare
  • add query timeout support #50, thanks @kazabubu
  • replace deprecated toCompletable usage with ignoreElement #49 thanks @PraveenMathew92
  • upgrade to rxjava 2.2.15

0.2.5

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