Skip to content

v4.2.2

Latest
Compare
Choose a tag to compare
@adpaco-aws adpaco-aws released this 11 Nov 17:18
4dea3e6

Release 4.2.2, available on crates.io.

Changed

  • The error associated with parsing a non-existent extension function additionally
    includes a suggestion based on available extension functions (#1280, resolving #332).
  • The error associated with parsing a non-existent extension method additionally
    includes a suggestion based on available extension methods (#1289, resolving #246).
  • Improved entity validation speed, particularly for large schemas with many
    actions (#1290 and #1296, resolving #1285)

Fixed

  • Some misleading parser errors for JSON schema with mistakes in nested attribute definitions (#1270, resolving #417)
  • Cedar schema printer now correctly prints entity tags (#1304)