Skip to content

v1.10.2

Compare
Choose a tag to compare
@cmgrote cmgrote released this 30 Jan 15:32

πŸŽ‰ New features

  • Adds relationship append and removal support as part of saving assets (in bulk)
  • Package toolkit
    • (Experimental) Upgrades Numaflow dependencies and pipeline pattern based on back-end updates

🐞 Bug fixes

  • Fixes stopping of running workflows
  • Fixes event pipeline samples based on underlying Numaflow upgrades
  • Package toolkit
    • Fixes default numeric value retrieval from configurations
    • Fixes asset link generation when running within a tenant
    • Fixes logging setup for pipeline samples to ensure debug log is properly retrievable

πŸ₯— QOL improvements

  • Adds configurable option to caches to selectively prevent them from auto-refreshing
  • Adds option to create multiple typedefs at the same time via typedefs endpoint

πŸ“¦ Packages

  • Adds email delivery option for basic asset export package
  • Fixes bug in enrichment migrator package that would have prevented it from ever working due to an invalid filename internally
  • Fixes a left-over TODO in adoption exporter package that would prevent the package from running under certain conditions

βš™οΈ Background changes

  • Fixes for integration tests related to parallel testing
  • Refactors caches to reuse code and improve maintainability
  • Adds constraints on transitive dependencies to limit exposure to older libraries being bundled
  • Reflection optimizations