Skip to content

Commit

Permalink
Created release notes for 42.3.6 [SKIP-CI] (#2515)
Browse files Browse the repository at this point in the history
* Created release notes for 42.3.6
  • Loading branch information
davecramer committed May 24, 2022
1 parent 85f8581 commit 7714d03
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 1 deletion.
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,14 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).

### Fixed

[42.3.6] (2022-05-24 08:52:27 -0400)
### Changed

### Added

### Fixed
- fix: close refcursors when underlying cursor==null instead of relying on defaultRowFetchSize [PR #2377](https://github.com/pgjdbc/pgjdbc/pull/2377)

## [42.3.5] (2022-05-04 08:48:35 -0400)
### Changed
- test: polish TimestampUtilsTest
Expand Down Expand Up @@ -675,4 +683,5 @@ thrown to caller to be dealt with so no need to log at this verbosity by pgjdbc
[42.3.3]: https://github.com/pgjdbc/pgjdbc/compare/REL42.3.2...REL42.3.3
[42.3.4]: https://github.com/pgjdbc/pgjdbc/compare/REL42.3.3...REL42.3.4
[42.3.4]: https://github.com/pgjdbc/pgjdbc/compare/REL42.3.4...REL42.3.5
[Unreleased]: https://github.com/pgjdbc/pgjdbc/compare/REL42.3.5...HEAD
[42.3.5]: https://github.com/pgjdbc/pgjdbc/compare/REL42.3.5...REL42.3.6
[Unreleased]: https://github.com/pgjdbc/pgjdbc/compare/REL42.3.6...HEAD
30 changes: 30 additions & 0 deletions docs/_posts/2022-05-24-42.3.6-release.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
---
title: PostgreSQL JDBC Driver 42.3.6 Released
date: 2022-05-24 08:52:25 -0400
categories:
- new_release
version: 42.3.6
---
**Notable changes**

### Changed

### Added

### Fixed
- fix: close refcursors when underlying cursor==null instead of relying on defaultRowFetchSize [PR #2377](https://github.com/pgjdbc/pgjdbc/pull/2377)


<!--more-->

**Commits by author**

Dave Cramer (2):
Fix heading format for version numbers [PR 2504](https://github.com/pgjdbc/pgjdbc/pull/2504)

Vladimir Sitnikov (1):
fix: close refcursors when underlying cursor==null instead of relying on defaultRowFetchSize [PR #2377](https://github.com/pgjdbc/pgjdbc/pull/2377)




0 comments on commit 7714d03

Please sign in to comment.