|
| 1 | +## v1.6.0.rc2 [2025-07-14] Lars Kanis <lars@greiz-reinsdorf.de> |
| 2 | + |
| 3 | +Added: |
| 4 | + |
| 5 | +- Add binary gems for Ruby 3.4. |
| 6 | +- Add fat binary gem for platform `aarch64-mingw-ucrt` aka Windows on ARM [#626](https://github.com/ged/ruby-pg/pull/626), for platform Macos on Intel and ARM [#643](https://github.com/ged/ruby-pg/pull/643) and for platform `aarch64-linux` [#646](https://github.com/ged/ruby-pg/pull/646). |
| 7 | +- Update fat binary gem to OpenSSL-3.5.1 and PostgreSQL-17.5. |
| 8 | +- Add a patch to libpq to avoid starvation on bigger SSL records, which some database engines other than vanilla PostgreSQL use. |
| 9 | + This patch applies to platform specific binary gems only. |
| 10 | + [#616](https://github.com/ged/ruby-pg/pull/616) |
| 11 | +- Fix missing array input verification in PG::TypeMapByColumn. |
| 12 | + This could cause a segfault. |
| 13 | + [#620](https://github.com/ged/ruby-pg/pull/620) |
| 14 | +- Add possibility to define the number of array dimensions to be encoded. |
| 15 | + Setting dimensions is especially useful, when a Record shall be encoded into an Array, since the Array encoder can not distinguish if the array shall be encoded as a higher dimension or as a record otherwise. |
| 16 | + [#622](https://github.com/ged/ruby-pg/pull/622) |
| 17 | +- Add MINGW package dependency which is resolved by RubyInstaller. |
| 18 | + [#617](https://github.com/ged/ruby-pg/pull/617) |
| 19 | +- Change `conn.server_version` and `conn.protocol_version` to raise instead of return 0 on error. |
| 20 | + [#632](https://github.com/ged/ruby-pg/pull/632) |
| 21 | +- Fix making PG::BasicTypeMapForQueries shareable for Ractor in ruby-3.5. |
| 22 | + [#636](https://github.com/ged/ruby-pg/pull/636) |
| 23 | +- Rename `History.md` to `CHANGELOG.md`, which is more common. |
| 24 | + [#642](https://github.com/ged/ruby-pg/pull/642) |
| 25 | +- Fix connecting to multiple hosts after `connnect_timeout`. |
| 26 | + [#637](https://github.com/ged/ruby-pg/pull/637) |
| 27 | + |
| 28 | + |
1 | 29 | ## v1.6.0.rc1 [2024-11-28] Lars Kanis <lars@greiz-reinsdorf.de> |
2 | 30 |
|
3 | 31 | Added: |
|
0 commit comments