Skip to content

Commit

Permalink
Bump oban from 2.18.0 to 2.18.1 (#895)
Browse files Browse the repository at this point in the history
Bumps [oban](https://github.com/sorentwo/oban) from 2.18.0 to 2.18.1.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/sorentwo/oban/releases">oban's
releases</a>.</em></p>
<blockquote>
<h2>v2.18.1</h2>
<h3>Enhancements</h3>
<ul>
<li>
<p>[Repo] Automatically retry all transactions with backoff.</p>
<p>Avoid both expected an unexpected database errors by automatically
retrying transactions. Some operations, such as serialization and lock
not available errors, are likely to occur during standard use depending
on how a database is configured. Other errors happen infrequently due to
pool contention or flickering connections, and those should also be
retried for increased safety.</p>
<p>This change is applied to <code>Oban.Repo.transaction/3</code>
itself, so it will apply to <em>every</em> location that uses
transactions.</p>
</li>
<li>
<p>[Migration] Declare <code>tags</code> as an array of
<code>text</code> rather than <code>varchar</code>.</p>
<p>We don't provide a limit on the size of tags and they could
conceivably be larger than 256 characters. Externally the types are
interchangeable, but internally there are minor advantages to using the
text type.</p>
<p>There isn't a new migration; this change is only for new tables.</p>
</li>
</ul>
<h3>Bug Fixes</h3>
<ul>
<li>[Repo] Correctly dispatch <code>query!/4</code> to
<code>query!</code> rather than <code>query</code> without a bang.</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/sorentwo/oban/blob/main/CHANGELOG.md">oban's
changelog</a>.</em></p>
<blockquote>
<h2>v2.18.1 — 2024-08-15</h2>
<h3>Enhancements</h3>
<ul>
<li>
<p>[Repo] Automatically retry all transactions with backoff.</p>
<p>Avoid both expected an unexpected database errors by automatically
retrying transactions. Some
operations, such as serialization and lock not available errors, are
likely to occur during
standard use depending on how a database is configured. Other errors
happen infrequently due to
pool contention or flickering connections, and those should also be
retried for increased
safety.</p>
<p>This change is applied to <code>Oban.Repo.transaction/3</code>
itself, so it will apply to <em>every</em> location
that uses transactions.</p>
</li>
<li>
<p>[Migration] Declare <code>tags</code> as an array of
<code>text</code> rather than <code>varchar</code>.</p>
<p>We don't provide a limit on the size of tags and they could
conceivably be larger than 256
characters. Externally the types are interchangeable, but internally
there are minor advantages
to using the text type.</p>
<p>There isn't a new migration; this change is only for new tables.</p>
</li>
</ul>
<h3>Bug Fixes</h3>
<ul>
<li>[Repo] Correctly dispatch <code>query!/4</code> to
<code>query!</code> rather than <code>query</code> without a bang.</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/sorentwo/oban/commit/141f403e2a735b904bdbeeace55d338b25d2ab8e"><code>141f403</code></a>
Release v2.18.1</li>
<li><a
href="https://github.com/sorentwo/oban/commit/d5eb5914fc8173333b6bda9d2430aa18f1c710e8"><code>d5eb591</code></a>
Bump ecto_sql to 3.12.0 and ecto_sqlite3 to 0.17 (<a
href="https://redirect.github.com/sorentwo/oban/issues/1135">#1135</a>)</li>
<li><a
href="https://github.com/sorentwo/oban/commit/eec82cce753a4fb3b91d40ce75200e18f96f52af"><code>eec82cc</code></a>
Document that timeouts raise an Oban.TimeoutError</li>
<li><a
href="https://github.com/sorentwo/oban/commit/bf7f0bf50c9a929131323abd3fc448b52d79ce40"><code>bf7f0bf</code></a>
Automatically retry transactions with backoff</li>
<li><a
href="https://github.com/sorentwo/oban/commit/4715ea5fae21707cc391f9127ae86fcf90d2279f"><code>4715ea5</code></a>
Declare tags as a text array rather than varchar</li>
<li><a
href="https://github.com/sorentwo/oban/commit/4d124e5f4e9b6cb70e344078eb18a0fba5c4cbd4"><code>4d124e5</code></a>
Note lack of unique conflicts for insert_all in README (<a
href="https://redirect.github.com/sorentwo/oban/issues/1133">#1133</a>)</li>
<li><a
href="https://github.com/sorentwo/oban/commit/bbc42914372b8a7eace0bdc5943d99d3eeb06983"><code>bbc4291</code></a>
Bump postgrex from 0.18.0 to 0.19.0 in the production-dependencies group
(<a
href="https://redirect.github.com/sorentwo/oban/issues/1131">#1131</a>)</li>
<li><a
href="https://github.com/sorentwo/oban/commit/74654d615d48cd94d47719b7cb4cf0f0a414ca68"><code>74654d6</code></a>
Bump jason from 1.4.1 to 1.4.4 in the production-dependencies group (<a
href="https://redirect.github.com/sorentwo/oban/issues/1126">#1126</a>)</li>
<li><a
href="https://github.com/sorentwo/oban/commit/52be0fff5d28180440aee07fb6c62ffc7d14f5c9"><code>52be0ff</code></a>
Fix typos and improve language (<a
href="https://redirect.github.com/sorentwo/oban/issues/1123">#1123</a>)</li>
<li><a
href="https://github.com/sorentwo/oban/commit/3fc4dd0599d3513057e1b5c62532c2969056380d"><code>3fc4dd0</code></a>
Fix: query!/4 should dispatch :query! (<a
href="https://redirect.github.com/sorentwo/oban/issues/1122">#1122</a>)</li>
<li>See full diff in <a
href="https://github.com/sorentwo/oban/compare/v2.18.0...v2.18.1">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=oban&package-manager=hex&previous-version=2.18.0&new-version=2.18.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
github-actions[bot] authored Aug 16, 2024
2 parents 64922ec + 12134de commit ee79a79
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mix.lock
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"decimal": {:hex, :decimal, "2.1.1", "5611dca5d4b2c3dd497dec8f68751f1f1a54755e8ed2a966c2633cf885973ad6", [:mix], [], "hexpm", "53cfe5f497ed0e7771ae1a475575603d77425099ba5faef9394932b35020ffcc"},
"dialyxir": {:hex, :dialyxir, "1.4.3", "edd0124f358f0b9e95bfe53a9fcf806d615d8f838e2202a9f430d59566b6b53b", [:mix], [{:erlex, ">= 0.2.6", [hex: :erlex, repo: "hexpm", optional: false]}], "hexpm", "bf2cfb75cd5c5006bec30141b131663299c661a864ec7fbbc72dfa557487a986"},
"earmark": {:hex, :earmark, "1.4.47", "7e7596b84fe4ebeb8751e14cbaeaf4d7a0237708f2ce43630cfd9065551f94ca", [:mix], [], "hexpm", "3e96bebea2c2d95f3b346a7ff22285bc68a99fbabdad9b655aa9c6be06c698f8"},
"ecto": {:hex, :ecto, "3.12.0", "9014a3ccac7f91e680b9d237d461ebe3d4e16d62ca8e355d540e2c6afdc28309", [:mix], [{:decimal, "~> 2.0", [hex: :decimal, repo: "hexpm", optional: false]}, {:jason, "~> 1.0", [hex: :jason, repo: "hexpm", optional: true]}, {:telemetry, "~> 0.4 or ~> 1.0", [hex: :telemetry, repo: "hexpm", optional: false]}], "hexpm", "41e781a76e131093af8e1edf68b1319bf320878faff58da41ffa4b10fc6ff678"},
"ecto": {:hex, :ecto, "3.12.1", "626765f7066589de6fa09e0876a253ff60c3d00870dd3a1cd696e2ba67bfceea", [], [{:decimal, "~> 2.0", [hex: :decimal, repo: "hexpm", optional: false]}, {:jason, "~> 1.0", [hex: :jason, repo: "hexpm", optional: true]}, {:telemetry, "~> 0.4 or ~> 1.0", [hex: :telemetry, repo: "hexpm", optional: false]}], "hexpm", "df0045ab9d87be947228e05a8d153f3e06e0d05ab10c3b3cc557d2f7243d1940"},
"ecto_psql_extras": {:hex, :ecto_psql_extras, "0.8.1", "cdfee5cb21d51af37d14233e4aa3ef38189bf42c499d6a8160a943c990cc74e2", [:mix], [{:ecto_sql, "~> 3.7", [hex: :ecto_sql, repo: "hexpm", optional: false]}, {:postgrex, "> 0.16.0 and < 0.20.0", [hex: :postgrex, repo: "hexpm", optional: false]}, {:table_rex, "~> 3.1.1 or ~> 4.0.0", [hex: :table_rex, repo: "hexpm", optional: false]}], "hexpm", "c0a1df8181c87a0419afa881452329a9dfd2c1fb2a737bf147f862dfa44a1af0"},
"ecto_sql": {:hex, :ecto_sql, "3.12.0", "73cea17edfa54bde76ee8561b30d29ea08f630959685006d9c6e7d1e59113b7d", [:mix], [{:db_connection, "~> 2.4.1 or ~> 2.5", [hex: :db_connection, repo: "hexpm", optional: false]}, {:ecto, "~> 3.12", [hex: :ecto, repo: "hexpm", optional: false]}, {:myxql, "~> 0.7", [hex: :myxql, repo: "hexpm", optional: true]}, {:postgrex, "~> 0.19 or ~> 1.0", [hex: :postgrex, repo: "hexpm", optional: true]}, {:tds, "~> 2.1.1 or ~> 2.2", [hex: :tds, repo: "hexpm", optional: true]}, {:telemetry, "~> 0.4.0 or ~> 1.0", [hex: :telemetry, repo: "hexpm", optional: false]}], "hexpm", "dc9e4d206f274f3947e96142a8fdc5f69a2a6a9abb4649ef5c882323b6d512f0"},
"elixir_make": {:hex, :elixir_make, "0.8.3", "d38d7ee1578d722d89b4d452a3e36bcfdc644c618f0d063b874661876e708683", [:mix], [{:castore, "~> 0.1 or ~> 1.0", [hex: :castore, repo: "hexpm", optional: true]}, {:certifi, "~> 2.0", [hex: :certifi, repo: "hexpm", optional: true]}], "hexpm", "5c99a18571a756d4af7a4d89ca75c28ac899e6103af6f223982f09ce44942cc9"},
Expand Down Expand Up @@ -44,7 +44,7 @@
"nimble_pool": {:hex, :nimble_pool, "1.1.0", "bf9c29fbdcba3564a8b800d1eeb5a3c58f36e1e11d7b7fb2e084a643f645f06b", [:mix], [], "hexpm", "af2e4e6b34197db81f7aad230c1118eac993acc0dae6bc83bac0126d4ae0813a"},
"npm_deps": {:hex, :npm_deps, "0.3.3", "a084273e9d26614bb8fc0603889a1539c132f6c35bb0f79985d2934fe5f10799", [:mix], [{:castore, ">= 0.0.0", [hex: :castore, repo: "hexpm", optional: false]}], "hexpm", "ce726ead4982f24ab6cdd7a1e8cd0d0eb641d135acdb2edd4d93610c961a547f"},
"number": {:hex, :number, "1.0.5", "d92136f9b9382aeb50145782f116112078b3465b7be58df1f85952b8bb399b0f", [:mix], [{:decimal, "~> 1.5 or ~> 2.0", [hex: :decimal, repo: "hexpm", optional: false]}], "hexpm", "c0733a0a90773a66582b9e92a3f01290987f395c972cb7d685f51dd927cd5169"},
"oban": {:hex, :oban, "2.18.0", "092d20bfd3d70c7ecb70960f8548d300b54bb9937c7f2e56b388f3a9ed02ec68", [:mix], [{:ecto_sql, "~> 3.10", [hex: :ecto_sql, repo: "hexpm", optional: false]}, {:ecto_sqlite3, "~> 0.9", [hex: :ecto_sqlite3, repo: "hexpm", optional: true]}, {:jason, "~> 1.1", [hex: :jason, repo: "hexpm", optional: false]}, {:postgrex, "~> 0.16", [hex: :postgrex, repo: "hexpm", optional: true]}, {:telemetry, "~> 0.4 or ~> 1.0", [hex: :telemetry, repo: "hexpm", optional: false]}], "hexpm", "aace1eff6f8227ae38d4274af967d96f051c2f0a5152f2ef9809dd1f97866745"},
"oban": {:hex, :oban, "2.18.1", "604663121017de4f61a44908a63e7fc431201fa21dcb858ef6686ed46a2e32bd", [:mix], [{:ecto_sql, "~> 3.10", [hex: :ecto_sql, repo: "hexpm", optional: false]}, {:ecto_sqlite3, "~> 0.9", [hex: :ecto_sqlite3, repo: "hexpm", optional: true]}, {:jason, "~> 1.1", [hex: :jason, repo: "hexpm", optional: false]}, {:postgrex, "~> 0.16", [hex: :postgrex, repo: "hexpm", optional: true]}, {:telemetry, "~> 0.4 or ~> 1.0", [hex: :telemetry, repo: "hexpm", optional: false]}], "hexpm", "f998b755a856757c86761bc718b84ce0474b1b68abb9248f690e761a90b9186a"},
"owl": {:hex, :owl, "0.9.0", "9b33d64734bd51d3fc1d6ed01b12f8c2ed23e1fbf8c43658a6dfbff62578bd03", [:mix], [{:ucwidth, "~> 0.2", [hex: :ucwidth, repo: "hexpm", optional: true]}], "hexpm", "cd70b55327985f8f24d38cb7de5bf8a8d24040e1b49cca2345508f8119ce81fd"},
"patch": {:hex, :patch, "0.13.1", "2da5b508e4d6558924a0959d95dc3aa8176b5ccf2539e4567481448d61853ccc", [:mix], [], "hexpm", "75f805827d9db0c335155fbb857e6eeb5c85034c9dc668d146bc0bfe48fac822"},
"phoenix": {:hex, :phoenix, "1.7.14", "a7d0b3f1bc95987044ddada111e77bd7f75646a08518942c72a8440278ae7825", [:mix], [{:castore, ">= 0.0.0", [hex: :castore, repo: "hexpm", optional: false]}, {:jason, "~> 1.0", [hex: :jason, repo: "hexpm", optional: true]}, {:phoenix_pubsub, "~> 2.1", [hex: :phoenix_pubsub, repo: "hexpm", optional: false]}, {:phoenix_template, "~> 1.0", [hex: :phoenix_template, repo: "hexpm", optional: false]}, {:phoenix_view, "~> 2.0", [hex: :phoenix_view, repo: "hexpm", optional: true]}, {:plug, "~> 1.14", [hex: :plug, repo: "hexpm", optional: false]}, {:plug_cowboy, "~> 2.7", [hex: :plug_cowboy, repo: "hexpm", optional: true]}, {:plug_crypto, "~> 1.2 or ~> 2.0", [hex: :plug_crypto, repo: "hexpm", optional: false]}, {:telemetry, "~> 0.4 or ~> 1.0", [hex: :telemetry, repo: "hexpm", optional: false]}, {:websock_adapter, "~> 0.5.3", [hex: :websock_adapter, repo: "hexpm", optional: false]}], "hexpm", "c7859bc56cc5dfef19ecfc240775dae358cbaa530231118a9e014df392ace61a"},
Expand Down

0 comments on commit ee79a79

Please sign in to comment.