Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
32 changes: 32 additions & 0 deletions docs/source/release_notes.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,38 @@
Release Notes
=======================================

-------------------------------------------------------------
3.1.4
-------------------------------------------------------------
| January 22, 2024
| Minor feature additions and bug fixes.


Added
^^^^^^^^^^^^
* Log rotation for MAAP API: https://github.com/MAAP-Project/Community/issues/887
* Added dps-job-management shared workspace to track job status: https://github.com/MAAP-Project/Community/issues/754
* Added new packages to workspaces: https://github.com/MAAP-Project/Community/issues/729, https://github.com/MAAP-Project/Community/issues/743, https://github.com/MAAP-Project/Community/issues/742
* Submit Job button disables after submit to prevent users double submitting jobs: https://github.com/MAAP-Project/Community/issues/663

Fixed
^^^^^^^^^^^^
* Resolved UWG-reported workspace sluggishness: https://github.com/MAAP-Project/Community/issues/877, https://github.com/MAAP-Project/Community/issues/807
* Resolved libarchive error: https://github.com/MAAP-Project/Community/issues/860
* Resolved maap-py package dependency issues: https://github.com/MAAP-Project/Community/issues/885
* Fixed bug where username was not attached to job unless you opened the View Jobs tab before submitting: https://github.com/MAAP-Project/Community/issues/866

Changed
^^^^^^^^^^^^
* Set conda-forge as default channel: https://github.com/MAAP-Project/Community/issues/862
* Changed MAAP API flask service to gunicorn: https://github.com/MAAP-Project/Community/issues/886
* Cleaned up obsolete token code in maap-py: https://github.com/MAAP-Project/Community/issues/868
* Switch to libmamba solver: https://github.com/MAAP-Project/Community/issues/731
* STAC ipyleaflet bumped to v0.3.6 in Pangeo: https://github.com/MAAP-Project/Community/issues/890
* Updated MAAP API CMR data endpoint to better handler error responses: https://github.com/MAAP-Project/Community/issues/888
* Updated interface to maap-py granule.getDownloadUrl() to return http url: https://github.com/MAAP-Project/Community/issues/848


-------------------------------------------------------------
3.1.3
-------------------------------------------------------------
Expand Down