File tree Expand file tree Collapse file tree 2 files changed +16
-1
lines changed
Expand file tree Collapse file tree 2 files changed +16
-1
lines changed Original file line number Diff line number Diff line change 1+ ## v1.6.3 [ 2025-12-29] Lars Kanis < [email protected] > 2+
3+ Added:
4+ - Add binary gems for ruby-4.0, now providing ruby-3.0 to 4.0. #682
5+ - Improve documentation of PG::Result and README. #676
6+ - Update errorcodes to PostgreSQL-18.
7+ - Use ` rb_hash_new_capa ` on Ruby-3.2+ . #674
8+ - Deny any server communication on a frozen PG::Connection . #677
9+ - Fix possible race condition in PG::Result in Ractor context. #674
10+
11+ Removed:
12+ - Drop binary gem support for platform ` x86-mingw32 ` . #682
13+ - Drop binary gems for ruby-2.7.
14+
15+
116## v1.6.2 [ 2025-09-02] Lars Kanis < [email protected] > 217
318- Remove several absolute paths from native binaries which pointed to build directories. [ #668 ] ( https://github.com/ged/ruby-pg/pull/668 )
Original file line number Diff line number Diff line change 11# frozen_string_literal: true
22module PG
33 # Library version
4- VERSION = '1.6.2 '
4+ VERSION = '1.6.3 '
55end
You can’t perform that action at this time.
0 commit comments