v0.1.0
π New features
- Adds Snowflake Miner package
- Adds enumerations (options) for custom metadata
- Adds the purge deletion type, which can be applied to both active and archived assets
- Adds helpers to re-run existing workflows
- Adds latest model revisions, including usage / popularity metadata
βοΈ Breaking changes
- Flattens
EntityandAssetβ now all operations returnAssets directly (anywhere you previously usedEntityorEntityMutationResponsenow needs to be replaced with theirAsset-equivalent) - Caches now throw exceptions (
NotFoundException) when lookups fail, rather than simply returning null
(Note: we're reserving the right to make breaking changes to the SDK prior to a 1.0.0 release, without incrementing the major version. Once we hit 1.0.0, we'll adhere to https://semver.org)
π Bug fixes
- Corrects include/exclude filters for crawlers
π₯ QOL improvements
- With the
Entity->Assetflattening, you no longer need to cast objects to retrieve things likequalifiedName,name,certificateStatus, and so on - Enumerates all error messages with a unique code, and simplifies exception creation (default status code per exception)