Releases: Titan-Systems/titan
Releases · Titan-Systems/titan
v0.1.5
v0.1.4
What's Changed
- Bumped version to 0.1.4
- Added
FutureGrant
,ReplicationGroup
,EventTable
, Stages (InternalStage
,ExternalStage
), and Streams (TableStream
,ViewStream
, andStageStream
) - Re-enabled SQL parsing support
- Added experimental support for fields that force replacement
- Added Codecov
Full Changelog: v0.1.3...v0.1.4
v0.1.3
v0.1.2
What's Changed
- Fixes #11 bug with how tags were fetched
- Adds
allow_role_switching: bool
option to Blueprint, restricting it to only use the session role - Adds
PACKAGES POLICY
resource - Adds
fetch
forSEQUENCE
resource - Fixes an issue with
fetch
forPROCEDURE
resource - Adds proper testing of enterprise features and sideload install
- Disabled privilege testing in Blueprint for now
Full Changelog: v0.1.1...v0.1.2
v0.1.1
v0.1.0
Release Notes
-
Added the Stored Procedure Interface (SPI), a set of Snowflake management commands powered by Titan Core
-
Removed Pydantic dependency. This allows Titan to be deployed within the Snowflake Python environment.
-
Added initial version of privilege screening, ensuring Blueprint plan's are runnable
-
Bugfixes and test coverage