Skip to content

Releases: Zondax/golem

v0.8.3

31 Oct 11:53
9a60456
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.8.2...v0.8.3

v0.8.2

30 Oct 13:11
c50b675
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.8.1...v0.8.2

v0.8.2-rc3

27 Oct 10:52
Compare
Choose a tag to compare
v0.8.2-rc3 Pre-release
Pre-release

Full Changelog: v0.8.2-rc1...v0.8.2-rc3

v0.8.2-rc2

26 Oct 14:04
Compare
Choose a tag to compare
v0.8.2-rc2 Pre-release
Pre-release

Full Changelog: v0.8.1...v0.8.2-rc2

v0.8.2-rc1

26 Oct 13:56
Compare
Choose a tag to compare
v0.8.2-rc1 Pre-release
Pre-release
Tests

v0.8.1

25 Oct 12:42
1b3ab47
Compare
Choose a tag to compare

What's Changed

  • Add formatMetricName to ensure it is a valid Prometheus metric name by @lucaslopezf in #19

Full Changelog: v0.8.0...v0.8.1

v0.8.0

25 Oct 11:44
cad41f0
Compare
Choose a tag to compare

What's Changed

  • ZRouter: A Comprehensive Chi-based Routing Library by @lucaslopezf in #18

Highlights

  • Simplified Routing: Define your route handlers with a straightforward HandlerFunc.
  • Middleware & Adapters:
    • Powerful middleware integration, from pre-processing to post-processing steps.
    • Built-in metrics collector that registers default metrics for monitoring.
    • Seamless bridging with chi using chiContextAdapter.
  • Flexible Response Handling:
    • Native support for returning detailed API error responses.
    • Standardized ServiceResponse structure for consistent replies.
    • Extendable with custom headers and various response types.
  • Enhanced Configuration: Specify server behavior with Config. Choose from default settings or tailor to specific requirements.
  • Advanced Features:
    • Route grouping for better organization.
    • Customizable 404 handling.
    • Route tracking for fetching a structured list of all registered routes.
    • Context-rich API, offering a variety of functionalities for greater control within handlers.
  • Comprehensive Testing: Ensured robustness through extensive unit tests.
  • Detailed Documentation: In-depth README for guidance and clarity.

Fixes

  • zdb methods tests (Select and Where)
  • Added test checks to the CI

Full Changelog: v0.7.3...v0.8.0

v0.8.0-rc1

24 Oct 16:31
Compare
Choose a tag to compare
v0.8.0-rc1 Pre-release
Pre-release

Full Changelog: v0.7.3...v0.8.0-rc1

v0.7.3

19 Oct 16:21
cb06ff5
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.7.2...v0.7.3

v0.7.2

19 Oct 14:43
67883e7
Compare
Choose a tag to compare

What's Changed

  • Add dynamic protocol support to ClickHouse DSN builder by @lucaslopezf in #16

Full Changelog: v0.7.1...v0.7.2