Releases: nunchistudio/helix.go
Releases · nunchistudio/helix.go
v0.14.1
Changes
Event
- [Enhancement] An event can now be tied to a tenant, allowing advanced customer usage tracking across different tenants.
v0.14.0
Changes
Event
- [Enhancement] An event can now be tied to multiple subscriptions, allowing advanced customer usage tracking across different products, services, plans, or subscriptions.
v0.13.1
Changes
Common
- [Refactor] Update all dependencies across modules, fixing some known bugs in third-party libraries.
v0.13.0
Changes
Logger
- [Fix] Do not return an error when draining/closing the logger if the error is
ENOTTY
.
Integrations
- [Enhancement] An integration must now have a
Status()
method, returning its health status.
REST router
- [Enhancement] By default, the health endpoint retrieves the health status of each integration attached, and returns the highest HTTP status code returned.
v0.12.0
Changes
Event
- [Change] Rename
FromJSON
toEventFromJSON
for better consistency with other packages.
Integrations
- [Enhancement] Always pass the
context.Context
including the span to the underlying library.
Temporal
- [Feature] First release of the Temporal integration.
Vault
- [Enhancement] Add
vault.namespace
as trace attribute.
v0.11.0
Announcements
First release of helix and helix.go!