Skip to content

Commit 370eef7

Browse files
committed
Prepare changelog for 1.11.0 release
Relates #131
1 parent 5637c28 commit 370eef7

File tree

2 files changed

+12
-5
lines changed

2 files changed

+12
-5
lines changed

src/main/asciidoc/changelog-1.11.x.adoc

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,16 @@
1-
[[changelog-1.11]]
2-
=== 1.11
1+
[[changelog-1.11.0]]
2+
=== 1.11.0
33

44
==== New Features
5-
65
* Filtering support for query logging
7-
(https://github.com/jdbc-observations/datasource-proxy/issues/127[Issue-127]).
6+
(https://github.com/jdbc-observations/datasource-proxy/issues/127[Issue-127]). +
7+
Thanks _https://github.com/frederikb[Frederik Bülthoff]_ for this contribution!!
8+
89

910
==== Improvements
11+
* `ProxyDataSource#close` to unwrap and delegate `close` to underlying `DataSource` if needed (https://github.com/jdbc-observations/datasource-proxy/issues/129[Issue-129]).
12+
+
13+
When `ProxyDataSource#close` is called, and the original `DataSource` does not implement `Closeable` or `AutoCloseable`, the proxy now attempts to unwrap the original `DataSource` to one that does, in order to delegate the `close` call appropriately.
14+
+
15+
Thanks _https://github.com/reda-alaoui[Réda Housni Alaoui]_ for this contribution!!
1016

11-
==== Bug Fixes

src/main/asciidoc/changelog.adoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33

44
:numbered!:
55

6+
include::changelog-1.11.x.adoc[]
7+
68
include::changelog-1.10.x.adoc[]
79

810
include::changelog-1.9.x.adoc[]

0 commit comments

Comments
 (0)