Skip to content

Gladier v0.9.0

Choose a tag to compare

@NickolausDS NickolausDS released this 22 Aug 19:43
· 100 commits to main since this release
db12fa2

0.9.0 (2023-08-22)

See the Migration Guide for
upgrading. Note this mainly involves changing the names of funcx_endpoint_compute and funcx_functions to
compute_functions and compute_endpoint respectively.

⚠ BREAKING CHANGES

  • Changed convention funcx_endpoint_compute to compute_endpoint
  • Changed Gladier Tools funcx_functions to compute_functions
  • Remove Globus-Automate-Client dependency
  • Remove subscription id
  • Raise exception for legacy funcx function modifiers pre-v0.9.0
  • Detect and auto-update old funcx functions

Features

  • Add auto migration for older configs (d51b95e)
  • Add better support for flow schemas. (b3ab831)
  • Add built-in support for confidential clients (cdeb6c6)
  • Add Globus Search action providers to state api (8dfd891)
  • Relpace funcx with the new globus compute sdk package (6257742)
  • Switch to production Action Provider (8e40235)

Bug Fixes