Skip to content

v1.3.1

Compare
Choose a tag to compare
@cmgrote cmgrote released this 26 Sep 13:11

⛑️ Deprecations

  • Deprecates the LineageRequest-based lineage operations.
    • The methods are still there, only marked deprecated, to avoid any existing code compilation breakages.
    • However, be advised that any code that still relies on these deprecated methods may no longer work in the near future (or indeed already).
    • Instead, use the LineageListRequest-based lineage operations, which offer equivalent functionality with improved performance.

🐞 Bug fixes

  • Adds an API token check as part of cache refreshes. Previously an expired or otherwise no-longer-valid API token would silently create empty caches, causing knock-on effects related to things like Atlan tags and custom metadata not being found. Now such tokens will be immediately identified and raised during the cache refresh process rather than silently failing.
  • Fixes deserialization of string-encoded primitives in JSON response payloads.

🥗 QOL improvements

  • Enumerates the out-of-the-box Atlan packages, for use in searching for workflows to rerun using WorkflowSearchRequest.findByType()