Skip to content

Releases: ebrickdev/ebrick

v0.14.0 🌈

Choose a tag to compare

@github-actions github-actions released this 25 Feb 09:58

What's Changed

🚀 New Features

v0.13.1 🌈

Choose a tag to compare

@github-actions github-actions released this 25 Feb 07:52

What's Changed

🛠 Maintenance

  • refactor: update EventBus interface to support topic-based publishing and subscribing with options (#50) @thanhtrinity

v0.13.0 🌈

Choose a tag to compare

@github-actions github-actions released this 17 Feb 06:12

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 🌈

Choose a tag to compare

@github-actions github-actions released this 12 Feb 05:02

What's Changed

🛠 Maintenance

v0.12.0 🌈

Choose a tag to compare

@github-actions github-actions released this 12 Feb 03:53

What's Changed

🚀 New Features

  • Add LoadConfigByKey function for enhanced configuration loading (#44) @thanhtrinity

v0.11.0 🌈

Choose a tag to compare

@github-actions github-actions released this 11 Feb 05:11

What's Changed

🚀 New Features

🛠 Maintenance

v0.10.0 🌈

Choose a tag to compare

@github-actions github-actions released this 09 Feb 15:42

What's Changed

  • refactor: Refactor ginContext and Context interface for enhanced middleware support (#36) @thanhtrinity

🚀 New Features

v0.9.3 🌈

Choose a tag to compare

@github-actions github-actions released this 07 Feb 08:53

What's Changed

🛠 Maintenance

v0.9.2 🌈

Choose a tag to compare

@github-actions github-actions released this 06 Feb 16:36

What's Changed

🛠 Maintenance

v0.9.1 🌈

Choose a tag to compare

@github-actions github-actions released this 06 Feb 16:27

What's Changed

  • Refactor web package into transport package with HTTP and gRPC abstractions (#33) @thanhtrinity