Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump postgrex from 0.19.0 to 0.19.1 (#894)
Bumps [postgrex](https://github.com/elixir-ecto/postgrex) from 0.19.0 to 0.19.1. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/elixir-ecto/postgrex/blob/master/CHANGELOG.md">postgrex's changelog</a>.</em></p> <blockquote> <h2>v0.19.1 (2024-08-13)</h2> <ul> <li> <p>Enhancements</p> <ul> <li>Allow encoding/decoding of LSN</li> </ul> </li> <li> <p>Bug fixes</p> <ul> <li>Fix Dialyzer warnings on interval extension</li> <li>Log error message if Postgrex.ReplicationConnection is reconnecting</li> </ul> </li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/elixir-ecto/postgrex/commit/02d816bee46d45dc36db169b3fd9dee772e25d07"><code>02d816b</code></a> Release v0.19.1</li> <li><a href="https://github.com/elixir-ecto/postgrex/commit/315e632d3fa66a5d3c2f2697da1976da3c28d866"><code>315e632</code></a> Add binary LSN encoding/decoding</li> <li><a href="https://github.com/elixir-ecto/postgrex/commit/3cbcb14c4729d2aada241f862e75a1d2422dbff2"><code>3cbcb14</code></a> Silence logs in replication tests</li> <li><a href="https://github.com/elixir-ecto/postgrex/commit/a357ae20cd432d752c9b9943707fbd9476b50dd5"><code>a357ae2</code></a> Use :binary module directly</li> <li><a href="https://github.com/elixir-ecto/postgrex/commit/b55ec785d5238b3e47b73b1f6ef7747596877fcd"><code>b55ec78</code></a> Log error message if Postgrex.ReplicationConnection is reconnecting</li> <li><a href="https://github.com/elixir-ecto/postgrex/commit/66a46822677edeb5f5860a256c1dfadce554ee87"><code>66a4682</code></a> Fix dialyzer issues with interval extension, part 2 (<a href="https://redirect.github.com/elixir-ecto/postgrex/issues/702">#702</a>)</li> <li><a href="https://github.com/elixir-ecto/postgrex/commit/6d16321e5977e08952569f64b124f10fe561094e"><code>6d16321</code></a> Fix dialyzer warning for interval (<a href="https://redirect.github.com/elixir-ecto/postgrex/issues/701">#701</a>)</li> <li>See full diff in <a href="https://github.com/elixir-ecto/postgrex/compare/v0.19.0...v0.19.1">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=postgrex&package-manager=hex&previous-version=0.19.0&new-version=0.19.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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 show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@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) </details>
- Loading branch information