What's New
Last Updated: November 2024
Refer to this article for information about each new release of Tethys Platform.
Release 4.3
Major Features
Django 4/5 Support
Tethys Platform 4.3 is compatible with Django versions 3.2 - 5.x. It is now recommended to explicitly specify the version of Django that you want when you create your tethys environment.
See: Getting Started
New Logo
The new logo design that is on the Tethys Platform website is now in the default configuration of the Tethys Portal.
Single App Mode
Tethys can now be used to deploy just a single app by setting the new MULTIPLE_APP_MODE setting to False.
See: TETHYS_PORTAL_CONFIG
Paths API
The new Paths API replaces the Workspaces API (which will still be supported until version 5.0) and provides access to the new Media directories and the App Resources directory. It also makes better use of the Python pathlib library.
See: Paths API
Async Support for the Jobs Table Gizmo
Jobs Table actions callbacks are now asynchronous enabling them to run without blocking the webserver. Custom actions can also be async.
See: Jobs Table
For a full list of changes in version 4.3 refer to https://github.com/tethysplatform/tethys/releases/tag/4.3.0