Skip to content

Releases: nunchistudio/helix.go

v0.14.1

05 Sep 17:45
Compare
Choose a tag to compare

Changes

Event

  • [Enhancement] An event can now be tied to a tenant, allowing advanced customer usage tracking across different tenants.

v0.14.0

11 Aug 12:39
Compare
Choose a tag to compare

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

03 Aug 10:08
Compare
Choose a tag to compare

Changes

Common

  • [Refactor] Update all dependencies across modules, fixing some known bugs in third-party libraries.

v0.13.0

07 Jul 13:16
Compare
Choose a tag to compare

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

05 Jul 15:19
Compare
Choose a tag to compare

Changes

Event

  • [Change] Rename FromJSON to EventFromJSON 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

20 Jun 12:54
Compare
Choose a tag to compare

Announcements

First release of helix and helix.go!