Releases: tethysplatform/tethys
Releases · tethysplatform/tethys
Security Hotfixes
- Remove caching on pages that have forms containing sensitive information (passwords)
- Disables autocomplete on all password fields
- Prevents directory enumeration due to 403 response codes
Hotfix 3.0.1
- Contains patch for scaffold command
- Fixes issue with scaffolding extensions
Tethys Platform 3.0
Release Notes:
- Django 2.2
- Python 3 Only
- Conda Packaged
- Upgraded JQuery and Bootstrap
- Django Channels
- Bokeh Integration
- URL Maps API Documentation
- Analytics Support via Django Analytical
- Tethys Quotas
- Workspace Storage Management Pages for Users and Apps
- Portal configuration file (portal_config.yml)
- Tethys db command
- Tethys docker command updated to use latest version of Docker Python API
- Tethys services and link commands extend to support all types of Tethys services
- Overhauled Command Line Interface documenation
- Automatic Application Installation via install.yml
- Install app dependencies via conda with install.yml
- New app installation approach
- Dask Job Type
- Added features to the MapView Gizmo
- JobsTable Gizmo
- Open Portal Mode
- Updated PostGIS Docker image that is installed by tethys docker command
- THREDDS integrated as a Tethys Service
- Official Tethys Docker image
- App icons can be overriden by admins in portal settings
For more information see What's New Article
Update Documentation for Social Auth
Pin Django Gaurdian Version
Fix for #480
Overview Map
Adds OverviewMap control to Tethys Map View
Adds set
tag to tethys_gizmos custom tags.
Release 2.1.3
Pin Postgresql dependency to ensure stable environment.
Release 2.1.2
Remove postgis dependency from environment.yml.
The postgis dependency is too restrictive and causes gdal installations to break.
Release 2.1.1 - Bug fixes for Docker API and TETHYS_SRC
This patch makes the following fixes:
tethys docker
CLI API was refactored to work with the latest version ofdocker-py
- upgrade of the
docker-py
version allows the Tethys environment to resolve to Python version 3.6 - fixes to the activate and deactivate script to add the TETHYS_SRC variable to the environment when it is activated
2.1.0
- Python 3 Officially Supported
- Python 2 Support Deprecated
- 100% Unit Test Coverage
- Tethys Extensions
- Many more basemaps on MapView
- Control version of OpenLayers used by MapView
- Class-based controller support
- Partial install options in install script for Linux and Mac
- New commands to automate tethys services and app settings
- Dockerfile
- API Tokens for Users
- Documentation for SSL use in production
- Bug fixes