Skip to content

Tags: ebrickdev/ebrick

Tags

v0.14.0

Toggle v0.14.0's commit message
feat: update EventBus to use CloudEvents for event publishing and sub…

…scribing

v0.13.1

Toggle v0.13.1's commit message
feat: update EventBus interface to support topic-based publishing and…

… subscribing with options

v0.13.0

Toggle v0.13.0's commit message
feat: add PagingMiddleware for extracting and managing paging paramet…

…ers in HTTP context

v0.12.1

Toggle v0.12.1's commit message
refactor: enhance LoadConfig and LoadConfigByKey functions to support…

… default values

v0.12.0

Toggle v0.12.0's commit message
feat: add LoadConfigByKey function for enhanced configuration loading…

… with defaults

v0.11.0

Toggle v0.11.0's commit message
refactor: rename the httpserver to http

v0.10.0

Toggle v0.10.0's commit message
refactor: migrate authentication logic to security package and implem…

…ent token-based middleware

v0.9.3

Toggle v0.9.3's commit message
refactor: add DB dependency to Options and introduce WithDB option

v0.9.2

Toggle v0.9.2's commit message
refactor: rename database package to db for consistency

v0.9.1

Toggle v0.9.1's commit message
refactor: introduce transport package with HTTP and gRPC server abstr…

…actions and refactor web package