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 Akka.Persistence.Sql from 1.5.2-beta2 to 1.5.2-beta3 #202

Merged
merged 1 commit into from
Apr 20, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 20, 2023

⚠️ Dependabot is rebasing this PR ⚠️

Rebasing might not happen immediately, so don't worry if this takes some time.

Note: if you make any changes to this PR yourself, they will take precedence over the rebase.


Bumps Akka.Persistence.Sql from 1.5.2-beta2 to 1.5.2-beta3.

Release notes

Sourced from Akka.Persistence.Sql's releases.

Akka.Persistence.Sql v1.5.2-beta3

1.5.2-beta3 April 19 2023

NOTE: Database schema changes

1.5.2-beta2 package should be considered as deprecated. If you experimented with 1.5.2-beta1 and/or 1.5.2-beta2, you will need to drop existing persistence tables and recreate them using 1.5.2-beta3

This beta version introduces database schema optimization to:

  • Improve the tag table based query performance even more.
  • Improve inter-compatibility with other SQL persistence plugins.

Tag Query Benchmark

Benchmark is performed on a worst possible scenario:

  • Event journal table with 3 million row entries
  • Tagged events near the end of the table
  • Numbers are measured as the time required to complete one operation (complete retrieval of N tagged events).
Tag Count TagMode Mean Error StdDev
10 Csv 1,760.393 ms 27.1970 ms 25.4401 ms
100 Csv 1,766.355 ms 25.0182 ms 23.4021 ms
1000 Csv 1,755.960 ms 33.8171 ms 34.7276 ms
10000 Csv 1,905.026 ms 22.3564 ms 20.9122 ms
10 TagTable 2.336 ms 0.0389 ms 0.0344 ms
100 TagTable 3.943 ms 0.0705 ms 0.0660 ms
1000 TagTable 18.597 ms 0.3570 ms 0.3506 ms
10000 TagTable 184.446 ms 3.3447 ms 2.9650 ms

1.5.2-beta2 April 14 2023

NOTE: Database schema changes

1.5.2-beta1 package should be considered as deprecated. If you experimented with 1.5.2-beta1, you will need to drop existing persistence tables and recreate them using 1.5.2-beta2

This beta version introduces database schema optimization to:

  • Improve the tag table based query performance, without compromising overall persistence performance.
  • Improve inter-compatibility with other SQL persistence plugins.

Tag Query Benchmark

... (truncated)

Changelog

Sourced from Akka.Persistence.Sql's changelog.

1.5.2-beta3 April 19 2023

NOTE: Database schema changes

1.5.2-beta2 package should be considered as deprecated. If you experimented with 1.5.2-beta1 and/or 1.5.2-beta2, you will need to drop existing persistence tables and recreate them using 1.5.2-beta3

This beta version introduces database schema optimization to:

  • Improve the tag table based query performance even more.
  • Improve inter-compatibility with other SQL persistence plugins.

Tag Query Benchmark

Benchmark is performed on a worst possible scenario:

  • Event journal table with 3 million row entries
  • Tagged events near the end of the table
  • Numbers are measured as the time required to complete one operation (complete retrieval of N tagged events).
Tag Count TagMode Mean Error StdDev
10 Csv 1,760.393 ms 27.1970 ms 25.4401 ms
100 Csv 1,766.355 ms 25.0182 ms 23.4021 ms
1000 Csv 1,755.960 ms 33.8171 ms 34.7276 ms
10000 Csv 1,905.026 ms 22.3564 ms 20.9122 ms
10 TagTable 2.336 ms 0.0389 ms 0.0344 ms
100 TagTable 3.943 ms 0.0705 ms 0.0660 ms
1000 TagTable 18.597 ms 0.3570 ms 0.3506 ms
10000 TagTable 184.446 ms 3.3447 ms 2.9650 ms
Commits

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)

@dependabot dependabot bot added the dependencies Upgrade or downgrade of project dependencies. label Apr 20, 2023
Bumps [Akka.Persistence.Sql](https://github.com/akkadotnet/Akka.Persistence.Sql) from 1.5.2-beta2 to 1.5.2-beta3.
- [Release notes](https://github.com/akkadotnet/Akka.Persistence.Sql/releases)
- [Changelog](https://github.com/akkadotnet/Akka.Persistence.Sql/blob/dev/RELEASE_NOTES.md)
- [Commits](akkadotnet/Akka.Persistence.Sql@1.5.2-beta2...1.5.2-beta3)

---
updated-dependencies:
- dependency-name: Akka.Persistence.Sql
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/nuget/Akka.Persistence.Sql-1.5.2-beta3 branch from 5996661 to e80cbfb Compare April 20, 2023 01:09
@kodiakhq kodiakhq bot merged commit 30921fb into main Apr 20, 2023
@dependabot dependabot bot deleted the dependabot/nuget/Akka.Persistence.Sql-1.5.2-beta3 branch April 20, 2023 01:09
kodiakhq bot pushed a commit that referenced this pull request Jun 8, 2023
<p>This PR was automatically created by Snyk using the credentials of a real user.</p><br /><h3>Snyk has created this PR to upgrade tslib from 2.5.0 to 2.5.1.</h3>

:information_source: Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly identify and fix newly disclosed vulnerabilities when they affect your project.
<hr/>

- The recommended version is **1 version** ahead of your current version.
- The recommended version was released **22 days ago**, on 2023-05-17.


<details>
<summary><b>Release notes</b></summary>
<br/>
  <details>
    <summary>Package name: <b>tslib</b></summary>
    <ul>
      <li>
        <b>2.5.1</b> - <a href="https://snyk.io/redirect/github/microsoft/tslib/releases/tag/2.5.1">2023-05-17</a></br><p>This release of tslib provides fixes for two issues.</p>
<p>First, <a href="https://snyk.io/redirect/github/microsoft/tslib/pull/202" data-hovercard-type="pull_request" data-hovercard-url="/microsoft/tslib/pull/202/hovercard">it reverses the order of <code>init</code> hooks provided by decorators</a> to correctly reflect proposed behavior.</p>
<p>Second, it <a href="https://snyk.io/redirect/github/microsoft/tslib/pull/202" data-hovercard-type="pull_request" data-hovercard-url="/microsoft/tslib/pull/202/hovercard">corrects the <code>exports</code> field of tslib's <code>package.json</code> and provides accurate declaration files</a> so that it may be consumed under the <code>node16</code> and <code>bundler</code> settings for <code>moduleResolution.</code></p>
      </li>
      <li>
        <b>2.5.0</b> - <a href="https://snyk.io/redirect/github/microsoft/tslib/releases/tag/2.5.0">2023-01-26</a></br><h2>What's New</h2>
<ul>
<li>Fix asyncDelegator reporting done too early by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/apendua/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://snyk.io/redirect/github/apendua">@ apendua</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1450489814" data-permission-text="Title is private" data-url="microsoft/tslib#187" data-hovercard-type="pull_request" data-hovercard-url="/microsoft/tslib/pull/187/hovercard" href="https://snyk.io/redirect/github/microsoft/tslib/pull/187">#187</a></li>
<li>Add support for TypeScript 5.0's <code>__esDecorate</code> and related helpers by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/rbuckton/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://snyk.io/redirect/github/rbuckton">@ rbuckton</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1550117093" data-permission-text="Title is private" data-url="microsoft/tslib#193" data-hovercard-type="pull_request" data-hovercard-url="/microsoft/tslib/pull/193/hovercard" href="https://snyk.io/redirect/github/microsoft/tslib/pull/193">#193</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a class="commit-link" href="https://snyk.io/redirect/github/microsoft/tslib/compare/2.4.1...2.5.0"><tt>2.4.1...2.5.0</tt></a></p>
      </li>
    </ul>
    from <a href="https://snyk.io/redirect/github/Microsoft/tslib/releases">tslib GitHub release notes</a>
  </details>
</details>


<details>
  <summary><b>Commit messages</b></summary>
  </br>
  <details>
    <summary>Package name: <b>tslib</b></summary>
    <ul>
      <li><a href="https://snyk.io/redirect/github/microsoft/tslib/commit/91fcbd0c62f644e3527d99126bf7751cdbc372dc">91fcbd0</a> Reverse order of decorator-injected initializers (#202)</li>
      <li><a href="https://snyk.io/redirect/github/microsoft/tslib/commit/eab3cfffbef40cbda16ca2c679d06eea6445ee41">eab3cff</a> Merge pull request #200 from Andarist/fix/import-types</li>
      <li><a href="https://snyk.io/redirect/github/microsoft/tslib/commit/5ef7d1a095e351e697c76732b7caa45f8477274a">5ef7d1a</a> Update modules/index.d.ts</li>
      <li><a href="https://snyk.io/redirect/github/microsoft/tslib/commit/7def8467706e2157640a372bec73961ab7571b1f">7def846</a> Merge pull request #201 from microsoft/fix-esm</li>
      <li><a href="https://snyk.io/redirect/github/microsoft/tslib/commit/4e79d0343f5b7079a6576c9100345216876e94dc">4e79d03</a> Merge pull request #179 from guybedford/patch-4</li>
      <li><a href="https://snyk.io/redirect/github/microsoft/tslib/commit/033b36396466a3595a1a44f4791da20692a4c732">033b363</a> Add default export to modules/index.js</li>
      <li><a href="https://snyk.io/redirect/github/microsoft/tslib/commit/897f11e51e20454169a3d8a691a073662f901774">897f11e</a> Ensure tslib.es6.js is typed</li>
      <li><a href="https://snyk.io/redirect/github/microsoft/tslib/commit/a0a67d9bf5ac773982e079aec626b9d6ff2060f6">a0a67d9</a> Add Node-specific export condition for ESM entrypoint that re-exports CJS</li>
      <li><a href="https://snyk.io/redirect/github/microsoft/tslib/commit/0f84d4059c7731d5a9a250d88dc29cef7ea53db4">0f84d40</a> Add propert declaration file for the &#x60;import&#x60; condition</li>
      <li><a href="https://snyk.io/redirect/github/microsoft/tslib/commit/a100d7b62ea5fc275b19666d486084135210f15a">a100d7b</a> Merge pull request #195 from xfq/https</li>
      <li><a href="https://snyk.io/redirect/github/microsoft/tslib/commit/d58182f8d72b95e1b3e2cf01ea4f6a13cf4ce65e">d58182f</a> http -&gt; https</li>
      <li><a href="https://snyk.io/redirect/github/microsoft/tslib/commit/68870a6df2b54b569da3167b3fd8f6432bb49ad8">68870a6</a> fix: default interop compat for &quot;module&quot; condition</li>
    </ul>

   <a href="https://snyk.io/redirect/github/microsoft/tslib/compare/e388a23287bdea2c4f411d3ddedd1c80002f76a7...91fcbd0c62f644e3527d99126bf7751cdbc372dc">Compare</a>
  </details>
</details>
<hr/>

**Note:** *You are seeing this because you or someone else with access to this repository has authorized Snyk to open upgrade PRs.*

For more information:  <img src="https://api.segment.io/v1/pixel/track?data=eyJ3cml0ZUtleSI6InJyWmxZcEdHY2RyTHZsb0lYd0dUcVg4WkFRTnNCOUEwIiwiYW5vbnltb3VzSWQiOiJiZGVmZThjMS1iYmE4LTRhYWYtODgxNi1jNGI3ZDVhMDgzNjQiLCJldmVudCI6IlBSIHZpZXdlZCIsInByb3BlcnRpZXMiOnsicHJJZCI6ImJkZWZlOGMxLWJiYTgtNGFhZi04ODE2LWM0YjdkNWEwODM2NCJ9fQ==" width="0" height="0"/>

🧐 [View latest project report](https://app.snyk.io/org/sullivanpj/project/61dfb01d-4c48-4d8b-a40c-a3939907a630?utm_source&#x3D;github&amp;utm_medium&#x3D;referral&amp;page&#x3D;upgrade-pr)

🛠 [Adjust upgrade PR settings](https://app.snyk.io/org/sullivanpj/project/61dfb01d-4c48-4d8b-a40c-a3939907a630/settings/integration?utm_source&#x3D;github&amp;utm_medium&#x3D;referral&amp;page&#x3D;upgrade-pr)

🔕 [Ignore this dependency or unsubscribe from future upgrade PRs](https://app.snyk.io/org/sullivanpj/project/61dfb01d-4c48-4d8b-a40c-a3939907a630/settings/integration?pkg&#x3D;tslib&amp;utm_source&#x3D;github&amp;utm_medium&#x3D;referral&amp;page&#x3D;upgrade-pr#auto-dep-upgrades)




Co-authored-by: Snyk bot <19733683+snyk-bot@users.noreply.github.com>
kodiakhq bot pushed a commit that referenced this pull request Jun 10, 2023
<h3>Snyk has created this PR to upgrade tslib from 2.5.0 to 2.5.2.</h3>

:information_source: Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly identify and fix newly disclosed vulnerabilities when they affect your project.
<hr/>

- The recommended version is **2 versions** ahead of your current version.
- The recommended version was released **22 days ago**, on 2023-05-18.


<details>
<summary><b>Release notes</b></summary>
<br/>
  <details>
    <summary>Package name: <b>tslib</b></summary>
    <ul>
      <li>
        <b>2.5.2</b> - <a href="https://snyk.io/redirect/github/microsoft/tslib/releases/tag/2.5.2">2023-05-18</a></br><p>This release <a href="https://snyk.io/redirect/github/microsoft/tslib/pull/204" data-hovercard-type="pull_request" data-hovercard-url="/microsoft/tslib/pull/204/hovercard">explicitly re-exports helpers</a> to work around TypeScript's incomplete symbol resolution for tslib.</p>
      </li>
      <li>
        <b>2.5.1</b> - <a href="https://snyk.io/redirect/github/microsoft/tslib/releases/tag/2.5.1">2023-05-17</a></br><p>This release of tslib provides fixes for two issues.</p>
<p>First, <a href="https://snyk.io/redirect/github/microsoft/tslib/pull/202" data-hovercard-type="pull_request" data-hovercard-url="/microsoft/tslib/pull/202/hovercard">it reverses the order of <code>init</code> hooks provided by decorators</a> to correctly reflect proposed behavior.</p>
<p>Second, it <a href="https://snyk.io/redirect/github/microsoft/tslib/pull/202" data-hovercard-type="pull_request" data-hovercard-url="/microsoft/tslib/pull/202/hovercard">corrects the <code>exports</code> field of tslib's <code>package.json</code> and provides accurate declaration files</a> so that it may be consumed under the <code>node16</code> and <code>bundler</code> settings for <code>moduleResolution.</code></p>
      </li>
      <li>
        <b>2.5.0</b> - <a href="https://snyk.io/redirect/github/microsoft/tslib/releases/tag/2.5.0">2023-01-26</a></br><h2>What's New</h2>
<ul>
<li>Fix asyncDelegator reporting done too early by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/apendua/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://snyk.io/redirect/github/apendua">@ apendua</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1450489814" data-permission-text="Title is private" data-url="microsoft/tslib#187" data-hovercard-type="pull_request" data-hovercard-url="/microsoft/tslib/pull/187/hovercard" href="https://snyk.io/redirect/github/microsoft/tslib/pull/187">#187</a></li>
<li>Add support for TypeScript 5.0's <code>__esDecorate</code> and related helpers by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/rbuckton/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://snyk.io/redirect/github/rbuckton">@ rbuckton</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1550117093" data-permission-text="Title is private" data-url="microsoft/tslib#193" data-hovercard-type="pull_request" data-hovercard-url="/microsoft/tslib/pull/193/hovercard" href="https://snyk.io/redirect/github/microsoft/tslib/pull/193">#193</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a class="commit-link" href="https://snyk.io/redirect/github/microsoft/tslib/compare/2.4.1...2.5.0"><tt>2.4.1...2.5.0</tt></a></p>
      </li>
    </ul>
    from <a href="https://snyk.io/redirect/github/Microsoft/tslib/releases">tslib GitHub release notes</a>
  </details>
</details>


<details>
  <summary><b>Commit messages</b></summary>
  </br>
  <details>
    <summary>Package name: <b>tslib</b></summary>
    <ul>
      <li><a href="https://snyk.io/redirect/github/microsoft/tslib/commit/e623061dc031172d9e5075bdba120f4c61bd3eeb">e623061</a> Bump version to 2.5.2.</li>
      <li><a href="https://snyk.io/redirect/github/microsoft/tslib/commit/2b57a9264ec705eceffc742e05f03fd760be5488">2b57a92</a> Use named reexport to satsify incomplete TS symbol resolution (#204)</li>
      <li><a href="https://snyk.io/redirect/github/microsoft/tslib/commit/91fcbd0c62f644e3527d99126bf7751cdbc372dc">91fcbd0</a> Reverse order of decorator-injected initializers (#202)</li>
      <li><a href="https://snyk.io/redirect/github/microsoft/tslib/commit/eab3cfffbef40cbda16ca2c679d06eea6445ee41">eab3cff</a> Merge pull request #200 from Andarist/fix/import-types</li>
      <li><a href="https://snyk.io/redirect/github/microsoft/tslib/commit/5ef7d1a095e351e697c76732b7caa45f8477274a">5ef7d1a</a> Update modules/index.d.ts</li>
      <li><a href="https://snyk.io/redirect/github/microsoft/tslib/commit/7def8467706e2157640a372bec73961ab7571b1f">7def846</a> Merge pull request #201 from microsoft/fix-esm</li>
      <li><a href="https://snyk.io/redirect/github/microsoft/tslib/commit/4e79d0343f5b7079a6576c9100345216876e94dc">4e79d03</a> Merge pull request #179 from guybedford/patch-4</li>
      <li><a href="https://snyk.io/redirect/github/microsoft/tslib/commit/033b36396466a3595a1a44f4791da20692a4c732">033b363</a> Add default export to modules/index.js</li>
      <li><a href="https://snyk.io/redirect/github/microsoft/tslib/commit/897f11e51e20454169a3d8a691a073662f901774">897f11e</a> Ensure tslib.es6.js is typed</li>
      <li><a href="https://snyk.io/redirect/github/microsoft/tslib/commit/a0a67d9bf5ac773982e079aec626b9d6ff2060f6">a0a67d9</a> Add Node-specific export condition for ESM entrypoint that re-exports CJS</li>
      <li><a href="https://snyk.io/redirect/github/microsoft/tslib/commit/0f84d4059c7731d5a9a250d88dc29cef7ea53db4">0f84d40</a> Add propert declaration file for the &#x60;import&#x60; condition</li>
      <li><a href="https://snyk.io/redirect/github/microsoft/tslib/commit/a100d7b62ea5fc275b19666d486084135210f15a">a100d7b</a> Merge pull request #195 from xfq/https</li>
      <li><a href="https://snyk.io/redirect/github/microsoft/tslib/commit/d58182f8d72b95e1b3e2cf01ea4f6a13cf4ce65e">d58182f</a> http -&gt; https</li>
      <li><a href="https://snyk.io/redirect/github/microsoft/tslib/commit/68870a6df2b54b569da3167b3fd8f6432bb49ad8">68870a6</a> fix: default interop compat for &quot;module&quot; condition</li>
    </ul>

   <a href="https://snyk.io/redirect/github/microsoft/tslib/compare/e388a23287bdea2c4f411d3ddedd1c80002f76a7...e623061dc031172d9e5075bdba120f4c61bd3eeb">Compare</a>
  </details>
</details>
<hr/>

**Note:** *You are seeing this because you or someone else with access to this repository has authorized Snyk to open upgrade PRs.*

For more information:  <img src="https://api.segment.io/v1/pixel/track?data=eyJ3cml0ZUtleSI6InJyWmxZcEdHY2RyTHZsb0lYd0dUcVg4WkFRTnNCOUEwIiwiYW5vbnltb3VzSWQiOiI4YjNhNjNlMC1iMDExLTQzMmYtOTYyNC0wM2E1YmVkZDg1NGMiLCJldmVudCI6IlBSIHZpZXdlZCIsInByb3BlcnRpZXMiOnsicHJJZCI6IjhiM2E2M2UwLWIwMTEtNDMyZi05NjI0LTAzYTViZWRkODU0YyJ9fQ==" width="0" height="0"/>

🧐 [View latest project report](https://app.snyk.io/org/sullivanpj/project/61dfb01d-4c48-4d8b-a40c-a3939907a630?utm_source&#x3D;github&amp;utm_medium&#x3D;referral&amp;page&#x3D;upgrade-pr)

🛠 [Adjust upgrade PR settings](https://app.snyk.io/org/sullivanpj/project/61dfb01d-4c48-4d8b-a40c-a3939907a630/settings/integration?utm_source&#x3D;github&amp;utm_medium&#x3D;referral&amp;page&#x3D;upgrade-pr)

🔕 [Ignore this dependency or unsubscribe from future upgrade PRs](https://app.snyk.io/org/sullivanpj/project/61dfb01d-4c48-4d8b-a40c-a3939907a630/settings/integration?pkg&#x3D;tslib&amp;utm_source&#x3D;github&amp;utm_medium&#x3D;referral&amp;page&#x3D;upgrade-pr#auto-dep-upgrades)
@github-actions github-actions bot locked and limited conversation to collaborators Jul 2, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies Upgrade or downgrade of project dependencies.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants