Skip to content

build(deps): bump github.com/LerianStudio/lib-commons/v2 from 2.2.0 to 2.6.1#64

Closed
dependabot[bot] wants to merge 1 commit intodevelopfrom
dependabot/go_modules/develop/github.com/LerianStudio/lib-commons/v2-2.6.1
Closed

build(deps): bump github.com/LerianStudio/lib-commons/v2 from 2.2.0 to 2.6.1#64
dependabot[bot] wants to merge 1 commit intodevelopfrom
dependabot/go_modules/develop/github.com/LerianStudio/lib-commons/v2-2.6.1

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Dec 29, 2025

Bumps github.com/LerianStudio/lib-commons/v2 from 2.2.0 to 2.6.1.

Release notes

Sourced from github.com/LerianStudio/lib-commons/v2's releases.

v2.6.1

No release notes provided.

v2.6.1-beta.1

No release notes provided.

v2.6.0

No release notes provided.

v2.6.0-beta.6

No release notes provided.

v2.6.0-beta.5

No release notes provided.

v2.6.0-beta.4

No release notes provided.

v2.6.0-beta.3

No release notes provided.

v2.6.0-beta.2

No release notes provided.

v2.6.0-beta.1

No release notes provided.

v2.5.3

No release notes provided.

v2.5.2

No release notes provided.

v2.5.1

No release notes provided.

v2.5.0

2.5.0 (2025-11-07)

Bug Fixes

  • improve SafeIntToUint32 function by using uint64 for overflow checks 🐛 (4340367)

v2.4.0

2.4.0 (2025-10-30)

Features

... (truncated)

Changelog

Sourced from github.com/LerianStudio/lib-commons/v2's changelog.

2.5.0 (2025-11-07)

Bug Fixes

  • improve SafeIntToUint32 function by using uint64 for overflow checks 🐛 (4340367)

2.4.0 (2025-10-30)

Features

  • redis: add RateLimiterLockOptions helper function (6535d18)
  • ratelimit: add Redis-based rate limiting with global middleware support (9a976c3)
  • commons: add SafeIntToUint32 utility with overflow protection and logging (5a13d45)
  • add service unavailable error code and standardize rate limit responses (f65af5a)
  • circuitbreaker: add state change notifications and immediate health checks (2532b8b)
  • Adding datasource constants. (5a04f8a)
  • circuitbreaker: extend HealthChecker interface to include state change notifications (9087254)
  • circuitbreaker: implement circuit breaker package with health checks and state management (d93b161)
  • redis: implement distributed locking with RedLock algorithm (5ee1bdb)
  • improve distributed locking and rate limiting reliability (79dbad3)
  • update OperateBalances to include balance versioning ✨ (3a75235)

Bug Fixes

  • add nil check for circuit breaker state change listener registration (55da00b)
  • add nil logger check and change warn to debug level in SafeIntToUint32 (a72880c)
  • add panic recovery to circuit breaker state change listeners (96fe07e)
  • redis: correct benchmark loop and test naming in rate limiter tests (4622c78)
  • redis: correct goroutine test assertions in distributed lock tests (b9e6d70)
  • update OperateBalances to handle unknown operations without changing balance version 🐛 (2f4369d)

2.4.0-beta.9 (2025-10-30)

Features

  • improve distributed locking and rate limiting reliability (79dbad3)

2.4.0-beta.8 (2025-10-29)

Bug Fixes

  • add panic recovery to circuit breaker state change listeners (96fe07e)

2.4.0-beta.7 (2025-10-27)

... (truncated)

Commits
  • 2248435 Merge pull request #263 from LerianStudio/hotfix/v2.6.1
  • 1c4db8c chore: update .gitignore to include 🔧
  • 80d2b8d fix: add whitespace for improved readability in utils.go and circuitbreaker m...
  • 97787fd fix: enhance rabbitmq connection with mutex for thread safety 🐛
  • 1f06fdd Merge pull request #256 from LerianStudio/develop
  • d26c481 Merge pull request #255 from LerianStudio/chore/bump-lib-versions-dependabot
  • d5aabfd chore(deps): update golang dependencies to latest versions
  • 7e8dfd1 Merge pull request #252 from LerianStudio/feature/deprecating-migrated-mdz-fu...
  • b41b502 chore: mark multiple functions and structures as deprecated in favor of Midaz...
  • 7f62b6c Merge pull request #251 from LerianStudio/main
  • Additional commits viewable 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 <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)

Bumps [github.com/LerianStudio/lib-commons/v2](https://github.com/LerianStudio/lib-commons) from 2.2.0 to 2.6.1.
- [Release notes](https://github.com/LerianStudio/lib-commons/releases)
- [Changelog](https://github.com/LerianStudio/lib-commons/blob/main/CHANGELOG.md)
- [Commits](LerianStudio/lib-commons@v2.2.0...v2.6.1)

---
updated-dependencies:
- dependency-name: github.com/LerianStudio/lib-commons/v2
  dependency-version: 2.6.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file go Pull requests that update go code labels Dec 29, 2025
@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented Dec 29, 2025

Important

Review skipped

Bot user detected.

To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.


Comment @coderabbitai help to get the list of available commands and usage tips.

@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github Jan 12, 2026

Superseded by #65.

@dependabot dependabot Bot closed this Jan 12, 2026
@dependabot dependabot Bot deleted the dependabot/go_modules/develop/github.com/LerianStudio/lib-commons/v2-2.6.1 branch January 12, 2026 19:15
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