Skip to content

Commit

Permalink
Update CHANGELOG and posts to reflect todays date (#2067)
Browse files Browse the repository at this point in the history
* Update CHANGELOG and posts to reflect todays date
  • Loading branch information
davecramer committed Feb 18, 2021
1 parent 4e39b3f commit 18cec59
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).

### Fixed

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

**Notable Changes**
- Now the driver uses SASLprep normalization for SCRAM authentication fixing some issues with spaces in passwords.
Expand Down
1 change: 1 addition & 0 deletions contributors.json
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@
"Robert 'Bobby' Zenz" : "https://github.com/RobertZenz",
"Robert Zenz" : "https://github.com/RobertZenz",
"Roman Ivanov" : "https://github.com/romani",
"Roman Kozlov" : "https://github.com/Powerrr",
"Russell Briggs" : "https://github.com/dupski",
"Sebastian Utz" : "https://github.com/seut",
"Sehrope Sarkuni" : "https://github.com/sehrope",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: PostgreSQL JDBC Driver 42.2.19 Released
date: 2021-02-15 19:47:55 +0000
date: 2021-02-18 14:25:56 +0000
categories:
- new_release
version: 42.2.19
Expand All @@ -13,7 +13,7 @@ version: 42.2.19

### Fixed

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

**Notable Changes**
- Now the driver uses SASLprep normalization for SCRAM authentication fixing some issues with spaces in passwords.
Expand All @@ -29,6 +29,7 @@ is executed a second time it will fail.
- Verify code via forbidden-apis (jdk-internal and jdk-non-portable signatures) [PR #2012](https://github.com/pgjdbc/pgjdbc/pull/2012)

### Fixed
- Fix: properly set cancel socket timeout (#2044)
- Fix "Required class information missing" when old org.jboss:jandex parses pgjdbc classes [issue 2008][https://github.com/pgjdbc/pgjdbc/issues/2008]
- Fix PGCopyInputStream returning the last row twice when reading with CopyOut API [issue 2016][https://github.com/pgjdbc/pgjdbc/issues/2016]
- Fix Connnection.isValid() to not wait longer than existing network timeout [PR #2040](https://github.com/pgjdbc/pgjdbc/pull/2040)
Expand All @@ -40,12 +41,12 @@ is executed a second time it will fail.

**Commits by author**

Dave Cramer (4):
Dave Cramer (5):

* remove gssEncMode to test default in tests, should default to allow now [PR 1927](https://github.com/pgjdbc/pgjdbc/pull/1927) [013ba273](https://github.com/pgjdbc/pgjdbc/commit/013ba2730848ba43762d85d3a36a487cf2ea0ad0)
* Fixsite release42.2 [PR 2032](https://github.com/pgjdbc/pgjdbc/pull/2032) [9fcfd76e](https://github.com/pgjdbc/pgjdbc/commit/9fcfd76e7b3cf53acf7f247b4965272ad7a21b13)
* chore: More42.2 site fixes [PR 2035](https://github.com/pgjdbc/pgjdbc/pull/2035) [411f39d6](https://github.com/pgjdbc/pgjdbc/commit/411f39d61f6f874a1d0c8940fe72da4ed8416c3d)
* prepare for release 42.2.19 [fd30a89d](https://github.com/pgjdbc/pgjdbc/commit/fd30a89de97c83966bdbfed95afd20d093915b39)
* fix: Actually close unclosed results. Previously was not closing the first unclosed result fixes [PR 1903](https://github.com/pgjdbc/pgjdbc/pull/1903) (#1905) [fc25aebc](https://github.com/pgjdbc/pgjdbc/commit/fc25aebcec1b8abf7628bccd8cf565107afd85b1)

Jeremy Mailen (3):

Expand All @@ -66,6 +67,10 @@ Power (1):

* fix: isValid() should not wait longer than network timeout [0dbc6078](https://github.com/pgjdbc/pgjdbc/commit/0dbc6078b98215f11413a8b0f3a15a7c08180a29)

Roman Kozlov (1):

* fix: properly set cancel socket timeout [PR 2044](https://github.com/pgjdbc/pgjdbc/pull/2044) [e551d1a6](https://github.com/pgjdbc/pgjdbc/commit/e551d1a6b41adbca8c905762bd24299a29463db2)

Sehrope Sarkuni (5):

* test: Add tests for broken PGCopyInputStream.readFromCopy() [c6794f09](https://github.com/pgjdbc/pgjdbc/commit/c6794f09572c51bceb284e38b14c07a999d1aab9)
Expand Down Expand Up @@ -110,6 +115,7 @@ We thank the following people for their contributions to this release.
[odubaj](https://github.com/odubaj)
[Pavel Bludov](https://github.com/pbludov)
[Power](https://github.com/Powerrr)
[Roman Kozlov](https://github.com/Powerrr)
[rtrier](https://github.com/rtrier)
[Sehrope Sarkuni](https://github.com/sehrope)
[Vladimir Sitnikov](https://github.com/vlsi)

0 comments on commit 18cec59

Please sign in to comment.