-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore(deps): update dependency postgrex to == 0.20.0 #45
base: master
Are you sure you want to change the base?
Conversation
⚠ Artifact update problemRenovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is. ♻ Renovate will retry this branch, including artifacts, only when one of the following happens:
The artifact failure details are included below: File name: mix.lock
|
13b966c
to
492d9a4
Compare
492d9a4
to
522b6cb
Compare
|
522b6cb
to
b4bfb73
Compare
b4bfb73
to
fccf463
Compare
fccf463
to
2c5a481
Compare
2c5a481
to
b51282d
Compare
b51282d
to
bcea2b8
Compare
This PR contains the following updates:
== 0.16.5
->== 0.20.0
Release Notes
elixir-ecto/postgrex (postgrex)
v0.20.0
Compare Source
Deprecations
:search_path
and use:parameters
option insteadBug fixes
Duration
type returns same units asPostgrex.Interval
Postgrex.ReplicationConnection
Postgrex.SimpleConnection
v0.19.3
Compare Source
Enhancements
[]
:comment
as options to query APIsBug fixes
Postgrex.SimpleConnection
v0.19.2
Compare Source
v0.19.1
Compare Source
Enhancements
Bug fixes
v0.19.0
Compare Source
Enhancements
Bug fixes
{:stop, state}
fromgen_statem
connection callbackv0.18.0
Compare Source
Deprecations
:ssl_opts
is deprecated in favor ofssl: options
ssl: true
now emits a warning, as it does not execute server certificate verificationEnhancements
:commit_comment
option on transactions for prepending a SQL comment to commit statementshandle_prepare_execute
Backwards incompatible changes
server_name_indication: :disable
in your:ssl_opts
v0.17.5
Compare Source
v0.17.4
Compare Source
comp_oids
v0.17.3
Compare Source
Enhancements
Bug fix
v0.17.2
Compare Source
v0.17.1
Compare Source
v0.17.0
Compare Source
v0.16.5
Compare Source
:search_path
to be set for new connectionsv0.16.4
Compare Source
v0.16.3
Compare Source
v0.16.2
Compare Source
Enhancements
:ping_timeout
start optionBug fixes
v0.16.1
Compare Source
Postgrex.SimpleConnection
andPostgrex.ReplicationConnection
. Instead always wrapPostgrex.Result
in a list.v0.16.0
Compare Source
Require Elixir v1.11+.
Postgrex.SimpleConnection
andPostgrex.ReplicationConnection
v0.15.13
Compare Source
v0.15.12
Compare Source
v0.15.11
Compare Source
xid8
type introduced in PostgreSQL 13v0.15.10
Compare Source
v0.15.9
Compare Source
:endpoints
and:target_server_type
to make it faster to rotate across multiple instances in cases of failoversv0.15.8
Compare Source
v0.15.7
Compare Source
compare
andto_string
toPostgrex.Interval
v0.15.6
Compare Source
Postgrex.Notifications
v0.15.5
Compare Source
v0.15.4
Compare Source
v0.15.3
Compare Source
Enhancements
:configure
for notifications:auto_reconnect
option for notificationslisten
commands even if the notifications connection is down or yet to first connectBug fixes
v0.15.2
Compare Source
v0.15.1
Compare Source
xid8
type introduced in PostgreSQL 13v0.15.0
Compare Source
Postgrex v0.15+ requires Elixir v1.6+.
Enhancements
query and describe runs minimal query
Bug fixes
v0.14.3
Compare Source
v0.14.2
Compare Source
v0.14.1
Compare Source
v0.14.0
Compare Source
Enhancements
netmask: nil
. When decoding, a /32 netmask (for IPv4) or /128 netmask (for IPv6) will be removed, resulting innetmask: nil
for the struct:disconnect_on_error_codes
which allows Postgrex to automatically disconnect and then reconnect on certain errors. This is useful when using Postgrex against systems that support failover, which would emit certain errors on failover. This change allow those errors to be recovered from transparently:cache_statement
toPostgrex.query/4
as a built-in statement cachePostgrex.prepare_execute/4
Backwards incompatible changes
encode_to_iodata!
instead ofencode!
in JSON encoderPostgrex.execute/4
now always returns the prepared query:pool_timeout
is removed in favor of:queue_target
and:queue_interval
. SeeDBConnection.start_link/2
for more informationConfiguration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.