Skip to content

Latest commit

 

History

History
134 lines (110 loc) · 6.05 KB

CHANGELOG.md

File metadata and controls

134 lines (110 loc) · 6.05 KB

Change Log

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

3.4.0 - 2021-10-17

Fixed

  • Fix bug where cached bins were not being queried properly on nested datapoints.

3.3.0 - 2021-08-30

Changed

  • Update ST_AsGeoJSON to make it work with PostGIS 3 PR#17

Fixed

  • When a sensor is deleted, any cached bins will also be deleted for that sensor GEOD-1314
  • Docker build by using a local version of sbt instead of installing a remote deb package (which is not available anymore).

3.2.0 - 2021-06-01

Added

  • Support for nested parameters in cached trends endpoints GEOD-1356

Changed

3.1.0 - 2020-12-14

Added

  • Swagger docs GEOD-1319
  • Support for nested parameters in trends regions (for example when storing zooplankton for GLM) PR#4

Changed

  • Updated parameters.name, parameters.title, regions.title, and events.attributes column types. GEOD-1361

[3.0.2] - 2020-08-27

Fixed

  • Fix permission issue on the docker entrypoint GEOD-1348

[3.0.1] - 2020-08-27

Fixed

  • Improved speed of query for GET /api/trends/region/:attribute. GEOD-1343

[3.0.0] - 2020-02-27

Warning: Requires Postgres schema update. See geostreams.sql.

Fixed

  • Improved datapoints downloading speed by adding a Postgres view.

[3.0.0-beta.5] - 2019-05-16

Added

  • Event bus, record download actions GEOD-1009
  • Authentication for downloads GEOD-1003
  • Unit tests for sensors GEOD-1017
  • Adding Banner GEOD-1059
  • Add sensor id to download URL. Adding support for download button in detail page GEOD-1101
  • Save trends region to DB GEOD-1087
  • Added parameter controller, model, sql creation script, postgres scripts for creating, updating, deleting and getting parameters. GEOD-895
  • Add endpoint to delete a set of streams GEOD-1057
  • Storing bins in SQL tables for year, season, month, day, hour GEOD_1082 GEOD-1133
  • Implementing trends by station per season using a source. GEOD-1134
  • Added endpoint for analysis trends GEOD-1062
  • Implemented counts endpoint for sensors, streams, datapoints and bins GEOD-1154
  • Added logs for start and end time in binning endpoints GEOD-1162

Changed

  • Changed header and email title
  • Changed most controllers from cookie authenticator to BearerToken authenticator. HomeController still uses Cookie authenticator GEOD-1066
  • Replace count in SQL GEOD-1108
  • Changed binning methods to be compatible with the front-end GEOD-1118
  • Move binning by season creation to a separate endpoint GEOD-1153
  • Changed Binning for stacked bar data, implemented only on season bins GEOD-1155

Fixed

  • Out of memory error when user requests large downloads GEOD-1015
  • Fixed bug for deleting parameters GEOD-1177

3.0.0-alpha.1 - 11-27-2017

Added

Changed

  • POST sensor just returns id of created sensor instead of full sensor object. Query to get sensor is expensive since it calculates min / max time dynamically.
  • Rename controller methods for consistency GEOD-958
  • Remove four controllers and routes that were not yet implemented GEOD-1309