Skip to content

v0.1.0

Choose a tag to compare

@cmgrote cmgrote released this 04 Jan 15:28

πŸŽ‰ New features

⛑️ Breaking changes

  • Flattens Entity and Asset β€” now all operations return Assets directly (anywhere you previously used Entity or EntityMutationResponse now needs to be replaced with their Asset-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 -> Asset flattening, you no longer need to cast objects to retrieve things like qualifiedName, name, certificateStatus, and so on
  • Enumerates all error messages with a unique code, and simplifies exception creation (default status code per exception)