Skip to content

What's New in Version 2025.3.25-94a100b-1

  • The 'warehouse' and 'compute_pool' arguments are no longer supported in app.deactivate(). The available options are:
    • 'all': Drops the app warehouse, compute pools, and RAI service.
    • 'service': Drops the RAI service and suspends the app warehouse and compute pools.
    • NULL (default): Suspends the app warehouse, compute pools, and RAI service.
  • The app.finalize_upgrade() procedure is deprecated. Prior to this release, manual upgrades were required to call this procedure in order to complete the upgrade process. Going forward, its functionality is now handled automatically by app.upgrade(). To preserve compatibility, finalize_upgrade() is now a no-op and returns a deprecation warning.