Skip to content

Commit 6b26383

Browse files
committed
Add release notes for pg-1.4.6
1 parent cd249b8 commit 6b26383

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

History.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
## v1.4.6 [2023-02-26] Lars Kanis <[email protected]>
2+
3+
- Add japanese README file. [#502](https://github.com/ged/ruby-pg/pull/502)
4+
- Improve `discard_results` to not block under memory pressure. [#500](https://github.com/ged/ruby-pg/pull/500)
5+
- Use a dedicated error class `PG::LostCopyState` for errors due to another query within `copy_data` and mention that it's probably due to another query.
6+
Previously the "no COPY in progress" `PG::Error` was less specific. [#499](https://github.com/ged/ruby-pg/pull/499)
7+
- Make sure an error in `put_copy_end` of `copy_data` doesn't lose the original exception.
8+
- Disable nonblocking mode while large object calls. [#498](https://github.com/ged/ruby-pg/pull/498)
9+
Since pg-1.3.0 libpq's "lo_*" calls failed when a bigger amount of data was transferred.
10+
This specifically forced the `active_storage-postgresql` gem to use pg-1.2.3.
11+
- Add rdoc options to gemspec, so that "gem install" generates complete offline documentation.
12+
- Add binary Windows gems for Ruby 3.2.
13+
- Update Windows fat binary gem to PostgreSQL-15.2 and OpenSSL-3.0.8.
14+
15+
116
## v1.4.5 [2022-11-17] Lars Kanis <[email protected]>
217

318
- Return the libpq default port when blank in conninfo. [#492](https://github.com/ged/ruby-pg/pull/492)

0 commit comments

Comments
 (0)