Skip to content

Releases: tethysplatform/tethys

Security Hotfixes

10 Apr 20:00
Compare
Choose a tag to compare
  • 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

20 Mar 20:16
Compare
Choose a tag to compare
  • Contains patch for scaffold command
  • Fixes issue with scaffolding extensions

Tethys Platform 3.0

08 Feb 00:13
Compare
Choose a tag to compare

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

04 Oct 22:18
Compare
Choose a tag to compare

Pin Django Gaurdian Version

24 Sep 19:11
Compare
Choose a tag to compare

Overview Map

22 Jul 21:29
Compare
Choose a tag to compare

Adds OverviewMap control to Tethys Map View
Adds set tag to tethys_gizmos custom tags.

Release 2.1.3

24 Jun 18:10
Compare
Choose a tag to compare

Pin Postgresql dependency to ensure stable environment.

Release 2.1.2

07 May 21:15
Compare
Choose a tag to compare

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

22 Feb 20:27
Compare
Choose a tag to compare

This patch makes the following fixes:

  • tethys docker CLI API was refactored to work with the latest version of docker-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

03 Jan 20:51
Compare
Choose a tag to compare
  • 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