Skip to content

Latest commit

 

History

History
1191 lines (686 loc) · 66.9 KB

CHANGELOG.md

File metadata and controls

1191 lines (686 loc) · 66.9 KB

Change Log

v26.0.7 (2025-01-08)

Full Changelog

New stuff:

  • Allow Geotile/Gohash/Geohex aggregation on geo-shape fields #969 [API]

v26.0.6 (2024-11-25)

Full Changelog

v26.0.4 (2024-11-22)

Full Changelog

v26.0.3 (2024-10-24)

Full Changelog

New stuff:

  • IAM: index_path of a collection should be prefixed by the organisation name of the user at creation/edition #985
  • add delete verb for aproc/jobs in datasets and downloader roles #981
  • Add a new endpoint to patch the display_name of a given collection #978 [API]
  • Remove the node "organisations" in PATCH organisation endpoint #977 [API]

v26.0.1 (2024-08-30)

Full Changelog

v26.0.1-rc.1 (2024-08-23)

Full Changelog

v26.0.0 (2024-08-21)

Full Changelog

v25.1.0 (2024-07-04)

Full Changelog

New stuff:

  • Extend applying geobbox and geocentroid metrics to geo-shape fields #967 [API]

Fixed bugs:

  • Apply an OR operation between different Partition filters. #964
  • BBOX with e-notation is misinterpreted as a WKT #915

Miscellaneous:

v25.0.0 (2024-05-15)

Full Changelog

v25.0.0-rc.2 (2024-05-05)

Full Changelog

v25.0.0-rc.1 (2024-05-04)

Full Changelog

Miscellaneous:

  • Upgrade Dropwizard to version 4.x #884

v25.0.0-beta.6 (2024-03-29)

Full Changelog

v25.0.0-beta.5 (2024-03-29)

Full Changelog

Fixed bugs:

  • Released versions of ARLAS have their swagger file pointing 23.0.1 always #904
  • swagger2markdown documentation is generated in every sub-module of ARLAS-server #894 [documentation]

Miscellaneous:

  • Use an alternative to convertSwagger2markup for openapi spec (v3) #953

v25.0.0-beta.4 (2024-03-22)

Full Changelog

v25.0.0-beta.3 (2024-03-20)

Full Changelog

Miscellaneous:

  • Dependencies version updates #950
  • Upgrade JWT dependency version #830

v25.0.0-beta.2 (2024-03-11)

Full Changelog

v24.1.2 (2024-03-06)

Full Changelog

Miscellaneous:

  • API: Add a mean to update collection visibility to organisations and public visibility #937 [API]

v24.1.1 (2024-02-14)

Full Changelog

v24.1.0 (2023-12-11)

Full Changelog

v24.0.3 (2023-09-01)

Full Changelog

Fixed bugs:

  • Dates should be given in timestamp if dateformat is not specified #910

v24.0.2 (2023-06-22)

Full Changelog

Fixed bugs:

  • Paginating to previous pages throws an unhandled operation exception #900

v24.0.1 (2023-04-21)

Full Changelog

Miscellaneous:

  • [es] Migrate to new Java ES client #765

v24.0.0 (2023-04-19)

Full Changelog

New stuff:

  • Show only public collections to anonymous users #889

v23.0.9 (2023-02-10)

Full Changelog

New stuff:

  • Support multiple Partition filter #869
  • Filter collections on organisation name #864
  • Empty column filter should forbid all collections #860
  • [fetch_hits][raw_geometries] share the same top\_hits call #854
  • [fetch_hits][raw_geometries] make sort on chosen fields optional #853

v23.0.8-doc.2 (2022-12-22)

Full Changelog

v23.0.8-doc (2022-12-22)

Full Changelog

v23.0.8 (2022-12-22)

Full Changelog

v23.0.8-beta.1 (2022-11-28)

Full Changelog

v23.0.7 (2022-11-28)

Full Changelog

v22.0.2 (2022-11-17)

Full Changelog

v23.0.6 (2022-11-17)

Full Changelog

v23.0.5 (2022-11-16)

Full Changelog

Fixed bugs:

  • NPE on stac collection endpoint if no data in the collection #840

Miscellaneous:

v23.0.4 (2022-10-14)

Full Changelog

v23.0.3 (2022-10-11)

Full Changelog

v23.0.2 (2022-09-13)

Full Changelog

Fixed bugs:

  • Fix broken STAC /api endpoint #821
  • Upgrade maven plugins in java-client pom.xml #812

v23.0.0 (2022-07-08)

Full Changelog

Fixed bugs:

  • Use the base uri of the request if ARLAS_BASE_URI is not set #770

Miscellaneous:

  • Upgrade dependencies #809
  • Migrate to ES client 7.17 #804
  • add trivy action in github CI to detect CVEs #793
  • Handle polygons orientation on ARLAS-server side #778

v22.0.1 (2022-05-24)

Full Changelog

v22.0.0 (2022-05-23)

Full Changelog

v22.0.0-beta.4 (2022-05-11)

Full Changelog

v22.0.0-beta.3 (2022-05-10)

Full Changelog

v22.0.0-beta.2 (2022-05-06)

Full Changelog

v22.0.0-beta.1 (2022-05-06)

Full Changelog

New stuff:

  • Forbid access if no column filter is provided #782

Fixed bugs:

  • checkFields query param is ignored when PUTing a new collection #784
  • H3 aggregations with geometries as bbox returns invalid geojson #780

v21.0.0 (2022-04-05)

Full Changelog

New stuff:

  • Add the possibility to declare an alias (name) for the collection #764
  • Add a new query param that allows to choose orientation of passed WKT #760 [API]
  • Enhance shape export service with key,value label/field map collection #759
  • Add key,value map in collection definition to define human readable label for mapping field #758
  • Support multi-collection in partition-filter #749

Fixed bugs:

  • Documentation misuses the terms 'right' and 'left' for wkt orientation #761 [documentation]
  • \_search and \_geosearch don't return the same results when applying a before pagination #755
  • Doc for 'f' parameter is truncated #693 [documentation]
  • Boolean search: wrong exception saying that field must be numeric #380
  • Throw appropriate exception when applying filters on non-indexed fields #357

Miscellaneous:

  • Fix properly the warnings at Arlas-server startup #428

v20.7.0 (2022-01-07)

Full Changelog

New stuff:

  • Add a new parameter in putCollection that makes validation of geometrical-fields optional #748
  • Make referencing centroid_path and geometry_path mandatory again #747

Fixed bugs:

  • Column filter with multiple predicates is faulty #742
  • Tests fail #392

Miscellaneous:

  • Migrate to java 17 #707

v19.7.8 (2021-12-02)

Full Changelog

v19.7.7 (2021-10-20)

Full Changelog

Fixed bugs:

  • Export Shapefile on geohash aggregation fails #736

v19.7.6 (2021-10-08)

Full Changelog

Miscellaneous:

  • Update Elasticsearch to 7.14 #735

v19.7.5 (2021-10-05)

Full Changelog

v19.7.4 (2021-10-04)

Full Changelog

v19.7.3 (2021-10-01)

Full Changelog

v19.7.1 (2021-09-29)

Full Changelog

Fixed bugs:

  • Adding "distribution Management to java-client pom" command is not mac compatible #730
  • Building typescript client of api doesn't work #729
  • Check if collection path is not null #728

v19.7.0 (2021-09-27)

Full Changelog

v18.7.1 (2021-09-10)

Full Changelog

Breaking changes:

  • Remove ARLAS_OPENSEARCH_URL_TEMPLATE env variable #581 [conf]
  • Remove ARLAS_OGC_SERVER_URI env variable #580 [conf]

New stuff:

  • Collections Cache should be updated regularly in order to follow changes on indices #696
  • Incorrect error message on badly formatted ARLAS\_ELASTIC\_NODES #594 [conf]
  • H3 aggregation #713 (alainbodiguel)
  • H3 aggregation #711 (alainbodiguel)

Fixed bugs:

  • Applying a filter with Polygons that have multiple points on a node throw Exception #712
  • Public uri sends 403 if we provide an invalid token #710 [security]
  • Creation of a collection with typo in geometry_path properties key does not raise errors #681
  • OGC Spatial Filters (within, BBOX, ...) throws Invalid parameter exception for valid geomtry fields #582 [OGC]
  • Problem with "size" param support in geohash aggregation #42

Miscellaneous:

  • SWAGGER Documentation is not up to date #684 [documentation]
  • [Elasticsearch Java API] cobined datehistogram interval is deprecated #545 [API]
  • testGwithinFilter tests fails when bumping Elasticsearch to 6.6.1 #411
  • CI : Add an [ERROR] tag in CI when Disclaimer is missing #306

v18.7.0 (2021-07-07)

Full Changelog

v16.7.1 (2021-05-27)

Full Changelog

Fixed bugs:

  • _shapeaggregate return code 500 #708

v17.7.1 (2021-05-27)

Full Changelog

v12.7.5.2 (2021-05-21)

Full Changelog

v17.7.0 (2021-05-18)

Full Changelog

New stuff:

Fixed bugs:

  • [WFS] wrong lat/long order in geometry point #703 [OGC]
  • Fix check params for Geotile intervalValue #702 (alainbodiguel)
  • Supporting again GEOHASH and GEOHASH_CENTER Aggregated geometries values #697 (alainbodiguel)

v16.7.0 (2021-03-18)

Full Changelog

v15.7.0 (2021-02-18)

Full Changelog

New stuff:

Fixed bugs:

  • The results of fetch_hits parameter in an aggregation are not flattened when 'flat=true' #692
  • Unable to create a collection with index template and without index created #674

v15.7.0-beta.1 (2021-02-01)

Full Changelog

v14.7.2 (2021-02-01)

Full Changelog

v14.7.1 (2021-01-15)

Full Changelog

Fixed bugs:

  • Fix sort on geo-fields in 'fetch_hits' parameter #688

v14.7.1-beta.0 (2020-12-17)

Full Changelog

Fixed bugs:

Miscellaneous:

  • Upgrade APM to 1.19.0 #682

v14.7.0 (2020-11-09)

Full Changelog

New stuff:

  • Add an information about whether the field is actually indexed in ES when describing the collection #670
  • Put mapping in cache #666
  • Arlas Auth: support multiple for header permission #664
  • allow a difference of 3 between '_geoaggregate/{geohash}' precision and geohash aggregation precision #656
  • Add env variable to set ALLOWED_ORIGINS_PARAM #560 [conf]
  • ColumnFilter update to support external modules #676 (alainbodiguel)
  • Allow a difference of 3 between '_geoaggregate/{geohash}' precision … #658 (alainbodiguel)
  • Bump to elasticsearch 7.9.2 #662 (sfalquier)

Fixed bugs:

  • Tiled geoaggregations counts data on the border of geohashes twice #673
  • Taggable fields are not returned correctly in _describe #671
  • Fix template matching for a given collection index pattern #661 (sfalquier)

Miscellaneous:

v14.7.0-rc.3 (2020-10-29)

Full Changelog

v14.7.0-rc.2 (2020-10-27)

Full Changelog

Fixed bugs:

  • Invalidate the geo-fields types when the collection cache is invalidated #547

v14.7.0-rc.1 (2020-09-29)

Full Changelog

v14.7.0-beta.8 (2020-09-15)

Full Changelog

v14.7.0-beta.7 (2020-09-11)

Full Changelog

v14.7.0-beta.6 (2020-09-11)

Full Changelog

v14.7.0-beta.5 (2020-09-11)

Full Changelog

v14.7.0-beta.4 (2020-09-11)

Full Changelog

v14.7.0-beta.3 (2020-09-11)

Full Changelog

v14.7.0-test-doc (2020-09-09)

Full Changelog

v14.7.0-beta.1 (2020-08-25)

Full Changelog

Breaking changes:

New stuff:

Fixed bugs:

  • CollectionServiceIT randomly fails at time of merge #642
  • CollectionServiceIT is faulty #637
  • Fix silent error in _import #650 (mbarbet)

v13.7.2 (2020-07-17)

Full Changelog

New stuff:

v12.7.5.1 (2020-06-30)

Full Changelog

v13.7.1 (2020-06-02)

Full Changelog

v13.7.0 (2020-05-28)

Full Changelog

Breaking changes:

  • Remove _range endpoint #464 [API]

New stuff:

  • [Authentication] Public URIs as regex #628
  • Extend applying geobbox and geocentroid metrics to any geo-point field #606
  • Add parameter in aggregate endpoint that allows to return multiple geometries #604 [API]

v12.7.8 (2020-04-17)

Full Changelog

v12.7.7 (2020-03-26)

Full Changelog

New stuff:

  • Generate a Java client api and push it in maven repo #486

v12.7.6 (2020-03-24)

Full Changelog

New stuff:

v12.7.5 (2020-03-24)

Full Changelog

Fixed bugs:

  • NullPointer exception thrown when writing xml after a GetFeature or GetFeatureById request #616 [OGC]
  • WFS GetFeature and GetFeatureById can return an invalid XML without throwing an error #615 [OGC]

v12.7.4 (2020-02-06)

Full Changelog

New stuff:

  • [Tiled Geoaggregate] Set the geohash tile on which the geoaggregation is excetuded in the response #599
  • [Tiled Geoaggregate] return all buckets resulting from a tiled geoaggregate query #598
  • Apply FGA (column filtering) to v12 #597
  • Make FGA header compatible with multiple collections #586
  • Fine grain access (column filtering) #558

Fixed bugs:

  • OGC Spatial Filters : Handle invalid geometries exception #583 [OGC]
  • OGC filter with unparsable XML throws NPE #573 [OGC]

v11.6.5 (2020-01-21)

Full Changelog

Fixed bugs:

  • responseContainer of _list endpoint is invalid #585 [API]
  • Hide column-filter header un SearchRESTService #578

v12.7.3 (2020-01-02)

Full Changelog

New stuff:

  • \_compute the bounding or the geocentroid #561

Miscellaneous:

  • Too many logs on CI #577

v11.6.4 (2019-12-23)

Full Changelog

Fixed bugs:

  • Describe does not return properly the list of taggable fields #568
  • Describe does not return properly the list of taggable fields #569 (alainbodiguel)

v12.7.2 (2019-11-25)

Full Changelog

New stuff:

  • Support array of geohashes for geo-point fields #556

v12.7.1 (2019-11-21)

Full Changelog

Fixed bugs:

  • [GEOAGGREGATE] apply fetch_geometry strategy on the geo-point on which we aggregate #552

v12.7.0 (2019-11-15)

Full Changelog

Breaking changes:

  • Remove tag api #535 [API]
  • [Multi-geometry] Support multi_geometries in geometric filters #465 [API]

New stuff:

  • Add HTTPS in the swagger definition #513
  • [auth-4] Variable support in rules and headers #497 [API]
  • [auth-3] Authorization mode: headers processing #496 [API]
  • [auth-2] Authorization mode: rules processing #495 [API]
  • [auth-1] Authentication mode support #494 [API]
  • [Multi-geometry] return one or multiple geometries in _geosearch responses #466 [API]
  • Add _compute endpoint #463 [API]

Fixed bugs:

  • TimestampTypeMapper unit test fails #548
  • ARLAS Rest services: header keys must be case insensitive #472 [API]

Miscellaneous:

  • Deprecate _range endpoint #550 [API]

v11.7.2 (2019-11-08)

Full Changelog

Fixed bugs:

Miscellaneous:

v11.7.1 (2019-10-29)

Full Changelog

New stuff:

  • Add support for Elastic Cloud #530

Fixed bugs:

v11.6.3 (2019-10-22)

Full Changelog

New stuff:

  • Add support for Elastic Cloud #537

Fixed bugs:

  • Make sure to remove before in next and after in previous #529
  • Remove redundant execution of range query #539
  • Make sure to remove before in next and after in previous #538

v11.7.0 (2019-09-19)

Full Changelog

New stuff:

  • Make type\_name optional in CollectionReference #521

Miscellaneous:

  • Add a warning in logs saying that type\_name is deprecated #522
  • Fix docker-compose to fit README.md #493 [documentation]
  • Bump Elasticsearch to 7.x.x #468

v11.6.2 (2019-09-17)

Full Changelog

New stuff:

  • Publish arlas-admin module in cloudsmith #511
  • Pwithin request should support WKT geometry #500
  • Add HTTPS in the swagger definition #515 (alainbodiguel)

Fixed bugs:

  • gwithin : WKT or BBOX orientation is only considered when the smallest polygon crosses the antimeridian #514
  • WKT : validate each element of a MULTIGEOMETRY separately #512

Miscellaneous:

v11.6.1 (2019-09-06)

Full Changelog

Breaking changes:

New stuff:

Fixed bugs:

  • Geometries that are indexed with WKT format are systematically considered as geo_points #482

v11.6.0 (2019-07-23)

Full Changelog

New stuff:

  • Add 'previous' link in search results #488
  • Add 'before' parameter in _search/_geosearch #477 [API]
  • Feature/fix #477 #479 [API] (mbarbet)

Miscellaneous:

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

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 (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 (2019-04-01)

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 (2019-03-01)

Full Changelog

v8.6.2 (2019-03-01)

Full Changelog

New stuff:

  • Add a new service _countDistinct to the explore api #390 [API]

v9.6.1 (2018-12-14)

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 (2018-11-27)

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 (2018-11-04)

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 (2018-10-16)

Full Changelog

Breaking changes:

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

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 (mbarbet)

Miscellaneous:

v7.6.4 (2018-09-07)

Full Changelog

New stuff:

  • README CI badge: explicitly mention branch #332 [documentation]
  • Aggregation Interval : allow decimals for histogram aggegation's interval #335

Fixed bugs:

  • Describe collection generates inconsistant warn logs #338
  • Documentation links given in README.md are dead links (404) #337 [documentation]

v7.6.3 (2018-07-13)

Full Changelog

New stuff:

  • TiledGeosearch : increase max zoom level #326
  • make scripts/wait-for-elasticsearch recognize environment value ARLAS\_ELASTIC\_NODES #323
  • Made scripts/wait-for-elasticsearch.sh support environment variable… #328 (elouanKeryell-Even)
  • Increase max zoom for tiled geosearch #330 (mbarbet)

Fixed bugs:

  • RangeService : check if the field exists before calculating its values range #325

v7.6.2 (2018-06-25)

Full Changelog

Fixed bugs:

  • Flat : NullPointerException thrown when an attribute has a null value #321
  • Flat : remove attributes that has null value #322 (MohamedHamouGisaia)

v7.6.1 (2018-06-20)

Full Changelog

New stuff:

  • _geosearch : centroid/geometry is not in the returned geojson data when property map is flatted #311
  • GeoAggregate/Geosearch : flat the propreties of geojson #296 [API]
  • Generate python api #287
  • OPENSEARCH: add url_template_prefix in ARLAS server configuration instread of collection reference definition #286 [conf]
  • RASTER Tile Service for ARLAS #261 [conf]
  • GeoAggregate and GeoSearch: add feature-type property #212
  • Aggregate and Geoaggregate must allow multiple metrics #106 [API]
  • Filters: Implement date math values in range, lt and gt operators #87 [API]
  • Feat/#287 python api generation #288 (TamerGisaia)

Fixed bugs:

  • release.sh : pip publication command line fails #312
  • When coordinates are Long/Integer, the GEOJSON is not built. #284

Miscellaneous:

v6.6.0 (2018-05-16)

Full Changelog

New stuff:

  • Implement a \_range service that calculates the min and max values of a given field #269 [API]
  • Exclude in search and geosearch : check that md properties are not included in the exclude patterns #184
  • Helm packaging #264 (elouanKeryell-Even)

Miscellaneous:

  • Simplify GeoSearchRESTService.getFeatures\(\) #273
  • Useless main in GeoTypeMapper #271
  • Documentation : add documentation of Collection Model #144 [documentation]

v5.6.2 (2018-04-27)

Full Changelog

v5.6.1 (2018-04-27)

Full Changelog

New stuff:

  • Implements Atom Response for CSW GetRecords #260

v5.6.0 (2018-04-20)

Full Changelog

New stuff:

  • Add cardinality aggregation to ARLAS server #148 [API]
  • Add Dublin Core element name to a collection #251
  • Add Csw GetCapabilities Operation #232 [OGC]
  • Enable ogc bbox for geo filter #225 [OGC]
  • Geo OPENSEARCH: allow bbox search #208 [OGC]
  • Add a new API that tags the result of a query #140 [API]
  • Support elasticsearch aliases as collection's index name #259 (sfalquier)
  • Allow multiple elasticsearch nodes configuration for TransportClient. #242 [conf] (sfalquier)
  • Enable sniffing for elasticsearch client #238 [conf] (sfalquier)

Fixed bugs:

  • DateHistogram : day unit should not be limited to 1 but month and week units should be #245

Miscellaneous:

  • Check if exclude field contains md field #215
  • release.sh : the building process of ARLAS server JAR must start with a clean #209
  • Fake mode for release script #206
  • Add License check in CI #203
  • README.md: remove all the text that is provided in the documentation #200 [documentation]
  • Generate changelog based on the issues of the milestone #68 [documentation]

v4.6.0 (2018-04-04)

Full Changelog

Breaking changes:

  • Upgrade to Elasticsearch 6.2.3 #137

New stuff:

  • Add all include/exclude filter in WFS query #188 [OGC]
  • Add include/exclue fields in Atom/Opensearch #218 [OGC]
  • Add include/exclue fields in ElasticDocument GetSource #217

v3.5.1 (2018-03-29)

Full Changelog

New stuff:

  • Add wfs exclude field in CollectionReferenceParameters #187 [OGC]
  • Configuration: applicationContextPath can be customized in a container via an environment variable #158 [conf]

Fixed bugs:

  • GeoSearch : geometry attribute of the geojson result doesn't not return the centroid when the geometry field is null or absent #216

v3.5.0 (2018-03-22)

Full Changelog

New stuff:

  • Generate arlas-api with typescript-fetch #199
  • Plug OGC wfs test suite docker in ARLAS Server CI #172
  • Implement Complex Feature in WFS Service #170 [OGC]
  • Implement Basic WFS with Simple Feature. #169 [OGC]
  • Enable/Disable services #149

Fixed bugs:

  • Support All ARLAS geometry for WFS #190
  • Filter f : cannot filter on fields values containing ':' as a caracter #146
  • number types are not recognized in service 'arlas/explore/{collection}/_describe' #145

Miscellaneous:

  • Avoid "." in xml element name of a WFS response #194 [OGC]
  • Implement header partition filter for WFS #189 [security] [OGC]
  • Refactor ElasticCollectionReferenceDaoImpl with jackson serialize/marshall #178

v2.5.7 (2018-03-07)

Full Changelog

New stuff:

Fixed bugs:

  • Range queries on date fields : values should be in milliseconds #174

v2.5.6 (2018-03-02)

Full Changelog

New stuff:

  • Type centroid and geometry properties in MD model #164
  • Implement Simple WFS with simple Feature #168 [OGC]

Fixed bugs:

  • mkDocs.sh fails to build the doc on 2.5.4 and 2.5.5 #166

v2.5.5 (2018-02-19)

Full Changelog

v2.5.4 (2018-02-16)

Full Changelog

New stuff:

  • Max number of hits / aggregations #147

* This Change Log was automatically generated by github_changelog_generator