Skip to content

v2.7.0

Compare
Choose a tag to compare
@aricart aricart released this 17 Sep 17:05
· 1 commit to main since this release
18a60d6

What's Changed

This release includes a subtle change in the way tags are handled. They are now case-sensitive. Previously, tags were converted to lowercase and then stored. This release preserves the value of the tag as specified. If you use tag APIs to Add/Remove/Contains, please verify that the format of the input is lowercased. Also Remove() API will now return an error if the requested tag could not be found. This will help in surfacing tag edits that are performed with mismatched inputs.

  • [FEAT] Added validation to cluster traffic - as downstream tools like nsc will need to perform some level of validation by @aricart in #224
  • [CHANGE] Tags are now case-sensitive by @aricart in #225
  • [CHANGE] Removing a tag that doesn't exist results in an error by @aricart in #228

Full Changelog: v2.6.0...v2.7.0