Skip to content
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): bump epgsql from 4.6.0 to 4.7.0 #17

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Dec 30, 2022

Bumps epgsql from 4.6.0 to 4.7.0.

Release notes

Sourced from epgsql's releases.

OTP-25, flow control, CI upgrade

In 4.7.0

  • Flow control {socket_active, N} option in streaming replication #271
  • {socket_active, N} option generalized to all epgsql modes #278
  • CI upgraded to support OTP-25, OTP-19 dropped, run some tests on PostgreSQL 14 #276
  • format_status/1 OTP-25 gen_server callback implemented #277

In 4.6.1

  • Introduce get_backend_pid function #270
  • Fix dialyzer error in get_parameter #274
Changelog

Sourced from epgsql's changelog.

In 4.7.0

  • Flow control {socket_active, N} option in streaming replication #271
  • {socket_active, N} option generalized to all epgsql modes #278
  • CI upgraded to support OTP-25, OTP-19 dropped, run some tests on PostgreSQL 14 #276
  • format_status/1 OTP-25 gen_server callback implemented #277

In 4.6.1

  • Introduce get_backend_pid function #270
  • Fix dialyzer error in get_parameter #274

In 4.6.0

  • Full OTP-24 compatibility #255, #262, #263
  • Implement COPY .. FROM STDIN sub-protocol (both binary and text formats) #248
  • Stick to rebar3_lint 0.2.0 (newer version had troubles working from non-default profile) #249
  • Pipelined and mixed api tests (better coverage of the features of epgsqla and epgsqli interfaces) #244
  • Add ebin/ to the list of ignored directories in .gitignore #251
  • Fix -if(?OTP_RELEASE ...) (was missing question mark) #255
  • Do not format certain attributes of State on abnormal epgsql sock termination (common reason for OOM) #257
  • Make dialyzer warn about use of unknown types; fix some occurrences of such #259
  • Migrate from travis-ci to github actions; test on PostgreSQL 12 #262, #264
  • Introduce transaction_opts type #261

In 4.5.0

  • Add support for application_name connection parameter #226
  • Execute request cancellation over TLS, when main connection is TLS as well #227
  • Handle skipped commands in execute_batch #228
  • Add sasl_prep implementation for validating passwords according to sasl specification #229
  • OTP-23 in CI #237
  • switch to crypto:mac/4 since crypto:hmac/3 is deprecated #239
  • Add tcp_opts connect option #242
  • Command API improvements #243

In 4.4.0

  • Guards are now added to avoid silent integer truncation for numeric and numeric range datatype codecs. So, an attempt to encode 100000 as int2 will now crash the connection instead of silently truncating it. #218
  • epgsql{a,i}:cancel/1 API was documented. #224
  • Version of execute_batch that uses the same SQL query for each request in a batch. Very convenient for batch-inserts. #209
  • It's now possible to provide #statement{} to prepared_query/3. This way of calling it eliminates extra describe round-trip thus making it more efficient. #207

... (truncated)

Commits
  • bd65447 Merge branch 'devel'
  • bcd1aff Bump version to 4.7.0
  • ebc262b Merge pull request #277 from keynslug/otp-25-compat
  • 6a37a40 Merge branch 'devel' into otp-25-compat
  • a748d2b Merge pull request #278 from seriyps/generalize-socket-active-n
  • 5c99bcf ci: bump some actions versions
  • 5dcaf90 chore: support blessed format_status/1 callback
  • 9283564 Merge pull request #276 from seriyps/upgrade-ci-versions
  • 958eb97 {active, N} for SSL is only supported on OTP-21+
  • f4a949a Make sure socket_active option can be used with any interface and mode
  • Additional commits viewable in compare view

Dependabot compatibility score

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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will 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 version will 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 dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [epgsql](https://github.com/epgsql/epgsql) from 4.6.0 to 4.7.0.
- [Release notes](https://github.com/epgsql/epgsql/releases)
- [Changelog](https://github.com/epgsql/epgsql/blob/devel/CHANGES)
- [Commits](epgsql/epgsql@4.6.0...4.7.0)

---
updated-dependencies:
- dependency-name: epgsql
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Dec 30, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants