File tree Expand file tree Collapse file tree 2 files changed +10
-1
lines changed
src/test/java/io/r2dbc/h2/util Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change 1
1
R2DBC H2 Changelog
2
2
=============================
3
3
4
+ 1.0.0.GA
5
+ ------------------
6
+ * Upgrade to Reactor 2022.0.0. #237.
7
+ * Upgrade to H2 2.1.214. #236.
8
+ * Extract Spring HATEOAS version into a property. #235.
9
+ * Upgrade to Spring Boot 2.7.5 for testing. #234.
10
+ * Upgrade to Reactor 2022.0.0-RC1 #233.
11
+ * Improve enum decoding support #231
12
+
4
13
1.0.0.RC1
5
14
------------------
6
15
* Update to SPI 1.0.0.RELEASE
Original file line number Diff line number Diff line change 34
34
*/
35
35
final class ChangeLogReportGenerator {
36
36
37
- private static final int MILESTONE_ID = 16 ;
37
+ private static final int MILESTONE_ID = 18 ;
38
38
private static final String URI_TEMPLATE = "https://api.github.com/repos/r2dbc/r2dbc-h2/issues?milestone={id}&state=closed" ;
39
39
40
40
public static void main (String ... args ) {
You can’t perform that action at this time.
0 commit comments