Skip to content

Releases: gisaia/ARLAS-server

v11.6.0

17 Sep 08:45
Compare
Choose a tag to compare

v11.6.0 (2019-07-23)

Full Changelog

New stuff:

Miscellaneous:

  • Deprecate /write API #491 [API]
  • Bump Elasticsearch to 6.8.0 #467

v10.6.2

17 Sep 08:44
Compare
Choose a tag to compare

v10.6.2 (2019-07-19)

Full Changelog

New stuff:

  • _search : Allow geodistance sort along with 'after' parameter #481

Fixed bugs:

  • _search : Error 500 caused by applying a geosort along with a sort on id when returning _next link in search response #475
  • [tiled geosearch][tiled geoaggreagte] pwithin filter breaks due to shared borders with tiles #456
  • Taggable fields can contain duplicate tags #266

v10.6.1

17 Sep 08:39
Compare
Choose a tag to compare

v10.6.1 (2019-05-17)

Full Changelog

New stuff:

  • Add a new configuration variable to configure the base uri of the server #451
  • _search : Add link.next when search request is sorted by collectionReference.idPath #436

Fixed bugs:

  • DOC: Fix link to inspire configuration in arlas-inspire.md #442 [documentation]
  • _search : handle the case of descending 'sort' with 'after' #440
  • _search: search after a date not formatted as timestamp throws a parse exception #439
  • _search : configure the address of ARLAS-server in link "next&self" #437
  • _search : link to the last page throws ArrayIndexOutOfBoundsException #435

Miscellaneous:

  • Deprecate [arlas-ogc.serverUrl] configuration variable #454 [conf]
  • Deprecate [opensearch.url-template-prefix] configuration variable #453 [conf]
  • _tag: In logstash (/elasticsearch?), taggable field path should not contain tags #448 [documentation]
  • _tag : Taggable fields have to be initialized with null value at indexation #447 [documentation]

v10.6.0

02 Apr 09:31
Compare
Choose a tag to compare

v10.6.0 (2019-03-29)

Full Changelog

Breaking changes:

  • make Explore API request & response models definitions in snake_case #432 [API]
  • Refactor Size and Sort classes: both are combined into Page class #405 [API]
  • Remove ARLAS_ELASTIC_HOST and ARLAS_ELASTIC_PORT from configuration. #254 [conf]

New stuff:

  • Aggregations : Extend fetch_geometry option to all types of aggregations #417 [API]
  • Check validity of WKT passed to geographic filters (gintersect, gwithin, notgintersect, notgwithin) #407
  • Add _link object to specify next page for search end point #403 [API]
  • extend the flat option to Aggregate REST service #397 [API]
  • Add a the possibility to fetch an attribute (first, last, default, ...) in aggregation responses #391 [API]
  • Add dateformat option in [range, lt, gt, lte, gte] queries for date fields #389 [API]
  • extend the flat option to Search and Raw REST services #388 [API]
  • Add md in \_geosearch response #387
  • Implement search_after query parameter in search request. #289 [API]
  • Add search after param #402 [API] (mbarbet)

Fixed bugs:

  • Python client of ARLAS-api returns incorrect geometries #429 [API]
  • Release script fails to clean root-owned previously generated files #421
  • Release process breaks on root-generated file #412
  • Fix false-positive geohashes returned in \_geoaggregate/{geohash} service #395
  • Aggregation and Search responses are snake_case while it's camelCase in typescript generated api #381 [API]
  • Fix Atom search tests when content type is application/atom+xml #394 (MohamedHamouGisaia)

Miscellaneous:

  • Fix warnings logs arlas server startup #419
  • arlas-api-tutorial : Aggregation examples are not updated to the latest versions of arlas-api #385 [documentation]
  • Update arlas-api-tutorial : Elasticsearch 6.x no longer supports enabling [_all] for mapping #384 [documentation]
  • Bump Elasticsearch dependency to 6.5 #383
  • Use configurable character for replacing the dot within the field path #305

v9.6.2

01 Mar 13:16
Compare
Choose a tag to compare

v9.6.2 (2019-03-01)

New stuff:

  • Add validity check of WKT that is passed to geographic filters (gintersect, gwithin, notgintersect, notgwithin) #407
    • Check that the geometry is valid,
    • Check that the coordinates respects the EPSG:4326 values

v8.6.2

01 Mar 13:15
Compare
Choose a tag to compare

v8.6.2 (2019-03-01)

New stuff:

  • Add validity check of WKT that is passed to geographic filters (gintersect, gwithin, notgintersect, notgwithin) #407
    • Check that the geometry is valid,
    • Check that the coordinates respects the EPSG:4326 values

v9.6.1

17 Dec 06:53
Compare
Choose a tag to compare

Full Changelog

Fixed bugs:

  • Exclude geometry in Geosearch : handle geometry paths that don't contain '.' #377
  • Initialize InspireConfiguration when it is not initialized in yaml conf #376

Miscellaneous:

  • INFO Logs at startup as well as Admin REST API displays the list of ES nodes #378
  • Remove Strings.isNullOrEmpty from logic tier #370

v9.6.0

27 Nov 10:26
Compare
Choose a tag to compare

v9.6.0 (2018-11-26)

Full Changelog

New stuff:

  • Support multi-polygon for WFS #364 [OGC]
  • Collection : Add the possibility to define a filter in collection declaration #363 [API]
  • Make WFS and CSW Inspire compliant #356 [API] [OGC]
  • Add a filter in Collection param #366 [API] (mbarbet)
  • Support multipolygon, multipoint, multilinestring in WFS result #365 [OGC] (mbarbet)

Miscellaneous:

v8.6.1

04 Nov 18:26
Compare
Choose a tag to compare

v8.6.1 (2018-10-31)

Full Changelog

Fixed bugs:

  • Geosearch : Check if geometry exists before removing it from properties of geojson #361
  • filter Q doesn't support field values containing ":" #359

v8.6.0

16 Oct 18:21
Compare
Choose a tag to compare

v8.6.0 (2018-10-16)

Full Changelog

Breaking changes:

  • Modify _geoaggregates' geometry fetching strategy #346 [API]

New stuff:

  • Remove duplicate geo in geojson #333
  • Crop 256x256 on raster tiles #343

Fixed bugs:

  • GeoSearch : remove the duplicated geometry in the geojson properties #103
  • Geo query not work with bbox on Bering Detroit #347
  • Some of Aggregation model attributes are not checked for validity when using POST for _aggregate #341
  • Fix shape orientation Bbox #348

Miscellaneous: