Skip to content

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

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

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

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 12, 2026

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

Release notes

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

v2.6.2

No release notes provided.

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)

... (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
  • 8a3a545 Merge pull request #269 from LerianStudio/hotfix/2.6.2
  • 230b5db fix: add span kind to telemetry tracing for HTTP and gRPC contexts
  • 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...
  • 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.

@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update go code labels Jan 12, 2026
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update go code labels Jan 12, 2026
@coderabbitai
Copy link

coderabbitai bot commented Jan 12, 2026

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.

  • 🔍 Trigger a full review

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

Bumps [github.com/LerianStudio/lib-commons/v2](https://github.com/LerianStudio/lib-commons) from 2.2.0 to 2.6.2.
- [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.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/go_modules/develop/github.com/LerianStudio/lib-commons/v2-2.6.2 branch from 3ebbf0c to f93fc7a Compare February 3, 2026 17:12
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Feb 20, 2026

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot bot deleted the dependabot/go_modules/develop/github.com/LerianStudio/lib-commons/v2-2.6.2 branch February 20, 2026 22:40
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.

1 participant