|
| 1 | +[[release-notes-0.8.6]] |
| 2 | +== 0.8.6 |
| 3 | + |
| 4 | +*Date of Release:* 2020-10-30 |
| 5 | + |
| 6 | +*Scope:* Authentication & Result Set Enhancements |
| 7 | + |
| 8 | +For a complete list of all _closed_ issues and pull requests for this release, consult |
| 9 | +the link:{projectrepo}+/milestone/8?closed=1+[0.8.6] milestone page in the PGJDBC-NG repository |
| 10 | +on GitHub. |
| 11 | + |
| 12 | + |
| 13 | +[[release-notes-0.8.6-pgjdbc-ng-driver]] |
| 14 | +=== PGJDBC-NG Driver |
| 15 | + |
| 16 | +==== Bug Fixes |
| 17 | + |
| 18 | +* Copy in/out errors no longer hang driver. |
| 19 | +* Errors related to `protocol.message.size.max` now have better messages. |
| 20 | +* Fixed synchronization issues when sharing registry information. |
| 21 | +* `Connection.isValue(int)` no longer has any transactional side effects. |
| 22 | +* More reliable cancellation of specific request. |
| 23 | + |
| 24 | +==== Deprecations and Breaking Changes |
| 25 | + |
| 26 | +None |
| 27 | + |
| 28 | +==== New Features and Improvements |
| 29 | + |
| 30 | +* PostgreSQL 13 added to validation matrix. |
| 31 | +* Support for `SCRAM-SHA-256` & `SCRAM-SHA-256-PLUS` authentication methods. |
| 32 | +* More compliant host name verification supporting "Subject Alternate Names" and multiple common names. |
| 33 | +* Returning clauses can now be added manually to support PostgreSQL's complex syntax. |
| 34 | +* Result sets can now be returned (e.g. from functions) and fetched using `ResultSet.getObject`. |
| 35 | + |
| 36 | +[[release-notes-0.8.6-pgjdbc-ng-udt]] |
| 37 | +=== PGJDBC-NG UDT Generator |
| 38 | + |
| 39 | +==== Bug Fixes |
| 40 | + |
| 41 | +None |
| 42 | + |
| 43 | +==== Deprecations and Breaking Changes |
| 44 | + |
| 45 | +None |
| 46 | + |
| 47 | +==== New Features and Improvements |
| 48 | + |
| 49 | +None |
| 50 | + |
| 51 | + |
| 52 | +[[release-notes-0.8.6-pgjdbc-ng-spy]] |
| 53 | +=== PGJDBC-NG Spy |
| 54 | + |
| 55 | +==== Bug Fixes |
| 56 | + |
| 57 | +None |
| 58 | + |
| 59 | +==== Deprecations and Breaking Changes |
| 60 | + |
| 61 | +None |
| 62 | + |
| 63 | +==== New Features and Improvements |
| 64 | + |
| 65 | +None |
| 66 | + |
0 commit comments