v0.17.0

MontFerret/ferretv0.17.0Feb 7, 2023by ziflex

AI Summary

Significant minor release with major dependency updates, Go version requirements change, and build system improvements.

Key Highlights

  • Dropped pre-generics versions of Go
  • Updated ANTLR
  • Dropped legacy SDK
  • Added staticcheck and goimports tools
  • Updated build steps
  • Fixed unit tests for http funcs

Breaking Changes

  • Dropped support for pre-generics Go versions

Full Release Notes

Updated dependencies (#769)

* Updated dependencies

* Dropped pre-generics versions of Go

* Updated ANTRL and dropped legacy SDK

* Added staticcheck and goimports tools

* Updated build steps

* Fixed unit tests for http funcs