Skip to content

fix(deps): update dependency postgres to v3.4.3 #16

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

Merged
merged 1 commit into from
Dec 11, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 3, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
postgres 3.3.2 -> 3.4.3 age adoption passing confidence

Release Notes

porsager/postgres (postgres)

v3.4.3

Compare Source

  • Ensure reserved connections are initialized properly - fixes #​718 c084a1c

v3.4.2

Compare Source

  • Ensure transactions throw if connection is closed while there is no active query - fixes #​658 788c819
  • Fix race conditions in auth startup - fixes #​430 #​668 33ae0ed
  • adding support for sslrootcert option in connection string (#​690) 0bee4c3
  • Keep query error instead of creating creating new object (#​698) f2fb819
  • Add common parameter names to ConnectionParameters TS type (#​707) ca2754c

v3.4.1

Compare Source

  • set "types" exports first as ts 4.7 requirement (#​709) 00dd98a
  • Ensure bun imports esm instead of cf worker - fixes #​692 c1d8519
  • Update Cloudflare createHash polyfill to support md5 and hex encoding 09e6cb5

v3.4.0

Compare Source

  • Add Support for Cloudflare Workers & Pages (#​599) b88e261
  • Add sql.reserve method 7f6e0cc
  • Add sql.prepare(name) to allow custom names (#​628) 8f6f4e3
  • Allow for incomplete custom types 1df4286
  • Allow array of Fragments in ParameterOrFragment 82908d3
  • Allow a falsy url string e4b158b
  • Fix crash on errors in logical streaming, but log and reconnect a4bf5fa
  • Fix #​674 TypeScript issues with dynamic inserts 5f569d8
  • Fix connection on deno 1.36.3 (#​673) bf082a5
  • Fix replica identity changes when using subscribe 087c414
  • Fix a bun issue with stack traces cae4d97
  • Ensure number options are coerced from string - fixes #​622 ba498fd
  • Support notify for transactions and reserved connections as well. fixes #​611 0dac913
  • Use select helper inside parenthesis c2fe67b

v3.3.5

Compare Source

  • feat: use ; as a delimiter for _box 26d08c8
  • feat: don't override array type if already exists 62a23bb
  • Document sql.unsafe query fragments (#​567) c9ded40
  • Ensure queries are not pushed on connections with active cursors - fixes #​411 4f987d5

v3.3.4

Compare Source

v3.3.3

Compare Source

  • Fix connection uri encoding (#​497) 4467d11
  • Fix logic reversal for target_session_attrs=primary|standby 4aa19d1
  • Fix transform function logic for deeply nested jsonb (#​530) a848ca6
  • Fix writing host and port on connection timeouts f93d0d4

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot changed the title fix(deps): update dependency postgres to v3.3.3 fix(deps): update dependency postgres to v3.3.4 Mar 7, 2023
@renovate renovate bot force-pushed the renovate/postgres-3.x branch from d22ce61 to 8f89d62 Compare March 7, 2023 22:54
@renovate renovate bot changed the title fix(deps): update dependency postgres to v3.3.4 fix(deps): update dependency postgres to v3.3.5 Jun 1, 2023
@renovate renovate bot force-pushed the renovate/postgres-3.x branch from 8f89d62 to b461939 Compare June 1, 2023 07:59
@renovate renovate bot changed the title fix(deps): update dependency postgres to v3.3.5 fix(deps): update dependency postgres to v3.4.0 Oct 10, 2023
@renovate renovate bot force-pushed the renovate/postgres-3.x branch from b461939 to d287fdb Compare October 10, 2023 19:55
@renovate renovate bot changed the title fix(deps): update dependency postgres to v3.4.0 fix(deps): update dependency postgres to v3.4.1 Oct 24, 2023
@renovate renovate bot force-pushed the renovate/postgres-3.x branch from d287fdb to 13f0b82 Compare October 24, 2023 01:20
@renovate renovate bot changed the title fix(deps): update dependency postgres to v3.4.1 fix(deps): update dependency postgres to v3.4.2 Oct 27, 2023
@renovate renovate bot force-pushed the renovate/postgres-3.x branch from 13f0b82 to a35e3cc Compare October 27, 2023 16:59
@renovate renovate bot changed the title fix(deps): update dependency postgres to v3.4.2 fix(deps): update dependency postgres to v3.4.3 Nov 2, 2023
@renovate renovate bot force-pushed the renovate/postgres-3.x branch from a35e3cc to 102f495 Compare November 2, 2023 11:13
@harazdovskiy harazdovskiy merged commit e5fcda2 into master Dec 11, 2023
@renovate renovate bot deleted the renovate/postgres-3.x branch December 11, 2023 10:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

Successfully merging this pull request may close these issues.

1 participant