v0.17.0
Announcements
helix.go now requires Go 1.22+. All previous versions are marked as "retracted". Please upgrade.
Changes
Common
- [Refactor] Update all dependencies across modules, fixing some known bugs in third-party libraries.
Service
- [Feature]
Start
andClose
functions take acontext.Context
as single argument for controlling custom cancellation.
Integrations
NATS JetStream
- [Feature] Leverage new
CreateOrUpdate
capabilities released in latest version of the NATS JetStream SDK.CreateStream
andUpdateStream
are now merged into a single functionCreateOrUpdateStream
.CreateKeyValue
is nowCreateOrUpdateKeyValue
.
REST router
- [Feature] The
Response
object now accept optional metadata. - [Feature] New capabilities are available for handling multilingual HTTP responses.