Releases: tsanton/pyflake-client
Releases · tsanton/pyflake-client
v0.11.0
0.11.0 (2024-02-22)
⚠ BREAKING CHANGES
- bump python and requirements versions. Refactor connection parameters to use format recommended by snowflake
Features
- bump python and requirements versions. Refactor connection parameters to use format recommended by snowflake (1b05cda)
v0.10.1
0.10.1 (2023-09-18)
Features
- add comment property and definition on table and column (b4469ab)
Bug Fixes
v0.10.0
0.10.0 (2023-08-18)
⚠ BREAKING CHANGES
- table, tags and columns refactored to async pattern
- moved deserializer into describable
- procedure callables made
- all assets use async methods
Features
- SHOW FUTURE GRANTS TO DATABASE ROLE instead of procedure (f1a2fc1)
Documentation
Code Refactoring
- all assets use async methods (9b5114b)
- moved deserializer into describable (b54b987)
- procedure callables made (a9acd9b)
- table, tags and columns refactored to async pattern (146b16f)
v0.9.0
0.9.0 (2023-08-09)
⚠ BREAKING CHANGES
- principal ascendants and descendants to describe_many
Features
- added database roles describable (1926794)
- find() added to test utilities (1fbf608)
Code Refactoring
- principal ascendants and descendants to describe_many (c8c041c)
v0.8.0
0.8.0 (2023-05-30)
⚠ BREAKING CHANGES
- fixed major docstring issue
Features
- fixed major docstring issue (0440da1)
- handle user grants format (6d6d930)
v0.7.0
0.7.0 (2023-05-24)
⚠ BREAKING CHANGES
- add user type to role_inheritance
Features
- add user type to role_inheritance (c6239ee)
v0.6.2
0.6.2 (2023-05-24)
Features
v0.6.1
0.6.1 (2023-05-05)
Bug Fixes
- added BOOLEAN proc arg (da31b4a)
- fluff in table describable and added BOOLEAN proc arg (eac302e)
v0.6.0
0.6.0 (2023-05-02)
⚠ BREAKING CHANGES
- schema & table implement db_name:str
Bug Fixes
- implement table owner (not required) (f77fb05)
Code Refactoring
- schema & table implement db_name:str (c097640)
v0.5.2
0.5.2 (2023-04-13)
Bug Fixes
- database role schema owner fix (483eab7)
- database role tag and warehouse owner fix (2abd38a)
- databasse role database owners denial (51b9e33)