Skip to content

Releases: IN-CORE/incore-services

Release 1.26.1

12 Apr 14:41
78afbd6
Compare
Choose a tag to compare

Fixed

  • Hazard dataset user quota to check type name after the namespace when determining if a dataset is a hazard dataset #289

Release 1.26.0

27 Mar 20:42
27e58bf
Compare
Choose a tag to compare

Changed

  • Join Shapefile to upload GeoPackage to GeoServer instead of Shapefile #283

Release 1.25.0

22 Feb 20:38
fa39e28
Compare
Choose a tag to compare

Changed

  • Join between CSV table and shapefile has been updated based on Geotools update #272

Added

  • Add retrofit information to the mapping set class #252

Fixed

  • Fix broken Semantics Type embedded in data viewer #273

Release 1.24.0

07 Feb 21:09
42e05b0
Compare
Choose a tag to compare

Added

  • Renaming option for uploading geoserver layers #259
  • GeoPackage handling in services #205
  • Raster GeoPackage checker for not supporting it #258
  • hazardDatasets field to TornadoDataset, TornadoModel and EarthquakeModel class #213

Changed

  • Use Java models to represent semantics #239
  • Sort Semantic Definition Alphabetically #238

Fixed

  • Fix Semantic search endpoint return format #267

Release 1.23.0

13 Dec 19:41
847d05d
Compare
Choose a tag to compare

Changed

  • Rewrite Allocation and Usage endpoints to leverage Java model and Jackson #220

Release 1.22.0

08 Nov 16:16
b1f1c5a
Compare
Choose a tag to compare

Fixed

  • Semantic services types endpoint missing access control #234

Release 1.21.0

11 Oct 14:48
0f76fa0
Compare
Choose a tag to compare

Added

  • Add template dataset generation (CSV and Shapefile) API to semantics-service #214
  • Owner item added to the dataset, hazard, and dfr3 object #92
  • Attenuation model Sadigh et al. 1997 #208
  • Include incore lab quota to the allocation endpoints #217
  • Allow semantics id to be added to space member #229

Changed

  • Geoserver connection library has been removed and new connection object has been added #190
  • Semantics should display description instead of title #206

Fixed

  • Semantic services endpoint returns correct ID #227

Release 1.20.0

16 Aug 21:30
9f3a710
Compare
Choose a tag to compare

Added

  • Endpoints to return allowed demand types and units #155
  • Refactor POST /types API #159
  • Refactor GET /types endpoint #156
  • Refactor DELETE /types/{id} endpoint #160
  • Added filtering by space in GET /types endpoint 191
  • Added limiting and offset for GET /types/search endpoint and to GET /types endpoint #195

Changed

  • Refactor AllocationsController and UsageController to use updated authorizer #143
  • Upgraded project and space-service dependencies: Jersey 3.1.2 and swagger 2.1.12 for OpenAPI 3 #152
  • Upgraded project and semantics-service dependencies: Jersey 3.1.2 and swagger 2.1.12 for OpenAPI 3 #167
  • Upgraded project and hazard-service dependencies: Jersey 3.1.2 and swagger 2.1.12 for OpenAPI 3 #163
  • Upgraded project and data-service dependencies: Jersey 3.1.2 and swagger 2.1.12 for OpenAPI 3 #165
  • Refactor DAO for Semantics service #151
  • Removed jetty-runner 9 and replaced with Jetty 11 docker image #174
  • Upgraded geotools to version 29.0 and refactored codes #186
  • Removed maestro service from the incore services repository #145

Fixed

  • Missing log4j.properties file required to configure logging #148
  • Changed the endpoint /types/{name} response to Document #193

Release 1.14.0

14 Jun 17:36
c125510
Compare
Choose a tag to compare

Added

  • Query parameters for sorting by given field in ascending and descending order #111
  • Get user group function to read and parse user groups from headers #120

Changed

  • Remove LdapClient and refactor the Authorizer class along with its interface to take in userGroups parameter and modify internal calls too #118
  • Add userGroups parameter in Semantics Controller #124
  • Add userGroups parameter in Space Controller #123
  • Add userGroups parameter in DFR3 Controller #122
  • Add userGroups parameter in Data Controller #121
  • Add userGroups parameter in Hazard Controller #119

Release 1.13.1

15 Mar 21:48
ab5b0bf
Compare
Choose a tag to compare

Fixed

  • Earthquake hazard raster didn't handle values below the threshold that were set to null#108