github github/vulcanizer v0.6.0
v0.6.0 Release

latest releases: v0.14.2, v0.14.1, v0.14.0...
3 years ago

Breaking changes

  • SetClusterSetting now takes and returns a *string instead of a string to support "unsetting" a cluster setting
    • Full function signature is now SetClusterSetting(setting string, value *string) (*string, *string, error)
    • Added in #74

New Features

  • Functions to access heap stats added in #78
  • Add CLI function to delete indices in #77
  • Add APIs to get disk allocation information in #69

Misc

  • Use Go modules instead of dep
  • Update Go dependencies
  • Use GitHub Actions instead of Travis

Don't miss a new vulcanizer release

NewReleases is sending notifications on new releases.