Conversation
Bumps [go.opentelemetry.io/otel](https://github.com/open-telemetry/opentelemetry-go) from 1.37.0 to 1.39.0. - [Release notes](https://github.com/open-telemetry/opentelemetry-go/releases) - [Changelog](https://github.com/open-telemetry/opentelemetry-go/blob/main/CHANGELOG.md) - [Commits](open-telemetry/opentelemetry-go@v1.37.0...v1.39.0) --- updated-dependencies: - dependency-name: go.opentelemetry.io/otel dependency-version: 1.39.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
Generated-by: Claude AI-Model: claude-opus-4-5-20251101
X-Lerian-Ref: 0x1
X-Lerian-Ref: 0x1
Bumps [github.com/golang-jwt/jwt/v5](https://github.com/golang-jwt/jwt) from 5.3.0 to 5.3.1. - [Release notes](https://github.com/golang-jwt/jwt/releases) - [Commits](golang-jwt/jwt@v5.3.0...v5.3.1) --- updated-dependencies: - dependency-name: github.com/golang-jwt/jwt/v5 dependency-version: 5.3.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
…elv2 docs: update license to Elastic License 2.0 (ELv2)
## [2.4.1-beta.1](v2.4.0...v2.4.1-beta.1) (2026-02-03)
X-Lerian-Ref: 0x1
…rn 🔧 Implements comprehensive Makefile infrastructure aligned with Midaz lib-commons standards: Core improvements: - Modular test framework (mk/tests.mk) with unit, integration and coverage targets - Colored console output with ANSI codes for better readability - Smart coverage reporting via scripts/coverage.sh with exclusion support - Enhanced security scanning with SARIF output support (make sec SARIF=1) - Git hooks verification and installation commands - Support for low-resource environments (LOW_RESOURCE=1) - Test filtering by pattern (RUN=) and package (PKG=) New commands: - make test-unit / test-integration / test-all - make coverage-unit / coverage-integration / coverage - make cover-html (generates HTML reports) - make tools (installs gotestsum) - make check-tests / check-hooks / check-envs - make clean (removes build artifacts and reports) Infrastructure files: - mk/tests.mk: Test targets with gotestsum integration and testcontainers support - scripts/coverage.sh: Intelligent coverage script with package filtering - scripts/coverage_ignore.txt: Coverage exclusion patterns - .ignorecoverunit: Unit test coverage exclusions (filters *_mock.go) Updated .gitignore: - Added /dist/, /reports/, coverage files, and gosec-report.sarif All 22 commands tested and validated successfully. X-Lerian-Ref: 0x1
Replace find | xargs pipeline with find -exec to prevent failures under set -e when no integration test files are found. The -exec approach is more robust and doesn't require null-delimited handling. X-Lerian-Ref: 0x1
Remove 'make cover' and 'make cover-html' commands which have been superseded by the more granular coverage-unit and coverage-integration commands. Also removes the associated coverage.sh script and coverage_ignore.txt file. X-Lerian-Ref: 0x1
chore: add build, test and coverage commands
## [2.5.0-beta.1](v2.4.1-beta.1...v2.5.0-beta.1) (2026-02-09) ### Bug Fixes * **tests:** use safe find -exec instead of xargs pipeline 🐛 ([da45b1a](da45b1a))
Update imports from v2 to v3 and point to published version, removing local replace directive. X-Lerian-Ref: 0x1
…p/github.com/golang-jwt/jwt/v5-5.3.1 build(deps): bump github.com/golang-jwt/jwt/v5 from 5.3.0 to 5.3.1
## [2.5.0-beta.2](v2.5.0-beta.1...v2.5.0-beta.2) (2026-02-20)
Bumps [github.com/gofiber/fiber/v2](https://github.com/gofiber/fiber) from 2.52.9 to 2.52.11. - [Release notes](https://github.com/gofiber/fiber/releases) - [Commits](gofiber/fiber@v2.52.9...v2.52.11) --- updated-dependencies: - dependency-name: github.com/gofiber/fiber/v2 dependency-version: 2.52.11 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
…p/github.com/gofiber/fiber/v2-2.52.11 build(deps): bump github.com/gofiber/fiber/v2 from 2.52.9 to 2.52.11
## [2.5.0-beta.3](v2.5.0-beta.2...v2.5.0-beta.3) (2026-02-20)
…metry.io/otel-1.39.0
…p/go.opentelemetry.io/otel-1.39.0 build(deps): bump go.opentelemetry.io/otel from 1.37.0 to 1.39.0
## [2.5.0-beta.4](v2.5.0-beta.3...v2.5.0-beta.4) (2026-02-20)
Feature/multi tenant
## [2.5.0-beta.5](v2.5.0-beta.4...v2.5.0-beta.5) (2026-02-20)
|
Caution Review failedThe pull request is closed. WalkthroughThis PR upgrades the project to Go toolchain 1.24.0 and updates lib-commons from v2 to v3, applying these changes across middleware imports. Dependencies including gofiber/fiber, opentelemetry packages, and grpc are updated to newer versions. Build and test infrastructure is significantly expanded through new Makefile targets for testing, coverage reporting, security scanning, and tooling management. Configuration files are added or updated: .gitignore is revised for build artifacts and coverage files, a new .ignorecoverunit file is introduced for coverage exclusion patterns, and an Elastic License 2.0 file is added. The CHANGELOG is updated with release notes for version 2.5.0-beta.5 and related entries. Comment |
Pull Request Checklist
Pull Request Type
Checklist
Please check each item after it's completed.
Additional Notes
Obs: Please, always remember to target your PR to develop branch instead of main.