go-arrower / arrower

A complete framework to develop web applications in Go - wip
https://www.arrower.org/
10 stars 1 forks source link

chore(deps): bump github.com/go-testfixtures/testfixtures/v3 from 3.11.0 to 3.12.0 #201

Open dependabot[bot] opened 3 months ago

dependabot[bot] commented 3 months ago

Bumps github.com/go-testfixtures/testfixtures/v3 from 3.11.0 to 3.12.0.

Release notes

Sourced from github.com/go-testfixtures/testfixtures/v3's releases.

v3.12.0

  • Reset sequences in a single exec to improve performance (#208 by @​slsyy)
  • Skip checksum calculation when not needed to improve performance (#207 by @​slsyy).
  • Add SkipTableChecksumComputation option (#203, #206 by @​slsyy)
  • PostgreSQL: Run some queries concurrently to improve performance (#205 by @​slsyy).
  • Optimize Docker image a bit (#204 by @​slsyy).
Changelog

Sourced from github.com/go-testfixtures/testfixtures/v3's changelog.

v3.12.0 - 2024-07-13

  • Reset sequences in a single exec to improve performance (#208 by @​slsyy)
  • Skip checksum calculation when not needed to improve performance (#207 by @​slsyy).
  • Add SkipTableChecksumComputation option (#203, #206 by @​slsyy)
  • PostgreSQL: Run some queries concurrently to improve performance (#205 by @​slsyy).
  • Optimize Docker image a bit (#204 by @​slsyy).
Commits
  • 7087634 release: v3.12.0
  • 28f36b6 chore: add changelog entries for recent changes
  • 6d9bdb6 feat: reset sequences in one exec (#208)
  • 2f7a8c1 feat: skip call to db for checksum, if not needed (#207)
  • 563a19e feat: add SkipTableChecksumComputation option (#206)
  • e3a9181 feat(postgres): run init queries concurrently (#205)
  • 56a32d4 chore(dockerfile): do not invalidate go mod cache layer if not necessary (#204)
  • ebf1d73 chore(deps): bump github.com/ClickHouse/clickhouse-go/v2 (#209)
  • 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 show 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)