Skip to content

chore(deps): bump github.com/LerianStudio/lib-auth/v2 from 2.5.0 to 2.6.0#82

Open
dependabot[bot] wants to merge 1 commit intodevelopfrom
dependabot/go_modules/develop/github.com/LerianStudio/lib-auth/v2-2.6.0
Open

chore(deps): bump github.com/LerianStudio/lib-auth/v2 from 2.5.0 to 2.6.0#82
dependabot[bot] wants to merge 1 commit intodevelopfrom
dependabot/go_modules/develop/github.com/LerianStudio/lib-auth/v2-2.6.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Mar 30, 2026

Bumps github.com/LerianStudio/lib-auth/v2 from 2.5.0 to 2.6.0.

Release notes

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

v2.6.0

2.6.0 (2026-03-26)

Bug Fixes

  • prevent HTTP/2 hpack panic with shared HTTP client (0716b6f)

v2.6.0-beta.1

2.6.0-beta.1 (2026-03-26)

Bug Fixes

  • prevent HTTP/2 hpack panic with shared HTTP client (0716b6f)
Changelog

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

2.6.0 (2026-03-26)

Bug Fixes

  • prevent HTTP/2 hpack panic with shared HTTP client (0716b6f)

2.6.0-beta.1 (2026-03-26)

Bug Fixes

  • prevent HTTP/2 hpack panic with shared HTTP client (0716b6f)
Commits
  • 3586735 chore(release): 2.6.0
  • 891a135 Merge pull request #86 from LerianStudio/develop
  • 0475898 chore(release): 2.6.0-beta.1
  • 292e241 Merge pull request #85 from LerianStudio/fix/http2-hpack-panic
  • 0716b6f fix: prevent HTTP/2 hpack panic with shared HTTP client
  • See full diff in compare view

@lerian-studio
Copy link
Copy Markdown
Contributor

Consider updating CHANGELOG.md to document this change. If this change doesn't need a changelog entry, add the skip-changelog label.

@lerian-studio
Copy link
Copy Markdown
Contributor

lerian-studio commented Mar 30, 2026

📊 Unit Test Coverage Report: matcher

Metric Value
Overall Coverage 78.9% ✅ PASS
Threshold 70%

Coverage by Package

Package Coverage
github.com/LerianStudio/matcher/cmd/health-probe 50.0%
github.com/LerianStudio/matcher/cmd/matcher 47.0%
github.com/LerianStudio/matcher/internal/auth 83.2%
github.com/LerianStudio/matcher/internal/bootstrap 72.2%
github.com/LerianStudio/matcher/internal/configuration/adapters/audit 94.8%
github.com/LerianStudio/matcher/internal/configuration/adapters/http/dto 96.2%
github.com/LerianStudio/matcher/internal/configuration/adapters/http 87.8%
github.com/LerianStudio/matcher/internal/configuration/adapters/postgres/common 57.1%
github.com/LerianStudio/matcher/internal/configuration/adapters/postgres/context 96.4%
github.com/LerianStudio/matcher/internal/configuration/adapters/postgres/fee_rule 98.6%
github.com/LerianStudio/matcher/internal/configuration/adapters/postgres/field_map 84.4%
github.com/LerianStudio/matcher/internal/configuration/adapters/postgres/match_rule 90.9%
github.com/LerianStudio/matcher/internal/configuration/adapters/postgres/schedule 77.7%
github.com/LerianStudio/matcher/internal/configuration/adapters/postgres/source 94.6%
github.com/LerianStudio/matcher/internal/configuration/domain/entities 91.1%
github.com/LerianStudio/matcher/internal/configuration/domain/repositories/mocks 0.0%
github.com/LerianStudio/matcher/internal/configuration/domain/value_objects 100.0%
github.com/LerianStudio/matcher/internal/configuration/ports/mocks 0.0%
github.com/LerianStudio/matcher/internal/configuration/services/command 90.7%
github.com/LerianStudio/matcher/internal/configuration/services/query 100.0%
github.com/LerianStudio/matcher/internal/configuration/services/worker 92.7%
github.com/LerianStudio/matcher/internal/discovery/adapters/fetcher 87.0%
github.com/LerianStudio/matcher/internal/discovery/adapters/http/dto 67.8%
github.com/LerianStudio/matcher/internal/discovery/adapters/http 86.3%
github.com/LerianStudio/matcher/internal/discovery/adapters/postgres/connection 89.3%
github.com/LerianStudio/matcher/internal/discovery/adapters/postgres/extraction 86.3%
github.com/LerianStudio/matcher/internal/discovery/adapters/postgres/schema 87.8%
github.com/LerianStudio/matcher/internal/discovery/adapters/redis 85.5%
github.com/LerianStudio/matcher/internal/discovery/domain/entities 86.8%
github.com/LerianStudio/matcher/internal/discovery/domain/value_objects 100.0%
github.com/LerianStudio/matcher/internal/discovery/services/command 65.2%
github.com/LerianStudio/matcher/internal/discovery/services/query 92.1%
github.com/LerianStudio/matcher/internal/discovery/services/syncer 78.3%
github.com/LerianStudio/matcher/internal/discovery/services/worker 68.1%
github.com/LerianStudio/matcher/internal/exception/adapters/audit 84.5%
github.com/LerianStudio/matcher/internal/exception/adapters/http/connectors 82.7%
github.com/LerianStudio/matcher/internal/exception/adapters/http/dto 100.0%
github.com/LerianStudio/matcher/internal/exception/adapters/http 90.4%
github.com/LerianStudio/matcher/internal/exception/adapters/postgres/comment 81.8%
github.com/LerianStudio/matcher/internal/exception/adapters/postgres/dispute 94.0%
github.com/LerianStudio/matcher/internal/exception/adapters/postgres/exception 93.2%
github.com/LerianStudio/matcher/internal/exception/adapters/redis 66.9%
github.com/LerianStudio/matcher/internal/exception/adapters/resolution 91.7%
github.com/LerianStudio/matcher/internal/exception/adapters 100.0%
github.com/LerianStudio/matcher/internal/exception/domain/dispute 99.1%
github.com/LerianStudio/matcher/internal/exception/domain/entities 100.0%
github.com/LerianStudio/matcher/internal/exception/domain/repositories/mocks 0.0%
github.com/LerianStudio/matcher/internal/exception/domain/services 89.5%
github.com/LerianStudio/matcher/internal/exception/domain/value_objects 99.2%
github.com/LerianStudio/matcher/internal/exception/ports/mocks 0.0%
github.com/LerianStudio/matcher/internal/exception/ports 50.0%
github.com/LerianStudio/matcher/internal/exception/services/command 89.0%
github.com/LerianStudio/matcher/internal/exception/services/query 99.0%
github.com/LerianStudio/matcher/internal/governance/adapters/audit 91.8%
github.com/LerianStudio/matcher/internal/governance/adapters/http/dto 100.0%
github.com/LerianStudio/matcher/internal/governance/adapters/http 92.2%
github.com/LerianStudio/matcher/internal/governance/adapters/postgres/actor_mapping 97.5%
github.com/LerianStudio/matcher/internal/governance/adapters/postgres/archive_metadata 83.3%
github.com/LerianStudio/matcher/internal/governance/adapters/postgres 95.7%
github.com/LerianStudio/matcher/internal/governance/domain/entities 97.6%
github.com/LerianStudio/matcher/internal/governance/domain/hashchain 88.5%
github.com/LerianStudio/matcher/internal/governance/domain/repositories/mocks 0.0%
github.com/LerianStudio/matcher/internal/governance/services/command 91.1%
github.com/LerianStudio/matcher/internal/governance/services/query 100.0%
github.com/LerianStudio/matcher/internal/governance/services/worker 84.1%
github.com/LerianStudio/matcher/internal/ingestion/adapters/http/dto 80.0%
github.com/LerianStudio/matcher/internal/ingestion/adapters/http 94.2%
github.com/LerianStudio/matcher/internal/ingestion/adapters/parsers 95.9%
github.com/LerianStudio/matcher/internal/ingestion/adapters/postgres/common 67.8%
github.com/LerianStudio/matcher/internal/ingestion/adapters/postgres/job 95.7%
github.com/LerianStudio/matcher/internal/ingestion/adapters/postgres/transaction 95.7%
github.com/LerianStudio/matcher/internal/ingestion/adapters/rabbitmq 77.7%
github.com/LerianStudio/matcher/internal/ingestion/adapters/redis 83.5%
github.com/LerianStudio/matcher/internal/ingestion/domain/entities 96.8%
github.com/LerianStudio/matcher/internal/ingestion/domain/repositories/mocks 0.0%
github.com/LerianStudio/matcher/internal/ingestion/domain/value_objects 97.1%
github.com/LerianStudio/matcher/internal/ingestion/services/command 86.0%
github.com/LerianStudio/matcher/internal/ingestion/services/query 86.7%
github.com/LerianStudio/matcher/internal/matching/adapters/http/dto 95.0%
github.com/LerianStudio/matcher/internal/matching/adapters/http 91.9%
github.com/LerianStudio/matcher/internal/matching/adapters/postgres/adjustment 95.1%
github.com/LerianStudio/matcher/internal/matching/adapters/postgres/exception_creator 95.8%
github.com/LerianStudio/matcher/internal/matching/adapters/postgres/fee_schedule 93.6%
github.com/LerianStudio/matcher/internal/matching/adapters/postgres/fee_variance 95.3%
github.com/LerianStudio/matcher/internal/matching/adapters/postgres/match_group 90.4%
github.com/LerianStudio/matcher/internal/matching/adapters/postgres/match_item 96.2%
github.com/LerianStudio/matcher/internal/matching/adapters/postgres/match_run 96.5%
github.com/LerianStudio/matcher/internal/matching/adapters/postgres/rate 99.2%
github.com/LerianStudio/matcher/internal/matching/adapters/rabbitmq 72.8%
github.com/LerianStudio/matcher/internal/matching/adapters/redis 92.8%
github.com/LerianStudio/matcher/internal/matching/domain/entities 98.6%
github.com/LerianStudio/matcher/internal/matching/domain/enums 100.0%
github.com/LerianStudio/matcher/internal/matching/domain/repositories/mocks 0.0%
github.com/LerianStudio/matcher/internal/matching/domain/services 88.0%
github.com/LerianStudio/matcher/internal/matching/domain/value_objects 100.0%
github.com/LerianStudio/matcher/internal/matching/ports/mocks 0.0%
github.com/LerianStudio/matcher/internal/matching/services/command 86.7%
github.com/LerianStudio/matcher/internal/matching/services/query 94.1%
github.com/LerianStudio/matcher/internal/outbox/domain/entities 100.0%
github.com/LerianStudio/matcher/internal/outbox/services 84.5%
github.com/LerianStudio/matcher/internal/reporting/adapters/http/dto 82.2%
github.com/LerianStudio/matcher/internal/reporting/adapters/http 91.3%
github.com/LerianStudio/matcher/internal/reporting/adapters/postgres/dashboard 92.3%
github.com/LerianStudio/matcher/internal/reporting/adapters/postgres/export_job 94.5%
github.com/LerianStudio/matcher/internal/reporting/adapters/postgres/report 88.4%
github.com/LerianStudio/matcher/internal/reporting/adapters/redis 89.9%
github.com/LerianStudio/matcher/internal/reporting/adapters/storage 88.5%
github.com/LerianStudio/matcher/internal/reporting/domain/entities 97.7%
github.com/LerianStudio/matcher/internal/reporting/domain/repositories/mocks 0.0%
github.com/LerianStudio/matcher/internal/reporting/ports/mocks 0.0%
github.com/LerianStudio/matcher/internal/reporting/services/command 98.6%
github.com/LerianStudio/matcher/internal/reporting/services/query/exports 83.0%
github.com/LerianStudio/matcher/internal/reporting/services/query 87.4%
github.com/LerianStudio/matcher/internal/reporting/services/worker 86.8%
github.com/LerianStudio/matcher/internal/shared/adapters/cross 90.2%
github.com/LerianStudio/matcher/internal/shared/adapters/http 83.8%
github.com/LerianStudio/matcher/internal/shared/adapters/m2m 60.7%
github.com/LerianStudio/matcher/internal/shared/adapters/postgres/common 87.8%
github.com/LerianStudio/matcher/internal/shared/adapters/postgres/outbox 76.7%
github.com/LerianStudio/matcher/internal/shared/adapters/rabbitmq 92.4%
github.com/LerianStudio/matcher/internal/shared/domain/exception 95.4%
github.com/LerianStudio/matcher/internal/shared/domain/fee 93.4%
github.com/LerianStudio/matcher/internal/shared/domain 98.2%
github.com/LerianStudio/matcher/internal/shared/infrastructure/testutil 45.8%
github.com/LerianStudio/matcher/internal/shared/ports/mocks 0.0%
github.com/LerianStudio/matcher/internal/shared/ports 33.8%
github.com/LerianStudio/matcher/internal/shared/sanitize 96.0%
github.com/LerianStudio/matcher/internal/shared/testutil 98.6%
github.com/LerianStudio/matcher/internal/shared/utils 100.0%
github.com/LerianStudio/matcher/internal/testutil 95.4%
github.com/LerianStudio/matcher/pkg/chanutil 100.0%
github.com/LerianStudio/matcher/pkg/storageopt 100.0%
github.com/LerianStudio/matcher/tests/chaos 84.1%

Generated by Go PR Analysis workflow

Bumps [github.com/LerianStudio/lib-auth/v2](https://github.com/LerianStudio/lib-auth) from 2.5.0 to 2.6.0.
- [Release notes](https://github.com/LerianStudio/lib-auth/releases)
- [Changelog](https://github.com/LerianStudio/lib-auth/blob/main/CHANGELOG.md)
- [Commits](LerianStudio/lib-auth@v2.5.0...v2.6.0)

---
updated-dependencies:
- dependency-name: github.com/LerianStudio/lib-auth/v2
  dependency-version: 2.6.0
  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-auth/v2-2.6.0 branch from aec006d to 547ebeb Compare March 31, 2026 13:30
@lerian-studio
Copy link
Copy Markdown
Contributor

Consider updating CHANGELOG.md to document this change. If this change doesn't need a changelog entry, add the skip-changelog label.

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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant