Upgrade pg to version 1.0.0 #2
Closed
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.
Welcome to Depfu 👋
This is one of the first three pull requests with dependency updates we've sent your way. We tried to start with a few easy patch-level updates. Hopefully your tests will pass and you can merge this pull request without too much risk. This should give you an idea how Depfu works in general.
After you merge your first pull request, we'll send you a few more. We'll never open more than seven PRs at the same time so you're not getting overwhelmed with updates.
Let us know if you have any questions. Thanks so much for giving Depfu a try!
We've upgraded a dependency and all tests pass. \o/
You should probably take a good look at this before merging this pull request, of course.
What changed?
✳️ pg ( → 1.0.0) · Repo · Changelog
Commits
See the full diff on Github. The new version differs by 53 commits:
Added signature for changeset fef434914848Bump major version and update HistoryRemove deprecated constants in preparation for 1.0 release.Replace old expired gem-signing key with my current oneRemove rbx-3 from travis-ci, because we don't aim to support it any longerRemove partial compatibility with Rubinius and MRI < 2.0Change PGconn -> PG::Connection in result_spec.rbFix build on Windows with PostgreSQL < 10Remove compatibility code for Ruby < 1.9.3Remove support for PostgreSQL versions prior 9.2Implement wrapper for PQencryptPasswordConn()set_client_encoding: Use error message provided by libpqMerge branch 'master' of github.com:ged/ruby-pgAdd ruby-2.5 to Windows binary gemsUpdate History.mdSupport ruby-2.5 by Windows binary gemsUpdate gemspec due to added/removed filesAppveyor: Add ruby-head to test matrixFix failing PostgreSQL install on travis-ciBetter documentation to coder param of copy related methodsFix typos in documentation: form -> fromMerge pull request #18 from junaruga/feature/specify-test-directorySpecify test directory by environment variable.Merged in junaruga/ruby-pg/feature/travis-improve-layout (pull request #26)Update cross build dependencies to PostgreSQL-10.1 and OpenSSL-1.1.0gUpdate error codes per 'rake update_error_codes'Remove superfluous cross ruby version statementsMerged in junaruga/ruby-pg/feature/add-ruby-2.5 (pull request #25)Add Ruby 2.5, and add ruby-head as allow_failure.Reword error text for PQsetClientEncoding()MINGW: Workaround segfault due to gcc linker errorAvvpeyor: Re-add mercurial to PATH to fix bitbucket buildAppveyor: Fix TestsAdjust tests for PostgreSQL-10Update travis ruby and PostgreSQL versionsUpdate Appveyor ruby versions and fix tests for ruby-2.4Link OpenSSL-1.1.0 libs static into Windows binary gems, as it was with OpenSSL-1.0.2Update ruby and PostgreSQL versions on appveyor.Update History.rdoc regarding #256 [ci skip]Merge branch 'jjoos-master'Merge branch 'master' of git://github.com/jjoos/ruby-pg into jjoos-masterMerge branch 'alyssais-patch-1'Merge branch 'patch-1' of git://github.com/alyssais/ruby-pg into alyssais-patch-1Merge branch 'YuiOmata-update_require_ruby_bertion'Merge branch 'update_require_ruby_bertion' of git://github.com/YuiOmata/ruby-pg into YuiOmata-update_require_ruby_bertionCheck if the argument for #Connection is an URIAdd PostgreSQL version information to conditional functions of PG::ResultAdd PostgreSQL version information to conditional functionsmerge from gitDisable ChangeLog build task of hoe-mercurial in favour of our own.Update Windows build dependencies to OpenSSL-1.1.0f and PostgreSQL-9.6.3Add a way to disable the deprecation warning.Added tag v0.21.0 for changeset deae742eacfaDepfu 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.