Skip to content

Release v2.0.0

Compare
Choose a tag to compare
@kozlovic kozlovic released this 14 Mar 19:53
a84d3be

Changelog

Added

  • Information link and description to account and export (#122)
  • Ability to specify headers for latency tracking (#125)
  • Ability to have wildcards export/imports (#131)
  • Roles for signing keys (#129)
  • Generic claims can now have custom types (#132)
  • Keys() function to SigningKeys which returns all signing keys in the account (#134)
  • New field LocalSubject to rename the remote subject (#137)
  • Accessor to read To without deprecation warning (#138)
  • Flag enforcing subordinate objects to be signed with signing keys (#140)
  • Advertise flag to exports and extending maximum description length (#143)
  • Support for account mappings (#145)

Deprecated

  • The To subject in imports (#137)

Removed

  • JWT activation token as URL and corresponding download (#144)

Fixed

  • Import token validation (#124)
  • Removed unnecessary warning for imports without token (#130)
  • Ensure that generic claims type is a string (#133)
  • Missing validation for permissions (#139)
  • Fixed default value for JetStream to be 0 (disabled) (#141)
  • op.DidSign(op) when strict signing key usage was enforced (#142)

Updated

  • Dependencies to nkeys v0.3.0 (#147)

Complete Changes

v1.2.2...v2.0.0