Skip to content

chore(deps): bump github.com/LerianStudio/lib-commons/v5 from 5.5.0 to 5.6.1#30

Open
dependabot[bot] wants to merge 1 commit into
developfrom
dependabot/go_modules/develop/github.com/LerianStudio/lib-commons/v5-5.6.1
Open

chore(deps): bump github.com/LerianStudio/lib-commons/v5 from 5.5.0 to 5.6.1#30
dependabot[bot] wants to merge 1 commit into
developfrom
dependabot/go_modules/develop/github.com/LerianStudio/lib-commons/v5-5.6.1

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 16, 2026

Copy link
Copy Markdown

Bumps github.com/LerianStudio/lib-commons/v5 from 5.5.0 to 5.6.1.

Release notes

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

v5.6.1

Lib-commons v5.6.1

  • Fixes:
    • Genericize shared error-code example in network module.

Contributors: @​fredcamaral, @​lerian-studio.

Compare changes

v5.6.1-beta.1

No release notes provided.

v5.6.0

Lib-commons v5.6.0

  • Features

    • Added Huma OpenAPI wrapper and RFC 9457 problem model.
    • Propagated tenant.id via OTel baggage.
  • Fixes

    • Hardened Huma OpenAPI wrapper edges, including prefix normalization, nil ErrorDetail, and status clamping.
    • Improved OpenAPI wrapper by escaping docs HTML and guarding against nils.
    • Merged tenant.id into existing OTel baggage.
    • Logged publish failures and added optional OnInvalid/OnFailed lifecycle callbacks in the outbox.
    • Ensured OnInvalid callback is invoked only after successful MarkInvalid.

Contributors: @​augusto-draxx, @​fredcamaral, @​gandalf-at-lerian, @​lerian-studio, @​qnen.

Compare changes

v5.6.0-beta.4

No release notes provided.

v5.6.0-beta.3

No release notes provided.

v5.6.0-beta.2

No release notes provided.

v5.6.0-beta.1

No release notes provided.

v5.5.3

Lib-commons v5.5.3

  • Fixes:
    • Fix(outbox): Invoke OnInvalid callback only after successful MarkInvalid.
    • Fix(outbox): Log publish failures and add optional OnInvalid/OnFailed lifecycle callbacks.
    • Fix(deps): Retract v5.5.2 published outside release flow.

... (truncated)

Changelog

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

5.6.1

  • Fixes:
    • Genericize shared error-code example in network module.

Contributors: @​fredcamaral, @​lerian-studio.

Compare changes


5.6.0

  • Features

    • Added Huma OpenAPI wrapper and RFC 9457 problem model.
    • Propagated tenant.id via OTel baggage.
  • Fixes

    • Hardened Huma OpenAPI wrapper edges, including prefix normalization, nil ErrorDetail, and status clamping.
    • Improved OpenAPI wrapper by escaping docs HTML and guarding against nils.
    • Merged tenant.id into existing OTel baggage.
    • Logged publish failures and added optional OnInvalid/OnFailed lifecycle callbacks in the outbox.
    • Ensured OnInvalid callback is invoked only after successful MarkInvalid.

Contributors: @​augusto-draxx, @​fredcamaral, @​gandalf-at-lerian, @​lerian-studio, @​qnen.

Compare changes


5.5.3

  • Fixes:
    • Fix(outbox): Invoke OnInvalid callback only after successful MarkInvalid.
    • Fix(outbox): Log publish failures and add optional OnInvalid/OnFailed lifecycle callbacks.
    • Fix(deps): Retract v5.5.2 published outside release flow.

Contributors: @​bedatty, @​gandalf-at-lerian.

Compare changes


5.5.1

  • Fixes:
    • Remove wildcard retrocompat from tenant manager channel subscription.

Contributors: @​jeffersonrodrigues92, @​lerian-studio.

... (truncated)

Commits
  • 53676f6 Merge pull request #516 from LerianStudio/develop
  • a741b2d fix(net): genericize shared error-code example (#515)
  • 07cc77c chore(changelog): backmerge main into develop [skip ci]
  • d6b2224 chore(release): Update CHANGELOGs for lib-commons:v5.6.0 [skip ci]
  • d658cb9 Merge pull request #513 from LerianStudio/develop
  • 66f3d4b Merge pull request #514 from LerianStudio/fix/huma-wrapper-hardening
  • 0e796f7 fix(net): harden Huma OpenAPI wrapper edges (prefix normalize, nil ErrorDetai...
  • 52d5bde Merge pull request #512 from LerianStudio/feat/huma-openapi-wrapper
  • 6dfb29f fix(net): harden OpenAPI wrapper per review — escape docs HTML, guard nils
  • 625145e docs(net): add Huma OpenAPI wrapper promotion plan
  • 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 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/v5](https://github.com/LerianStudio/lib-commons) from 5.5.0 to 5.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@v5.5.0...v5.6.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added the deps Go module dependencies (usually opened by Dependabot) label Jun 16, 2026
@github-actions github-actions Bot added the size/XS PR changes < 50 lines label Jun 16, 2026
@github-actions

Copy link
Copy Markdown

🔍 PR Validation Summary

✅ PR Mergeable — no blocking failures

Check Status Blocking
Source Branch ✅ success yes
PR Title ✅ success yes
PR Description ✅ success yes
PR Size ✅ success no
Auto Labels ✅ success no
PR Metadata ✅ success no

🔍 View workflow run

@lerian-studio

Copy link
Copy Markdown
Contributor

📊 Unit Test Coverage Report: app

Metric Value
Overall Coverage 82.6% ✅ PASS
Threshold 80%

Coverage by Package

Package Coverage
github.com/LerianStudio/lib-streaming/internal/cloudevents 92.1%
github.com/LerianStudio/lib-streaming/internal/config 83.7%
github.com/LerianStudio/lib-streaming/internal/contract 81.1%
github.com/LerianStudio/lib-streaming/internal/emitter 100.0%
github.com/LerianStudio/lib-streaming/internal/manifest 83.0%
github.com/LerianStudio/lib-streaming/internal/producer 85.7%
github.com/LerianStudio/lib-streaming/internal/transport/eventbridge 87.3%
github.com/LerianStudio/lib-streaming/internal/transport/kafka 60.1%
github.com/LerianStudio/lib-streaming/internal/transport/rabbitmq 93.2%
github.com/LerianStudio/lib-streaming/internal/transport/sqs 84.4%
github.com/LerianStudio/lib-streaming/internal/transport 95.0%
github.com/LerianStudio/lib-streaming/streamingtest 90.7%
github.com/LerianStudio/lib-streaming 63.4%

Generated by Go PR Analysis workflow

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

deps Go module dependencies (usually opened by Dependabot) size/XS PR changes < 50 lines

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant