Skip to content

Commit

Permalink
pre-release for 42.2.21 (#2176)
Browse files Browse the repository at this point in the history
* pre-release for 42.2.21
  • Loading branch information
davecramer committed Jun 10, 2021
1 parent fe540e2 commit 90e694d
Show file tree
Hide file tree
Showing 3 changed files with 49 additions and 4 deletions.
17 changes: 14 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,18 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).

### Fixed

[42.2.21] (2021-06-10 10:08:21 -0400)
### Changed
- update docs to reflect deprecated DataSource API setServerName backpatch [PR#2057](https://github.com/pgjdbc/pgjdbc/pull/2057) [PR #2105](https://github.com/pgjdbc/pgjdbc/pull/2105)
### Added

### Fixed
- make sure the table has defined primary keys when using updateable resultset backpatch [PR#2101](https://github.com/pgjdbc/pgjdbc/pull/2101) fixes [Issue 1975](https://github.com/pgjdbc/pgjdbc/issues/1975) [PR #2106](https://github.com/pgjdbc/pgjdbc/pull/2106)
- backpatch [PR #2143](https://github.com/pgjdbc/pgjdbc/pull/2143) read notifies or errors that come in asynchronously after the ready for query [PR #2168](https://github.com/pgjdbc/pgjdbc/pull/2168)
- backpatch [PR #507](https://github.com/pgjdbc/pgjdbc/pull/507) which reworks OSGI bundle activator fixes [ISSUE #2133](https://github.com/pgjdbc/pgjdbc/issues/2133)
- Fix database metadata getFunctions() and getProcedures() to ignore search_path when no schema pattern is specified. backpatch [PR #2174](https://github.com/pgjdbc/pgjdbc/pull/2174)
fixes [Issue 2173](https://github.com/pgjdbc/pgjdbc/issues/2173)

[42.2.20] (2021-04-19 15:38:44 -0400)

### Changed
Expand All @@ -23,8 +35,6 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).
The usage of `setQueryTimeout();` with the same value as the `setNetworkTimeout();` is blocking the current transaction timeout.
The timeouts are blocking each other with this approach.
- DatabaseMetaData.getTables returns columns in UPPER case as per the spec [PR #2092](https://github.com/pgjdbc/pgjdbc/pull/2092) fixes [Issue #830](https://github.com/pgjdbc/pgjdbc/issues/830)
- Fix database metadata getFunctions() and getProcedures() to ignore search_path when no schema pattern is specified. backpatch [PR #2174](https://github.com/pgjdbc/pgjdbc/pull/2148)
fixes issue [2173](https://github.com/pgjdbc/pgjdbc/issues/2173)

## [42.2.19] (2021-02-18)

Expand Down Expand Up @@ -470,5 +480,6 @@ thrown to caller to be dealt with so no need to log at this verbosity by pgjdbc
[42.2.17]: https://github.com/pgjdbc/pgjdbc/compare/REL42.2.16...REL42.2.17
[42.2.18]: https://github.com/pgjdbc/pgjdbc/compare/REL42.2.17...REL42.2.18
[42.2.19]: https://github.com/pgjdbc/pgjdbc/compare/REL42.2.19...REL42.2.20
[Unreleased]: https://github.com/pgjdbc/pgjdbc/compare/REL42.2.20...HEAD
[42.2.20]: https://github.com/pgjdbc/pgjdbc/compare/REL42.2.20...REL42.2.21
[Unreleased]: https://github.com/pgjdbc/pgjdbc/compare/REL42.2.21...HEAD

34 changes: 34 additions & 0 deletions docs/_posts/2021-06-10-42.2.21-release.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
---
title: PostgreSQL JDBC Driver 42.2.21 Released
date: 2021-06-10 10:08:20 -0400
categories:
- new_release
version: 42.2.21
---
**Notable changes**

### Changed
- update docs to reflect deprecated DataSource API setServerName backpatch [PR#2057](https://github.com/pgjdbc/pgjdbc/pull/2057) [PR #2105](https://github.com/pgjdbc/pgjdbc/pull/2105)
### Added

### Fixed
- make sure the table has defined primary keys when using updateable resultset backpatch [PR#2101](https://github.com/pgjdbc/pgjdbc/pull/2101) fixes [Issue 1975](https://github.com/pgjdbc/pgjdbc/issues/1975) [PR #2106](https://github.com/pgjdbc/pgjdbc/pull/2106)
- backpatch [PR #2143](https://github.com/pgjdbc/pgjdbc/pull/2143) read notifies or errors that come in asynchronously after the ready for query [PR #2168](https://github.com/pgjdbc/pgjdbc/pull/2168)
- backpatch [PR #507](https://github.com/pgjdbc/pgjdbc/pull/507) which reworks OSGI bundle activator fixes [ISSUE #2133](https://github.com/pgjdbc/pgjdbc/issues/2133)
- Fix database metadata getFunctions() and getProcedures() to ignore search_path when no schema pattern is specified. backpatch [PR #2174](https://github.com/pgjdbc/pgjdbc/pull/2148)
fixes [Issue 2173](https://github.com/pgjdbc/pgjdbc/issues/2173)


<!--more-->

**Commits by author**

Dave Cramer (5):
fix: make sure the table have defined primary keys when using updateable resultset [PR 2101](https://github.com/pgjdbc/pgjdbc/pull/2101) (#2106)
update docs to reflect deprecated DataSource API setServerName [PR 2057](https://github.com/pgjdbc/pgjdbc/pull/2057) (#2105)
fix: backpatch PR[PR 507](https://github.com/pgjdbc/pgjdbc/pull/507) which reworks OSGI bundle activator fixes ISSUE #2133 (#2166)
fix: backpatch2142 read notifies or errors that come in asynchronously after the ready for query [PR 2168](https://github.com/pgjdbc/pgjdbc/pull/2168)
fix: backpatch PR[PR 2174](https://github.com/pgjdbc/pgjdbc/pull/2174) to Fix metadata functions getProcedures() and getFunctions() to ignore search_path (#2175)



2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ kotlin.parallel.tasks.in.project=true
# This is version for PgJdbc itself
# Note: it should not include "-SNAPSHOT" as it is automatically added by build.gradle.kts
# Release version can be generated by using -Prelease or -Prc=<int> arguments
pgjdbc.version=42.2.20
pgjdbc.version=42.2.21

# The options below configures the use of local clone (e.g. testing development versions)
# You can pass un-comment it, or pass option -PlocalReleasePlugins, or -PlocalReleasePlugins=<path>
Expand Down

0 comments on commit 90e694d

Please sign in to comment.