From 72e48828e2a06c6fe7269cd8efc218ab66d0d4cf Mon Sep 17 00:00:00 2001 From: Tadaya Tsuyukubo Date: Sun, 10 Nov 2024 16:20:50 -0800 Subject: [PATCH] Prepare changelog for 1.10.1 release --- src/main/asciidoc/changelog-1.10.x.adoc | 11 +++++++++++ src/main/asciidoc/changelog-1.11.x.adoc | 11 ----------- 2 files changed, 11 insertions(+), 11 deletions(-) delete mode 100644 src/main/asciidoc/changelog-1.11.x.adoc diff --git a/src/main/asciidoc/changelog-1.10.x.adoc b/src/main/asciidoc/changelog-1.10.x.adoc index dbf28cd9..08764cc9 100644 --- a/src/main/asciidoc/changelog-1.10.x.adoc +++ b/src/main/asciidoc/changelog-1.10.x.adoc @@ -1,3 +1,14 @@ +[[changelog-1.10.1]] +=== 1.10.1 +==== Improvements +* Use monotonic time to calculate the elapsed time (https://github.com/jdbc-observations/datasource-proxy/issues/110[Issue-110]). +* Create `RowSetFactory` only at initialization (https://github.com/jdbc-observations/datasource-proxy/issues/115[Issue-115]). + + Thanks _https://github.com/reda-alaoui[Réda Housni Alaoui]_ for this contribution!! + +==== Bug Fixes +* Do not create a proxy when `ResultSet` is `null` (https://github.com/jdbc-observations/datasource-proxy/issues/117[Issue-117]). + + [[changelog-1.10]] === 1.10 diff --git a/src/main/asciidoc/changelog-1.11.x.adoc b/src/main/asciidoc/changelog-1.11.x.adoc deleted file mode 100644 index ed49ef24..00000000 --- a/src/main/asciidoc/changelog-1.11.x.adoc +++ /dev/null @@ -1,11 +0,0 @@ -[[changelog-1.11]] -=== 1.11 - -==== New Features - -==== Improvements - -* Use monotonic time to calculate the elapsed time (https://github.com/jdbc-observations/datasource-proxy/issues/110[Issue-110]). - - -==== Bug Fixes