Skip to content

Commit

Permalink
changelog v1.13.0 (#348)
Browse files Browse the repository at this point in the history
* changelog v1.13.0

* change per review

* Update docs/python-sdk/changelog.md

Co-authored-by: Joris Van den Bossche <jorisvandenbossche@gmail.com>

---------

Co-authored-by: Joris Van den Bossche <jorisvandenbossche@gmail.com>
  • Loading branch information
isaacbrodsky and jorisvandenbossche authored Jan 24, 2025
1 parent ca5abde commit c20d375
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions docs/python-sdk/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit c20d375

Please sign in to comment.