planner
planner copied to clipboard
Bump pg from 1.5.4 to 1.5.9
Bumps pg from 1.5.4 to 1.5.9.
Changelog
Sourced from pg's changelog.
v1.5.9 [2024-10-24] Lars Kanis [email protected]
- Enable thread safety in static OpenSSL build for Windows. #595
- Remove raising
conect_timeoutfrom 1 to 2 seconds. #590- Fix binary copy_data in Ractor context. #594
- Exclude CI files and hidden files from built gem. #591 This is to simplify security inspection.
- Update error classes to PostgreSQL-17.
- Update Windows fat binary gem to OpenSSL-3.4.0 and PostgreSQL-17.0.
v1.5.8 [2024-09-06] Lars Kanis [email protected]
- Fix host list duplication every time conn.reset is used. #586
- Add default decoder for anonymous record types to BasicTypeRegistry #579
- Update Windows fat binary gem to OpenSSL-3.3.2 and PostgreSQL-16.4.
v1.5.7 [2024-07-28] Lars Kanis [email protected]
- Remove deprecated use of fptr->fd.#562 Direct access is disallowed since ruby-3.4.
- Make
pgconn_connect_pollclose the socket prior to callingPQconnectPoll. #564 This could result in an exception while connecting when used multi threaded.- Fix several typos and improve spelling in documentation and code. #566
- Add missing PG::RollbackTransaction as an option to exit conn.transaction. #560 Usage like in rails: https://api.rubyonrails.org/classes/ActiveRecord/Rollback.html
- Don't print a warning when bigdecimal is required on ruby-3.4+ #574
- Update Windows fat binary gem to OpenSSL-3.3.1 and PostgreSQL-16.3.
v1.5.6 [2024-03-01] Lars Kanis [email protected]
- Renew address resolution (DNS) in conn.reset. #558 This is important, if DNS is used for load balancing, etc.
- Make bigdecimal an optional dependency. #556 It's a gem in ruby-3.4+, so that users shouldn't be forced to use it.
v1.5.5 [2024-02-15] Lars Kanis [email protected]
Commits
afe2f20Bump VERSION to 1.5.99f8a6c6Add History entry for pg-1.5.9342bdbbMerge pull request #599 from larskanis/update-postgresca8e69cRemove skip on Windows since the issue is fixed70c02eaWork around missing dependency to errorcodes.h in PostgreSQL-17.04a52437CI: Update jobs to postgresql-1.7.0d8c3753Update to postgresql-17.0 and openssl-3.4.0 for Windows binary gems86367c6Update error codes byrake update_error_codes94f1d7fMerge pull request #598 from larskanis/osl-threads716221aEnable thread safety in static OpenSSL build- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)