Skip to content

Commit

Permalink
cherry pick 0.8.5 release information
Browse files Browse the repository at this point in the history
  • Loading branch information
kdubb committed Oct 22, 2020
1 parent a738d2d commit 727e8e2
Show file tree
Hide file tree
Showing 2 changed files with 63 additions and 0 deletions.
2 changes: 2 additions & 0 deletions documentation/src/docs/asciidoc/release-notes/index.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ reference documentation on integrating and using {drivername}.

include::release-notes-0.9.adoc[]

include::release-notes-0.8.5.adoc[]

include::release-notes-0.8.4.adoc[]

include::release-notes-0.8.3.adoc[]
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,61 @@
[[release-notes-0.8.5]]
== 0.8.5

*Date of Release:* 2020-10-22

*Scope:* Bug Fixes

For a complete list of all _closed_ issues and pull requests for this release, consult
the link:{projectrepo}+/milestone/7?closed=1+[0.8.5] milestone page in the PGJDBC-NG repository
on GitHub.


[[release-notes-0.8.5-pgjdbc-ng-driver]]
=== PGJDBC-NG Driver

==== Bug Fixes

* Updated Netty to 4.1.53 (previous version contained critical vulnerabilities).
* Concurrent data structures are now used for cleanup collections to fix concurrency issue during cleanup.
* Null string values in scalars, records & arrays are now correctly handled.
* `PGDriver.cleanup` is now safe to be called more than once.
* `Statement.setMaxFieldSize` and `pgjdbc.field.length.max` now work as documented.

==== Deprecations and Breaking Changes

None

==== New Features and Improvements

* Integrity violation exceptions now include PostgreSQL's DETAIL field.

[[release-notes-0.8.5-pgjdbc-ng-udt]]
=== PGJDBC-NG UDT Generator

==== Bug Fixes

None

==== Deprecations and Breaking Changes

None

==== New Features and Improvements

None


[[release-notes-0.8.5-pgjdbc-ng-spy]]
=== PGJDBC-NG Spy

==== Bug Fixes

None

==== Deprecations and Breaking Changes

None

==== New Features and Improvements

None

0 comments on commit 727e8e2

Please sign in to comment.