Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
vlsi committed Mar 8, 2020
1 parent 592ae17 commit 9ce43e5
Showing 1 changed file with 12 additions and 5 deletions.
@@ -1,6 +1,6 @@
---
title: PostgreSQL JDBC Driver 42.2.11 Released
date: 2020-03-07 12:22:35 +0300
date: 2020-03-10 00:00:00 +0300
categories:
- new_release
version: 42.2.11
Expand Down Expand Up @@ -34,7 +34,7 @@ Dave Cramer (4):
* remove the user of the word master internally [PR 1713](https://github.com/pgjdbc/pgjdbc/pull/1713) [9a3e0f0c](https://github.com/pgjdbc/pgjdbc/commit/9a3e0f0ce92cc0a7addb369127b7790c5199cea3)
* Revert "feat: implementation of adaptive fetching [PR 1707](https://github.com/pgjdbc/pgjdbc/pull/1707)" (#1717) [13a644b4](https://github.com/pgjdbc/pgjdbc/commit/13a644b4945996dff5274e45741313380d4a47e6)
* document copy out not closing output stream [PR 1721](https://github.com/pgjdbc/pgjdbc/pull/1721) [0faf9ce2](https://github.com/pgjdbc/pgjdbc/commit/0faf9ce23a6c5f323545e374f0781b9c1d3cedcd)
* Update changelog for 42.2.11 [7bd5bf9a](https://github.com/pgjdbc/pgjdbc/commit/7bd5bf9adc2033af211924eb7e88476f2d77a52b)
* Update changelog for 42.2.11 [PR 1720](https://github.com/pgjdbc/pgjdbc/pull/1720)

Lőrinc Pap (2):

Expand All @@ -60,11 +60,16 @@ Nick Mancuso (1):

* perf: upgrade maven-checkstyle-plugin to 3.1.1 [PR 1726](https://github.com/pgjdbc/pgjdbc/pull/1726) [7da60074](https://github.com/pgjdbc/pgjdbc/commit/7da60074916c063c18d6c91e92e5cb360de69cd3)

Sehrope Sarkuni (2):

* fix: Correct sort order of PGProperty.ASSUME_MIN_SERVER_VERSION [3ea08125](https://github.com/pgjdbc/pgjdbc/commit/3ea0812572e013dbad6b67a730255d17b467fb71)
* test: Add test to check sort order of PGProperty values [aa1b93f1](https://github.com/pgjdbc/pgjdbc/commit/aa1b93f1286a308d632e3fcdf53a773cf428a18c)

Toddy69 (1):

* fix: Always use . as decimal separator in PGInterval. [PR 1705](https://github.com/pgjdbc/pgjdbc/pull/1705) [94641ef0](https://github.com/pgjdbc/pgjdbc/commit/94641ef08922d77ac021f70af91cafe85866d854)

Vladimir Sitnikov (10):
Vladimir Sitnikov (11):

* test: skip PKCS12KeyTest when enable_ssl_tests is not set [6730f3fe](https://github.com/pgjdbc/pgjdbc/commit/6730f3febda64891ee445fd53a858ce0d9b56ac3)
* test: add makefile for creating test certificates [202f88e1](https://github.com/pgjdbc/pgjdbc/commit/202f88e13c11fef11994c8f38456f36b3beec714)
Expand All @@ -74,8 +79,9 @@ Vladimir Sitnikov (10):
* revert: use simple executor.shutdown() in testFastCloses [fc5467c6](https://github.com/pgjdbc/pgjdbc/commit/fc5467c67cbd22de7afd909f8a5dd928072a6c49)
* Move CopyBothResponseTest to replication folder [2509b663](https://github.com/pgjdbc/pgjdbc/commit/2509b66370839a73d2b19e3b16c466192ba0bed1)
* doc: fix HTML5 errors in javadoc [161ea249](https://github.com/pgjdbc/pgjdbc/commit/161ea24965b3d11067f96b9765cda10f8b59e08b)
* fix: convert silent rollbacks into exception if application sends commit command [PR 1729](https://github.com/pgjdbc/pgjdbc/pull/1729) [13decbb7](https://github.com/pgjdbc/pgjdbc/commit/13decbb732cd604c7ea86368039f73cd29c398cc)
* bump versions [5f374541](https://github.com/pgjdbc/pgjdbc/commit/5f3745410b8a616d1ac1cc1f35b67221c297a03f)
* fix: convert silent rollbacks into exception if application sends commit command [PR 1729](https://github.com/pgjdbc/pgjdbc/pull/1729) [adcb194e](https://github.com/pgjdbc/pgjdbc/commit/adcb194e7279e67cedd66f0535bb2b875c599459)
* chore: add continuation_indent_size = 4 to .editorconfig for *.java [45d5831e](https://github.com/pgjdbc/pgjdbc/commit/45d5831ed6d65c13c8e5cf23f7367b570ec2fbc4)
* chore: remove end_of_line = lf from .editorconfig for .java [7ce254d2](https://github.com/pgjdbc/pgjdbc/commit/7ce254d2b45e036f537a1c04d3ef5d4ad19c4fed)

adrklos (1):

Expand All @@ -98,5 +104,6 @@ We thank the following people for their contributions to this release.
[Markus Winand](https://github.com/fatalmind)
[Mike Goodman](https://github.com/MSGoodman)
[Nick Mancuso](https://github.com/nmancus1)
[Sehrope Sarkuni](https://github.com/sehrope)
[Toddy69](https://github.com/Toddy69)
[Vladimir Sitnikov](https://github.com/vlsi)

0 comments on commit 9ce43e5

Please sign in to comment.