Releases: ebrickdev/ebrick
Releases · ebrickdev/ebrick
Release list
v0.14.0 🌈
What's Changed
🚀 New Features
- Update EventBus to use CloudEvents for event handling (#51) @thanhtrinity
v0.13.1 🌈
What's Changed
🛠 Maintenance
- refactor: update EventBus interface to support topic-based publishing and subscribing with options (#50) @thanhtrinity
v0.13.0 🌈
What's Changed
🚀 New Features
- Add PagingMiddleware for managing paging parameters in HTTP context (#49) @thanhtrinity
- feat: add ListPaged method to CrudRepository for paginated entity retrieval (#47) @thanhtrinity
🛠 Maintenance
- Refactor ListPaged method to return total count (#48) @thanhtrinity
- refactor: add MockCrudRepository for testing CRUD operations with context support (#46) @thanhtrinity
v0.12.1 🌈
What's Changed
🛠 Maintenance
- Enhance LoadConfig functions to support default values (#45) @thanhtrinity
v0.12.0 🌈
What's Changed
🚀 New Features
- Add LoadConfigByKey function for enhanced configuration loading (#44) @thanhtrinity
v0.11.0 🌈
What's Changed
🚀 New Features
- Add WithDB option for improved database integration (#38) @thanhtrinity
🛠 Maintenance
- Refactor HTTP server package name and structure (#43) @thanhtrinity
- Refactor CrudRepository methods for context support (#42) @thanhtrinity
- Refactor CrudRepository methods for pointer receivers (#41) @thanhtrinity
- Refactor Application to include database field initialization (#40) @thanhtrinity
- Refactor database migration functions for GORM flexibility (#39) @thanhtrinity
v0.10.0 🌈
What's Changed
- refactor: Refactor ginContext and Context interface for enhanced middleware support (#36) @thanhtrinity
🚀 New Features
- feat: Add authentication package with middleware support (#37) @thanhtrinity
v0.9.3 🌈
v0.9.2 🌈
v0.9.1 🌈
What's Changed
- Refactor web package into transport package with HTTP and gRPC abstractions (#33) @thanhtrinity