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.6.1 #10

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Aug 10, 2022

Bumps epgsql from 4.6.0 to 4.6.1.

Changelog

Sourced from epgsql's changelog.

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
  • Representation of SQL NULL is now fully configurable. You can choose what set of Erlang terms should be interpreted as NULL and which term to use to represent NULLs received from database. #212
  • It's now possible to choose between 3 representations of a hstore datatype: map(), jiffy-style objects (default) and proplist. It can also take map() as input now. NULL value representation is also configurable. #217
  • Edocs build was fixed. Just run rebar3 edoc and reference documentation for

... (truncated)

Commits
  • aea48e2 Merge branch 'devel'
  • 39d9662 Bump version to 4.6.1
  • 78a1793 Merge pull request #274 from onno-vos-dev/fix-dialyzer-error-with-get-parameter
  • 4840fb9 Fix Dialyzer error with epgsql:get_parameter/2
  • 7abe38b Merge pull request #270 from seriyps/add-get_os_pid-function
  • 37617f3 Rename get_os_pid to get_backend_pid
  • e723d1a Add get_os_pid/1 function
  • 0b798b0 Merge pull request #269 from kianmeng/fix-typos
  • 2619dbe Fix typos
  • See full diff 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.6.1.
- [Release notes](https://github.com/epgsql/epgsql/releases)
- [Changelog](https://github.com/epgsql/epgsql/blob/devel/CHANGES)
- [Commits](epgsql/epgsql@4.6.0...4.6.1)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Aug 10, 2022
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Dec 30, 2022

Superseded by #17.

@dependabot dependabot bot closed this Dec 30, 2022
@dependabot dependabot bot deleted the dependabot/hex/epgsql-4.6.1 branch December 30, 2022 11:08
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