Skip to content

v1.1.0

Latest

Choose a tag to compare

@github-actions github-actions released this 02 Jun 17:02

Changed

  • Documented AWS IAM-style wildcard support for the --catalog-access
    catalog field (* matches any sequence, ? matches one character),
    matching the GizmoSQL Enterprise server's pattern matching. No code change
    is required — patterns were already written into the catalog_access claim
    verbatim; this clarifies the --catalog-access help text and README and
    adds a regression test asserting wildcard patterns pass through unmodified.

What's Changed

  • docs: document AWS IAM-style wildcard catalog patterns for --catalog-access by @prmoore77 in #5

Full Changelog: v1.0.1...v1.1.0