Skip to content

build(deps): bump cirello.io/dynamolock/v2 from 2.0.3 to 2.1.0#224

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/go_modules/cirello.io/dynamolock/v2-2.1.0
Open

build(deps): bump cirello.io/dynamolock/v2 from 2.0.3 to 2.1.0#224
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/go_modules/cirello.io/dynamolock/v2-2.1.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Apr 1, 2024

Bumps cirello.io/dynamolock/v2 from 2.0.3 to 2.1.0.

Release notes

Sourced from cirello.io/dynamolock/v2's releases.

Improve Heartbeat and SessionMonitor

During the upgrade from AWS Go SDK v1 to v2, the internal heartbeat implementation did not use enforce any kind of network timeout. Under specific circumstances, SessionMonitor would lock waiting for the Heartbeat to fail, and the lock would be released before the SessionMonitor callback would be called.

This releases fixes the problem by ensure automatic heartbeat's network calls never outlive their established duration, therefore release the internal mutexes to let the SessionMonitor callback to be triggered.

The original semantics in which expired locks won't trigger SessionMonitors remain the same (as in their original Java counterparts).

Commits
  • 277066f dynamolock/v2: introduce individual timeouts to automatic heartbeats
  • bc78634 dynamolock/v2: upgrade minimum Go version
  • b584b79 build(deps): Bump github.com/aws/aws-sdk-go-v2/feature/dynamodb/expression
  • e7af812 dynamolock/v2: allow for early termination of lockSessionMonitorChecker
  • 1e3c5e9 dynamolock/v2: simplify implementation of lockSessionMonitorChecker
  • 9fe5602 build(deps): Bump github.com/aws/aws-sdk-go-v2/credentials in /v2 (#445)
  • 0c4c27b build(deps): Bump github.com/aws/aws-sdk-go-v2/feature/dynamodb/expression
  • 98ca6b8 build(deps): Bump github.com/aws/aws-sdk-go-v2/feature/dynamodb/attributevalue
  • 70f58e1 build(deps): Bump github.com/aws/aws-sdk-go-v2/service/dynamodb in /v2 (#444)
  • 43e1161 build(deps): Bump github.com/aws/aws-sdk-go-v2/credentials in /v2 (#441)
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR 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 <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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

Bumps [cirello.io/dynamolock/v2](https://github.com/cirello-io/dynamolock) from 2.0.3 to 2.1.0.
- [Release notes](https://github.com/cirello-io/dynamolock/releases)
- [Commits](cirello-io/dynamolock@v2.0.3...v2.1.0)

---
updated-dependencies:
- dependency-name: cirello.io/dynamolock/v2
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot requested a review from chelseajonesr as a code owner April 1, 2024 21:12
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Apr 1, 2024
@dependabot dependabot Bot requested review from jshiv and rahulmadnawat as code owners April 1, 2024 21:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file go Pull requests that update Go code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants