Skip to content

v0.5.0

Compare
Choose a tag to compare
@github-actions github-actions released this 13 Apr 09:19
fcca0a8

0.5.0 (2023-04-13)

⚠ BREAKING CHANGES

  • alter order of table, role, database role and tag ownership
  • warehouse grant and role grant testing
  • future grants
  • principal descendants refactored
  • principal ascendants
  • role inheritance refactored
  • removing unused grants
  • refactor grants a bit
  • add grant and future_grant
  • add GrantAction and AccountGrant
  • use entity and asset interfaces for default load_from_sf implementations
  • refactor entities
  • refactor entity loading
  • change not_null -> nullable, adjust tests
  • refactor table and columns
  • extend databaserole with principle interface
  • extend databaserole with principle interface

Features

  • add grant and future_grant (881caa9)
  • add GrantAction and AccountGrant (1bdac50)
  • add principle interface to schema (d1a1cad)
  • add rest of the column types (65a18e1)
  • add tag classes (db94833)
  • adjust grants and affected tests (d8d2db5)
  • change not_null -> nullable, adjust tests (48b115d)
  • database grants update (7e4872a)
  • extend databaserole with principle interface (c9acbbe)
  • extend databaserole with principle interface (8c540e0)
  • extend role asset and add database_role (730f167)
  • extend role asset and add database_role (f18b42a)
  • fix tag bugs and add tests (092c170)
  • refactor entities (cbd7a3a)
  • refactor entity loading (4c1a574)
  • refactor table and columns (628efc4)
  • table describe (7a84271)
  • tag support for columns (f0d491d)
  • update mergeable entity and test (b6dbcb0)
  • update schema describable and affected tests (22a322b)
  • update warehouse and tests (fc819b4)
  • use entity and asset interfaces for default load_from_sf implementations (5dd682a)

Bug Fixes

  • added table tag tests (212f03e)
  • client decribe_many procedure fix (bfad3f9)
  • refactor grants a bit (61f29a7)
  • refactoring class renaming error (00ae284)
  • remove buggy fixtures (2a0fb38)
  • remove devcontainer from gitignore (afb3da1)
  • removing unused grants (810dcff)
  • sp error, fix schema tests (8191e04)
  • table, wh, db should not be principals (154dd71)
  • update role_account_grant tests (64a6217)
  • update schema tests (4c777f4)
  • update tag/classification tag structure (7aa3c36)

Code Refactoring

  • alter order of table, role, database role and tag ownership (1e2b99d)
  • future grants (83484a7)
  • principal ascendants (d7499c1)
  • principal descendants refactored (a26ce09)
  • role inheritance refactored (e3c6449)
  • warehouse grant and role grant testing (eeb4833)