Skip to content

Releases: hydroserver2/hydroserver

v0.7.6

25 Apr 00:04
Compare
Choose a tag to compare
v0.7.6 Pre-release
Pre-release

Fixed SensorThings 404 issue.

v0.7.5

24 Apr 23:14
Compare
Choose a tag to compare
v0.7.5 Pre-release
Pre-release

Testing updated photo storage backend and visualization app.

v0.7.4

17 Apr 21:10
Compare
Choose a tag to compare
v0.7.4 Pre-release
Pre-release

Testing updated query methods for API Keys.

v0.7.3

08 Apr 17:38
Compare
Choose a tag to compare
v0.7.3 Pre-release
Pre-release

What's Changed

Updating beta version of Time Series Analyst

v0.7.2

02 Apr 21:50
193ed00
Compare
Choose a tag to compare
v0.7.2 Pre-release
Pre-release

Updating beta version of Time Series Analyst

v0.7.1

28 Mar 19:30
193ed00
Compare
Choose a tag to compare
v0.7.1 Pre-release
Pre-release

What's Changed

  • Releasing beta version of Time Series Analyst

v0.7.0

20 Mar 23:08
193ed00
Compare
Choose a tag to compare

What's Changed

This release corresponds to Milestone v0.7.0.

  • #8 - Added API endpoint allowing CSV data upload.
  • #113 - Added lastUpdated field to SensorThings API properties.
  • #133 - Fixed issue with Site tags not needing to be unique.
  • #135 - Fixed website footer spacing on mobile.
  • #137 - Changed location of data disclaimer to be more visible.
  • #141 - Made links in Site tags clickable.
  • #142 - Updated page user sees when accessing private site they don't own.
  • #144 - Fixed issue where static files would not be copied to S3 bucket for AWS deployments.
  • #145 - Fixed issue where select parameter nested in an expand parameter in SensorThings was not working correctly.
  • #146 - Added Django test coverage check to GitHub workflow.
  • #152 - Fixed issue with datastream names and descriptions not updating through the API.
  • #153 - Fixed several errors related to Google Maps.
  • #156 - Fixed issue that caused organization filter to not clear properly.

v0.6.4

28 Feb 20:59
6aff37c
Compare
Choose a tag to compare

What's Changed

Minor updates to Django settings to correctly handle headers, cookies, and static files for AWS deployments.

v0.6.0

21 Feb 23:42
Compare
Choose a tag to compare

What's Changed

This release corresponds to Milestone v0.6.0.

  • #42 - Added Docker configuration for local HydroServer developement.
  • #109 - Added organizationName field to SensorThings Thing contactPeople block.
  • #112 - Updated Datastream naming convention to be human-readable.
  • #115 - Added development setup instructions to HydroServer docs.
  • #117 - Added new website loading animation.
  • #118 - Updated browse page filters to be more mobile friendly.
  • #119 - Made deployment configurations persistent.
  • #120 - Added frontend precommit checks.
  • #121 - Updated repositories to better follow GitHub Flow CI/CD workflow.
  • #122 - Added frontend code coverage check.
  • #123 - Reordered Observation table primary key index to improve query performance.
  • #124 - Removed SensorThings count query if not requested by the user.
  • #125 - Added more vertical spacing to the map on the My Sites page.
  • #126 - Added loading component to several pages that didn't have one.
  • #127 - Improved country filtering on the Edit Site form.
  • #128 - Fixed GitHub link behavior on the frontend.
  • #129 - Updated Browse page navigation drawer to be easier to use on both desktop and mobile.
  • #130 - Updated the filter tool on the My Sites page to be more intuitive to use.
  • #131 - Added warning dialog when removing organizations.
  • #132 - Fixed data visualization plot shading to be more consistent.

v0.5.0

25 Jan 18:18
8ceff42
Compare
Choose a tag to compare

Release v0.5.0 Details

This release corresponds to Milestone v0.5.0.

  • #101 - Added default map location and zoom configuration.
  • #111 - Added country field to location table.
  • #114 - Fixed Google Maps markers info pop up.
  • #105 - SensorThings expand parameter.
  • #103 - Fixed access controls for SensorThings endpoints.
  • #107 - Optimized Vite dependencies.
  • #70 - Made public datastream metadata accessible.
  • #86 - Ownership filters for sites, datastreams, and metadata.
  • #102 - Updated terminology documentation.
  • #3 - Updated 'Getting Started' page.
  • #65 - Google Maps icon grouping.
  • #87 - Advanced Thing grouping.
  • #27 - SensorThings properties, values, and navigation links.
  • #96 - Updated database field aliases.
  • #26 - SensorThings select query parameter.
  • #6 - Updated terms of use and privacy statements.
  • #98 - Timeseries plot data gaps.
  • #99 - Made noDataValue required.
  • #68 - Hide noDataVaues on timeseries plots.
  • #95 - Frontend cleanup
  • #94 - Improved frontend notification system.
  • #93 - Update data source table on search bar input.
  • #92 - Added delete data source endpoint.
  • #71 - Decoupled API and Pinia stores.
  • #89 - Refetch data source on page reload.
  • #33 - Cache invalidation.