Releases: milobella/ability-sdk-go
Releases · milobella/ability-sdk-go
feat v0.11.0: Instrument state data model
What's Changed
- fix(deps): update module github.com/labstack/echo/v4 to v4.9.1 by @renovate in #42
- fix(deps): update module github.com/milobella/oratio to v1.4.7 by @renovate in #43
- feat: Add instrument state data model by @celian-garcia in #44
Full Changelog: v0.10.0...v0.11.0
feat v0.10.0: context.slotfilling can be nil
What's Changed
- fix: ensure slotfilling in context can be nil by @celian-garcia in #41
- fix(deps): update module github.com/milobella/oratio to v1.4.5 by @renovate in #40
Full Changelog: v0.9.1...v0.10.0
Patch v0.9.1: Fix config parsing
What's Changed
- fix(deps): update module github.com/milobella/oratio to v1.4.4 by @renovate in #38
- fix: parsing of log level + configname by @celian-garcia in #39
Full Changelog: v0.9.0...v0.9.1
Release v0.9.0 : Move conditions in their own package
What's Changed
- fix(deps): update module github.com/labstack/echo/v4 to v4.9.0 by @renovate in #35
- fix(deps): update module github.com/spf13/viper to v1.13.0 by @renovate in #36
- refactor: move conditions in their own package by @celian-garcia in #37
Full Changelog: v0.8.0...v0.9.0
Release v0.8.0 : Refactoring + interpreters to facilitate requests parsing
What's Changed
- Update module github.com/labstack/echo/v4 to v4.7.2 by @renovate in #24
- Update module github.com/spf13/viper to v1.11.0 by @renovate in #25
- chore(deps): update github/codeql-action action to v2 by @renovate in #26
- fix(deps): update module github.com/prometheus/client_golang to v1.12.2 by @renovate in #27
- fix(deps): update module github.com/spf13/viper to v1.12.0 by @renovate in #28
- fix(deps): update module github.com/sirupsen/logrus to v1.9.0 by @renovate in #29
- chore(deps): update module go to 1.18 by @renovate in #30
- chore(deps): update module go to 1.19 by @renovate in #31
- fix(deps): update module github.com/prometheus/client_golang to v1.13.0 by @renovate in #32
- fix(deps): update module github.com/labstack/echo/v4 to v4.8.0 by @renovate in #33
- feat/refactor[breaking change]: Add some interpreters to facilitate r… by @celian-garcia in #34
Full Changelog: v0.7.0...v0.8.0
Release 0.7.0 : Allow configuration extension
What's Changed
- Update actions/checkout action to v3 by @renovate in #19
- Update actions/setup-go action to v3 by @renovate in #18
- Update module github.com/labstack/echo/v4 to v4.7.0 by @renovate in #20
- Update module github.com/labstack/echo/v4 to v4.7.1 by @renovate in #21
- feat: Allow configuration extensions by @celian-garcia in #23
Full Changelog: v0.6.1...v0.7.0
v0.6.1 : Improve instrument interpretation
What's Changed
- Update module github.com/milobella/oratio to v1.4.0 by @renovate in #10
- Update module github.com/milobella/oratio to v1.4.3 by @renovate in #16
- Improve instrument interpretation by @celian-garcia in #17
Instrument interpretation was only searching for instrument in the NLU raw text and is now searching it in the NLU entities if any.
Full Changelog: v0.6.0...v0.6.1
Release 0.6.0 : New ``instruments`` device field
✨ Features
- New
instruments
field in device of request - New
text
field in nlu of request
Release 0.5.0 : New ``actions`` response field
✨ Features
- New
actions
response field
🔧 Maintenance
- Upgrade to Go 1.17
- Upgrade echo to v4
- Upgrade all dependencies thanks to Renovate
- Add go build and go test to the CI
- [Breaking Change] Renamed Rule to GroupingRule
v0.4.2 : Bump go 1.16
Bump go version 1.16