Releases: davidmoten/rxjava2-jdbc
Releases · davidmoten/rxjava2-jdbc
0.2.14
Enhancements
Runtime
- bump commons-io from 2.12.0 to 2.13.0
- Bump guava-mini from 0.1.4 to 0.1.5 by @dependabot in #178
- Bump guava-mini from 0.1.5 to 0.1.6 by @dependabot in #179
- Bump commons-io from 2.11.0 to 2.12.0 by @dependabot in #185
- Bump kotlin.version from 1.8.10 to 1.8.20 by @dependabot in #177
- Bump kotlin.version from 1.8.20 to 1.8.21 by @dependabot in #183
Build
- Bump jacoco-maven-plugin from 0.8.8 to 0.8.9 by @dependabot in #180
- Bump maven-project-info-reports-plugin from 3.4.2 to 3.4.3 by @dependabot in #181
- Bump jacoco-maven-plugin from 0.8.9 to 0.8.10 by @dependabot in #182
- Bump maven-pmd-plugin from 3.20.0 to 3.21.0 by @dependabot in #184
- Bump maven-dependency-plugin from 3.5.0 to 3.6.0 by @dependabot in #186
- Bump maven-project-info-reports-plugin from 3.4.3 to 3.4.4 by @dependabot in #187
- Bump hsqldb from 2.7.1 to 2.7.2 by @dependabot in #188
Full Changelog: 0.2.13...0.2.14
0.2.13
Bug Fix
- Fix bug with application of max idle time by @davidmoten in #176
Enhancements
Build
- Bump maven-pmd-plugin from 3.18.0 to 3.19.0 by @dependabot in #149
- Bump mockito-core from 4.7.0 to 4.8.0 by @dependabot in #150
- Bump maven-jar-plugin from 3.2.2 to 3.3.0 by @dependabot in #152
- Bump log4j-slf4j-impl from 2.18.0 to 2.19.0 by @dependabot in #153
- Bump kotlin.version from 1.7.10 to 1.7.20 by @dependabot in #156
- Bump mockito-core from 4.8.0 to 4.8.1 by @dependabot in #158
- Bump hsqldb from 2.7.0 to 2.7.1 by @dependabot in #159
- Bump kotlin.version from 1.7.20 to 1.7.21 by @dependabot in #160
- Bump mockito-core from 4.8.1 to 4.9.0 by @dependabot in #162
- Bump jmh.version from 1.35 to 1.36 by @dependabot in #161
- Bump kotlin.version from 1.7.21 to 1.7.22 by @dependabot in #163
- Bump maven-dependency-plugin from 3.3.0 to 3.4.0 by @dependabot in #164
- Bump mockito-core from 4.9.0 to 4.10.0 by @dependabot in #165
- Bump kotlin.version from 1.7.22 to 1.8.0 by @dependabot in #166
- Bump mockito-core from 4.10.0 to 4.11.0 by @dependabot in #167
- Bump maven-pmd-plugin from 3.19.0 to 3.20.0 by @dependabot in #168
- Bump maven-dependency-plugin from 3.4.0 to 3.5.0 by @dependabot in #169
- Bump kotlin.version from 1.8.0 to 1.8.10 by @dependabot in #171
- Bump maven-project-info-reports-plugin from 2.9 to 3.4.2 by @dependabot in #172
- Bump maven-javadoc-plugin from 3.4.1 to 3.5.0 by @dependabot in #173
- Bump log4j-slf4j-impl from 2.19.0 to 2.20.0 by @dependabot in #174
- Bump maven-compiler-plugin from 3.10.1 to 3.11.0 by @dependabot in #175
Full Changelog: 0.2.12...0.2.13
0.2.12
Bug fix
- rxjava2-pool - resolve MemberSingle race conditions - move observers modification to the drain loop by @davidmoten in #148
Enhancements
- Bump log4j-slf4j-impl from 2.17.2 to 2.18.0 by @dependabot in #136
- Bump kotlin.version from 1.7.0 to 1.7.10 by @dependabot in #137
- Bump exec-maven-plugin from 3.0.0 to 3.1.0 by @dependabot in #138
- Bump maven-site-plugin from 3.12.0 to 3.12.1 by @dependabot in #140
- Bump maven-javadoc-plugin from 3.4.0 to 3.4.1 by @dependabot in #142
- Bump mockito-core from 4.6.1 to 4.7.0 by @dependabot in #141
- Bump maven-jxr-plugin from 3.2.0 to 3.3.0 by @dependabot in #144
- Fix link to test database script by @rai-sandeep in #145
- Bump maven-pmd-plugin from 3.17.0 to 3.18.0 by @dependabot in #147
New Contributors
- @rai-sandeep made their first contribution in #145
Full Changelog: 0.2.11...0.2.12
0.2.11
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
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
- increase coverage of MemberSingle.tryEmit, not successful in covering activeCount check #58
- use JDK 8 and 11 in CI build
- fix concurrency test (count emissions before observeOn which buffers)
- fix concurrent test in rxjava2-pool
- add example to DatabaseTest.java of enum use #72
- automerge passing dependabot PRs
- Bump junit-extras from 0.3 to 0.4 by @dependabot in #69
- bump hsqldb from 2.4.0 to 2.5.1 and add timeout to test by @davidmoten in #70
- Bump kotlin.version from 1.3.0 to 1.5.31 by @dependabot in #68
- Bump maven-jxr-plugin from 2.5 to 3.1.1 by @dependabot in #66
- Bump derbytools from 10.14.1.0 to 10.15.2.0 by @dependabot in #65
- bump junit to 4.13.2 by @davidmoten in #71
- Bump maven-site-plugin from 3.6 to 3.9.1 by @dependabot in #74
- Bump maven-jar-plugin from 3.0.2 to 3.2.0 by @dependabot in #75
- Bump jacoco-maven-plugin from 0.8.6 to 0.8.7 by @dependabot in #77
- Bump slf4j.version from 1.7.21 to 1.7.32 by @dependabot in #73
- Bump mockito-core from 2.23.4 to 4.1.0 by @dependabot in #85
- Bump kotlin.version from 1.5.31 to 1.6.0 by @dependabot in #86
- Bump guava-mini from 0.1.3 to 0.1.4 by @dependabot in #87
- Bump hsqldb from 2.5.1 to 2.5.2 by @dependabot in #89
- Bump maven-pmd-plugin from 3.8 to 3.15.0 by @dependabot in #79
- Bump maven-dependency-plugin from 3.0.2 to 3.2.0 by @dependabot in #83
- Bump maven-javadoc-plugin from 3.0.0 to 3.3.1 by @dependabot in #80
- Bump kotlin.version from 1.6.0 to 1.6.10 by @dependabot in #97
- Bump mockito-core from 4.1.0 to 4.2.0 by @dependabot in #98
- Bump maven-compiler-plugin from 3.8.1 to 3.9.0 by @dependabot in #99
- Bump maven-jar-plugin from 3.2.0 to 3.2.2 by @dependabot in #100
- Bump maven-site-plugin from 3.9.1 to 3.10.0 by @dependabot in #101
- Bump slf4j.version from 1.7.32 to 1.7.33 by @dependabot in #95
- Bump mockito-core from 4.2.0 to 4.3.0 by @dependabot in #102
- Bump slf4j.version from 1.7.33 to 1.7.35 by @dependabot in #103
- Bump mockito-core from 4.3.0 to 4.3.1 by @dependabot in #104
- Bump taglist-maven-plugin from 2.4 to 3.0.0 by @dependabot in #105
- Bump slf4j.version from 1.7.35 to 1.7.36 by @dependabot in #106
- Bump jmh.version from 1.33 to 1.34 by @dependabot in #96
- Bump maven-javadoc-plugin from 3.3.1 to 3.3.2 by @dependabot in #107
- Bump maven-compiler-plugin from 3.9.0 to 3.10.0 by @dependabot in #108
- Bump maven-pmd-plugin from 3.15.0 to 3.16.0 by @dependabot in #109
- Bump maven-site-plugin from 3.10.0 to 3.11.0 by @dependabot in #110
- Bump mockito-core from 4.3.1 to 4.4.0 by @dependabot in #111
- Bump maven-compiler-plugin from 3.10.0 to 3.10.1 by @dependabot in #113
- Bump maven-dependency-plugin from 3.2.0 to 3.3.0 by @dependabot in #112
- Bump maven-jxr-plugin from 3.1.1 to 3.2.0 by @dependabot in #114
- Bump jmh.version from 1.34 to 1.35 by @dependabot in #115
- Bump kotlin.version from 1.6.10 to 1.6.20 by @dependabot in #116
- Bump jacoco-maven-plugin from 0.8.7 to 0.8.8 by @dependabot in #117
- Bump h2 from 2.1.210 to 2.1.212 by @dependabot in #119
- Bump kotlin.version from 1.6.20 to 1.6.21 by @dependabot in #121
- Bump maven-javadoc-plugin from 3.3.2 to 3.4.0 by @dependabot in #122
- Bump mockito-core from 4.4.0 to 4.5.1 by @dependabot in #124
- Bump maven-site-plugin from 3.11.0 to 3.12.0 by @dependabot in #123
New Contributors
Full Changelog: 0.2.9...0.2.10
0.2.9
0.2.8
Bug fixes
- Fix race condition with disposal in MemberSingle.tryEmit by @davidmoten in #59
Enhancements
- Bump junit from 4.12 to 4.13.1 in /rxjava2-jdbc by @dependabot in #55
- Bump junit from 4.12 to 4.13.1 in /rxjava2-pool by @dependabot in #56
- Bump commons-io from 2.6 to 2.7 in /rxjava2-jdbc by @dependabot in #57
- Bump maven-compiler-plugin from 3.7.0 to 3.8.1 by @dependabot in #60
- Bump jmh.version from 1.19 to 1.33 by @dependabot in #61
- Bump guava-mini from 0.1.2 to 0.1.3 by @dependabot in #62
- Bump exec-maven-plugin from 1.6.0 to 3.0.0 by @dependabot in #63
Full Changelog: 0.2.7...0.2.8
0.2.7
- upgrade to rxjava 2.2.17
0.2.6
- add query timeout support #50, thanks @kazabubu
- replace deprecated
toCompletable
usage withignoreElement
#49 thanks @PraveenMathew92 - upgrade to rxjava 2.2.15
0.2.5
- upgrade to rxjava 2.2.11