@@ -7,12 +7,23 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## [ Unreleased]
99
10+ ## [ 0.0.10] - 2026-04-30
11+
1012### Added
13+ - Added struct binding examples for URL and query parameters.
1114- Comprehensive unit tests for ` logger ` package (90.8% coverage)
1215- Comprehensive unit tests for ` utils ` package (100% coverage)
1316- CHANGELOG.md file for tracking project changes
17+ - Added Codecov integration and expanded test coverage across core packages.
18+
19+ ### Changed
20+ - Upgraded the module and GitHub Actions toolchain to Go 1.25.
21+ - Aligned Gin ecosystem dependencies with Gin upstream, including ` github.com/gin-gonic/gin ` v1.12.0 and ` github.com/gin-contrib/cors ` v1.7.7.
22+ - Updated ` github.com/rs/zerolog ` to v1.35.1.
23+ - Updated GitHub Actions dependencies, including ` codecov/codecov-action ` v6.
1424
1525### Fixed
26+ - Attached trace IDs to the request context in logger middleware.
1627- Renamed ` reponse_time.go ` to ` response_time.go ` (typo correction)
1728
1829## [ 0.1.0-beta] - 2024-12-06
@@ -59,28 +70,27 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
5970## Dependencies
6071
6172### Core Dependencies
62- - github.com/gin-gonic/gin v1.11 .0
63- - github.com/gin-contrib/cors v1.7.6
64- - github.com/go-playground/validator/v10 v10.28.0
73+ - github.com/gin-gonic/gin v1.12 .0
74+ - github.com/gin-contrib/cors v1.7.7
75+ - github.com/go-playground/validator/v10 v10.30.1
6576- github.com/json-iterator/go v1.1.12
6677- github.com/mitchellh/mapstructure v1.5.0
67- - github.com /natefinch/lumberjack v2.0.0+incompatible
68- - github.com/rs/zerolog v1.34.0
78+ - gopkg.in /natefinch/lumberjack.v2 v2.2.1
79+ - github.com/rs/zerolog v1.35.1
6980- github.com/stretchr/testify v1.11.1
7081
7182### Indirect Dependencies
72- - golang.org/x/crypto v0.45.0
73- - golang.org/x/net v0.47.0
74- - golang.org/x/sys v0.38.0
75- - golang.org/x/text v0.31.0
76- - golang.org/x/tools v0.38.0
77- - google.golang.org/protobuf v1.36.10
83+ - golang.org/x/crypto v0.49.0
84+ - golang.org/x/net v0.52.0
85+ - golang.org/x/sys v0.42.0
86+ - golang.org/x/text v0.35.0
87+ - google.golang.org/protobuf v1.36.11
7888
7989## Development
8090
8191### CI/CD
8292- GitHub Actions for automated testing
83- - golangci-lint v2.1.6 for code quality checks
93+ - golangci-lint v2.4.0 for code quality checks
8494- Dependabot for automatic dependency updates (weekly)
8595- Multi-platform testing (Ubuntu, macOS)
8696- Race condition detection enabled
0 commit comments