Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Here is everything you need to know about this update. Please take a good look at what changed and the test results before merging this pull request.
What changed?
✳️ pg (1.5.6 → 1.5.7) · Repo · Changelog
Release Notes
1.5.7 (from changelog)
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 34 commits:
Bump VERSION to 1.5.7
Update release notes for pg-1.5.7
Merge pull request #575 from larskanis/appv1
CI: Fix appveyor build by switching to x64 platform
Fix ruby warning
Merge pull request #574 from larskanis/bigdeci
Don't print a warning when bigdecimal is required on ruby-3.4+
Add comment to Gemfile reg. bigdecimal
Add ostruct as a development gem as a preparation for ruby-3.5
Add release notes for pg-1.5.7
Update libraries for windows binary gems to openssl-3.3.1 and postgresql-16.3
Merge pull request #560 from larskanis/rollback
Merge pull request #572 from larskanis/try-truffle
Skip new test on Windows which constantly crashs
Relax test of finish to not bother about unrelated connections
Remove one skip in specs for Truffleruby and refine the other
Add a hint to use type maps to Connection#copy_data
Merge pull request #570 from ged/larskanis-patch-1
CI: Fix source run on Macos
Merge pull request #567 from larskanis/more-spelling
More spelling improvements
Merge pull request #566 from kianmeng/fix-typos
Fix typos
Merge branch 'master' of https://github.com/ged/ruby-pg
Add LDFLAGS in MAINTAINER_MODE
Merge pull request #564 from jcalvert/fix_connect_poll_fd_reuse
Make `pgconn_connect_poll` close the socket prior to calling
Merge pull request #565 from larskanis/fix-noreturn-warn
Avoid compiler warning
Merge pull request #562 from larskanis/fptr-fd
Merge pull request #563 from larskanis/fix-tr2
CI: Add a temprorary fix for truffleruby-24.0.0
Remove deprecated use of fptr->fd
Add PG::RollbackTransaction as an option to exit conn.transaction
Depfu will automatically keep this PR conflict-free, as long as you don't add any commits to this branch yourself. You can also trigger a rebase manually by commenting with
@depfu rebase
.All Depfu comment commands