Skip to content

v0.49.0

Compare
Choose a tag to compare
@pnickolov pnickolov released this 02 Sep 06:04
· 136 commits to main since this release
4d4ca5d

What's Changed

  • Improvements

    • solution status now also prints the last successfully installed solution's version by @bemidji3 in #200 (ORION-2036)
    • Made the fsoc version check run in the background, as best effort by @pavel-georgiev in #197
  • Bugfixes

    • Fixed field enforcement on config set for agent/solution principals by @pnickolov in #204
    • Fixed logging of context to correctly include the API url by @pnickolov in #204
  • Maintenance

    • Added support for Go 1.21 toolkit (while keeping go.mod at 1.20) by @Neo2308 in #198
    • Bump the go-dependencies group with 2 updates by @dependabot in #199
    • Deprecated the --include-<object> flags in solution init by @pnickolov in #201
    • Refactored collection API calls to use generics by @pavel-georgiev in #162
    • Fixed message and comment typos
    • Fixed string capitalization of error messages to comply with Go style ST1005 by @pnickolov

Full Changelog: v0.48.0...v0.49.0