Releases: hydroserver2/hydroserver
Releases · hydroserver2/hydroserver
v0.7.6
v0.7.5
v0.7.4
v0.7.3
v0.7.2
v0.7.1
v0.7.0
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
v0.6.0
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
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.