Releases: gisaia/ARLAS-server
Releases · gisaia/ARLAS-server
v11.6.0
v10.6.2
v10.6.1
v10.6.1 (2019-05-17)
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
v10.6.0 (2019-03-29)
Breaking changes:
- make Explore API request & response models definitions in snake_case #432 [API]
- Refactor
Size
andSort
classes: both are combined intoPage
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
v8.6.2
v9.6.1
v9.6.0
v9.6.0 (2018-11-26)
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:
- Document the CSW and WFS endpoints #295 [documentation]
- Support TimeFilter on WFS #192 [OGC]
v8.6.1
v8.6.0
v8.6.0 (2018-10-16)
Breaking changes:
New stuff:
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:
- API Documentation points on github instead of gitlab. #353 [documentation]
- Typo error in collection model doc #345 [documentation]