Skip to content

v3.4.1

Compare
Choose a tag to compare
@shaobo-he-aws shaobo-he-aws released this 23 Sep 20:27
· 1 commit to release/3.4.x since this release
97f7939

Release 3.4.1, available on crates.io

Fixed

  • The schema format conversion method SchemaFragment::to_cedarschema will now
    return a name collision error when trying to convert a schema where any
    namespaced type name collides with an unqualified type. This avoids a
    situation where format conversion could change the target of an entity type
    reference. (#1212, resolving #1063) This does not change what schema are
    accepted by the parsing functions for either format.

Full Changelog: v3.4.0...v3.4.1