-
Notifications
You must be signed in to change notification settings - Fork 108
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
cherry pick 0.8.5 release information
- Loading branch information
Showing
2 changed files
with
63 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
61 changes: 61 additions & 0 deletions
61
documentation/src/docs/asciidoc/release-notes/release-notes-0.8.5.adoc
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |