Skip to content

v2024.2.26

Compare
Choose a tag to compare
@github-actions github-actions released this 26 Feb 14:52
· 144 commits to main since this release

February 26, 2024

Bugfix

  • BREAKING - NewJSONInput() will not json.Marshal() on string input containing a json array/obj to prevent adding unnecessary backlashes.

Feature

  • Add support for managedAliases on Teams

Refactor

  • NewTagArgs(string) will return error if string is not in exact format 'key:value'

Docs

  • Added godoc for json constructor and to string functions.

Dependency

  • Bump github.com/relvacode/iso8601 from 1.3.0 to 1.4.0
  • Bump github.com/rs/zerolog from 1.31.0 to 1.32.0
  • Bump github.com/hasura/go-graphql-client from 0.10.2 to 0.11.0
  • Bump codecov/codecov-action from 3 to 4
  • Bump arduino/setup-task from 1 to 2
  • Bump github.com/go-playground/validator/v10 from 10.16.0 to 10.18.0