From c20d375e8df021a551d598c2439e751e9b25c077 Mon Sep 17 00:00:00 2001 From: Isaac Brodsky Date: Fri, 24 Jan 2025 11:26:36 -0800 Subject: [PATCH] changelog v1.13.0 (#348) * changelog v1.13.0 * change per review * Update docs/python-sdk/changelog.md Co-authored-by: Joris Van den Bossche --------- Co-authored-by: Joris Van den Bossche --- docs/python-sdk/changelog.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/docs/python-sdk/changelog.md b/docs/python-sdk/changelog.md index c62ee8f7..3a995af7 100644 --- a/docs/python-sdk/changelog.md +++ b/docs/python-sdk/changelog.md @@ -7,6 +7,28 @@ sidebar_position: 8 # Changelog +## v1.13.0 (2025-01-22) + +- Fixed shared UDFs not respecting the Cache Enabled setting. +- Added a cache TTL (time-to-live) setting when running a UDF via a shared token endpoint. +- Tags you or your team have already used will be suggested when editing a UDF's tags. +- Team UDFs will be shown as read-only in Workbench, similar to Public UDFs. +- File Explorer shows deletion in progress. +- File Explorer can accept more S3 URLs, and uses `/mount/` instead of `/mnt/cache`. +- UDF Builder will no longer select a UDF when clicking to hide it. +- Fixed how Push to Github chooses the directory within a repository to push to. +- Fixed the browser location bar in Workbench updating on a delay. +- Fixed writing Shapefile or GPKG files to S3. +- (Beta) New [fusedio/apps](https://github.com/fusedio/apps) repository for public Fused Apps. +- Navigating to Team UDFs or Saved UDFs in the UDF Catalog will now prompt for login. +- Fixed the "Select..." environment button in Workbench settings. +- UDF Builder will no longer replace all unaccepted characters with `_` (underscore). +- Fixed loading team UDFs when running a UDF with a shared token. +- Batch jobs that use `print` will now have that output appear in the job logs. +- Apps in the shared token list show an app icon. +- Removed some deprecated batch job options. +- Installed `vega-datasets` package. + ## v1.12.0 (2025-01-10) - (Beta) Added an App catalog in Workbench, and a new type of URL for sharing apps.