-
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.
- Loading branch information
Showing
4 changed files
with
55 additions
and
61 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
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
53 changes: 53 additions & 0 deletions
53
documentation/src/docs/asciidoc/release-notes/release-notes-0.8.4.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,53 @@ | ||
[[release-notes-0.8.4]] | ||
== 0.8.4 | ||
|
||
*Date of Release:* 2019-10-04 | ||
|
||
*Scope:* Bug Fixes | ||
|
||
For a complete list of all _closed_ issues and pull requests for this release, consult | ||
the link:{projectrepo}+/milestone/6?closed=1+[0.8.4] milestone page in the PGJDBC-NG repository | ||
on GitHub. | ||
|
||
|
||
[[release-notes-0.8.4-pgjdbc-ng-driver]] | ||
=== PGJDBC-NG Driver | ||
|
||
==== Bug Fixes | ||
|
||
* System ids (oid, xid, cid) are now properly parsed/formatted as unsigned values. | ||
* DataSource.getConnection no longer overwrites user/password currently set on datasource. | ||
* URLs now properly support URL encoded values. | ||
* SSL hostname verifier now follows PostgreSQL's specification for wildcards. | ||
|
||
==== Deprecations and Breaking Changes | ||
|
||
* Published "uber" jars poms now declare no dependencies. *Uber jar maven coordinates have changed*. | ||
|
||
==== New Features and Improvements | ||
|
||
* DataSource properties & connection URL properties now support the same features; including Unix sockets and fallback addresses. | ||
* ACL's now support the complete syntax and the `ACLItem` API has been updated to reflect this support. | ||
* SELECTing psuedo types (eg. record) is now supported. | ||
|
||
[[release-notes-0.8.4-pgjdbc-ng-udt]] | ||
=== PGJDBC-NG UDT Generator | ||
|
||
==== Bug Fixes | ||
|
||
* Generated enum writes now use the specific type id of the enum (as required in a UDT). | ||
* Generator composite writers now use explicit types when necessary. | ||
|
||
==== Deprecations and Breaking Changes | ||
|
||
==== New Features and Improvements | ||
|
||
|
||
[[release-notes-0.8.4-pgjdbc-ng-spy]] | ||
=== PGJDBC-NG Spy | ||
|
||
==== Bug Fixes | ||
|
||
==== Deprecations and Breaking Changes | ||
|
||
==== New Features and Improvements |
59 changes: 0 additions & 59 deletions
59
documentation/src/docs/asciidoc/release-notes/release-notes-0.9.adoc
This file was deleted.
Oops, something went wrong.