You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+15-5Lines changed: 15 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -10,6 +10,18 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).
10
10
11
11
### Fixed
12
12
13
+
[42.4.2] (2022-08-17 10:33:40 -0400)
14
+
### Changed
15
+
- fix: add alias to the generated getUDT() query for clarity (PR #2553)[https://github.com/pgjdbc/pgjdbc/pull/2553]
16
+
17
+
### Added
18
+
- fix: make setObject accept UUID array [PR #2587](https://github.com/pgjdbc/pgjdbc/pull/2587)
19
+
20
+
### Fixed
21
+
- fix: regression with GSS. Changes introduced to support building with Java 17 caused failures [Issue #2588](https://github.com/pgjdbc/pgjdbc/issues/2588)
22
+
- fix: set a timeout to get the return from requesting SSL upgrade. [PR #2572](https://github.com/pgjdbc/pgjdbc/pull/2572)
23
+
- feat: synchronize statement executions (e.g. avoid deadlock when Connection.isValid is executed from concurrent threads)
24
+
13
25
[42.4.1] (2022-08-01 16:24:20 -0400)
14
26
### Security
15
27
- fix: CVE-2022-31197 Fixes SQL generated in PgResultSet.refresh() to escape column identifiers so as to prevent SQL injection.
@@ -28,10 +40,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).
28
40
- chore: added Gradle Wrapper Validation for verifying gradle-wrapper.jar
29
41
- chore: added "permissions: contents: read" for GitHub Actions to avoid unintentional modifications by the CI
30
42
- chore: support building pgjdbc with Java 17
31
-
chore: added Gradle Wrapper Validation for verifying gradle-wrapper.jar
32
-
chore: added "permissions: contents: read" for GitHub Actions to avoid unintentional modifications by the CI
33
-
chore: support building pgjdbc with Java 17
34
-
feat: synchronize statement executions (e.g. avoid deadlock when Connection.isValid is executed from concurrent threads)
43
+
- feat: synchronize statement executions (e.g. avoid deadlock when Connection.isValid is executed from concurrent threads)
35
44
36
45
### Fixed
37
46
@@ -728,4 +737,5 @@ thrown to caller to be dealt with so no need to log at this verbosity by pgjdbc
- fix: add alias to the generated getUDT() query for clarity (PR #2553)[https://github.com/pgjdbc/pgjdbc/pull/2553]
12
+
13
+
### Added
14
+
- fix: make setObject accept UUID array [PR #2587](https://github.com/pgjdbc/pgjdbc/pull/2587)
15
+
16
+
### Fixed
17
+
- fix: regression with GSS. Changes introduced to support building with Java 17 caused failures [Issue #2588](https://github.com/pgjdbc/pgjdbc/issues/2588)
18
+
- fix: set a timeout to get the return from requesting SSL upgrade. [PR #2572](https://github.com/pgjdbc/pgjdbc/pull/2572)
19
+
- feat: synchronize statement executions (e.g. avoid deadlock when Connection.isValid is executed from concurrent threads)
20
+
21
+
22
+
<!--more-->
23
+
24
+
**Commits by author**
25
+
26
+
Dave Cramer (7):
27
+
Revert revert commits made in PR 2580 [PR 2583](https://github.com/pgjdbc/pgjdbc/pull/2583)
28
+
fix mismatched types for invokeExact. Have to tell invokeExact what type we are expecting [PR 2589](https://github.com/pgjdbc/pgjdbc/pull/2589)
29
+
update last copyright year [PR 2593](https://github.com/pgjdbc/pgjdbc/pull/2593)
30
+
fix erroneous method signature and null subjectCallAs [PR 2595](https://github.com/pgjdbc/pgjdbc/pull/2595)
31
+
32
+
Sasa Vilic (1):
33
+
fix: make setObject accept UUID array [PR 2587](https://github.com/pgjdbc/pgjdbc/pull/2587)
34
+
35
+
36
+
Andrei Lurie (1):
37
+
fix: add alias to the generated getUDT() query for clarity (PR #2553)[https://github.com/pgjdbc/pgjdbc/pull/2553]
0 commit comments