Releases: Titan-Systems/titan
Releases · Titan-Systems/titan
v0.5.4
v0.5.3
v0.5.1
What's Changed
- Fixes install error on Windows by @MartinCairnsSQL in #39
- Docs WIP by @teej in #43
- Grant serialization issue by @teej in #44
New Contributors
- @MartinCairnsSQL made their first contribution in #39
Full Changelog: v0.5.0...v0.5.1
v0.5.0
v0.4.1
v0.4.0
What's Changed
New resources added:
- Catalog integration (Glue & Object Store)
- Storage Integration
- File Format (CSV)
- Materialized View
- Share
- External stage
Added examples (see examples/
)
Loosened build requirements
Fixed issues with Blueprint
- Inferring resource containers
- Ownership
- Identifier matching
Gitops
- Users in YAML config can now specify a list of
roles
which get converted into RoleGrants
Changed the behavior of tracebacks when invalid kwargs are passed to a Resource
New Contributors
Full Changelog: v0.3.1...v0.4.0
v0.3.1
v0.3.0
What's Changed
-
Added new resources: compute pool, security integration, and service
-
Updated gitops to support all resources. Added raw SQL support for gitops.
-
Remove compatibility code for the 2024_01 release bundle
-
Made significant changes to grant serialization
-
Blueprint now fails if the plan includes dangling references
-
Made changes to how role switching works in Blueprint. This is buggy and needs significant changes.
Full Changelog: v0.2.0...v0.3.0
v0.2.0
Changelog
- Overhauled how grants are serialized
- Added ResourceName for consistent name comparisons
- Add Run Mode, Allowed Resources configs on blueprint
v0.1.6
Bugfixes