Skip to content

Commit 76e069d

Browse files
committed
Update changelog for v0.4.1 release
Added release notes for version 0.4.1, including new Controller base class, helper methods, model trait enhancements, a custom make:model command, and changes to client bindings and guard behavior. Also added comparison link for v0.4.1.
1 parent ca74f9c commit 76e069d

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## Unreleased
99

10+
## [0.4.1] - 2025-07-10
11+
### Added
12+
- Base `Controller` class with `apiResponse` method.
13+
- Helper methods for common JSON responses.
14+
- `$apiRelations` mapping in `ApiModelTrait` for nested relations.
15+
- Custom `make:model` command supporting a `--remote` option.
1016

17+
### Changed
18+
- `ApiGatewayClient` and `PermissionsClient` bindings are now scoped.
19+
- `GatewayGuard` registers a `CookieJar` to avoid logout issues.
1120

1221
## [0.4.0] - 2025-07-01
1322
### Added
@@ -25,4 +34,5 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2534
- Documentation reorganized with a new features list.
2635
- Commented out session migration due to CSRF conflicts.
2736

37+
[0.4.1]: https://github.com/KroderDev/laravel-microservice-core/compare/v0.4.0...v0.4.1
2838
[0.4.0]: https://github.com/KroderDev/laravel-microservice-core/compare/v0.3.1...v0.4.0

0 commit comments

Comments
 (0)