Skip to content

v2.0.2

Compare
Choose a tag to compare
@github-actions github-actions released this 14 Mar 13:40
· 98 commits to master since this release

This is a version bump due to incorrect tagging. It can contains the following fixes.

2.0.2 (March 14, 2023)

BUG FIX

  • ns1-go client version bump fixes additional_metadata not applying correctly

Note:

  • To avoid whitespace issues in additional_metadata meta tag use jsonencode for example:
meta = {
  "additional_metadata" : jsonencode(
    [
      {
        a = "1"
        b = "2"
      }
  ])
}