@@ -10,8 +10,8 @@ sidebar_position: 8
10
10
## v1.13.0 (2025-01-22)
11
11
12
12
- Fixed shared UDFs not respecting the Cache Enabled setting.
13
- - Added a cache TTL setting when running a UDF via a shared token endpoint.
14
- - When editing a UDF's tags, tags you have already used or your team has used will be suggested .
13
+ - Added a cache TTL (time-to-live) setting when running a UDF via a shared token endpoint.
14
+ - Tags you or your team have already used will be suggested when editing a UDF's tags .
15
15
- Team UDFs will be shown as read-only in Workbench, similar to Public UDFs.
16
16
- File Explorer shows deletion in progress.
17
17
- File Explorer can accept more S3 URLs, and uses ` /mount/ ` instead of ` /mnt/cache ` .
@@ -20,10 +20,10 @@ sidebar_position: 8
20
20
- Fixed the browser location bar in Workbench updating on a delay.
21
21
- Fixed writing Shapefile or GPKG files to S3.
22
22
- (Beta) New [ fusedio/apps] ( https://github.com/fusedio/apps ) repository for public Fused Apps.
23
- - Navigating to Team UDFs in the UDF Catalog will now prompt for login.
23
+ - Navigating to Team UDFs or Saved UDFs in the UDF Catalog will now prompt for login.
24
24
- Fixed the "Select..." environment button in Workbench settings.
25
25
- UDF Builder will no longer replace all unaccepted characters with ` _ ` (underscore).
26
- - Fixed reading team UDFs when running a UDF with a shared token.
26
+ - Fixed loading team UDFs when running a UDF with a shared token.
27
27
- Batch jobs that use ` print ` will now have that output appear in the job logs.
28
28
- Apps in the shared token list show an app icon.
29
29
- Removed some deprecated batch job options.
0 commit comments