Skip to content

v10.6.0

Compare
Choose a tag to compare
@MohamedHamouGisaia MohamedHamouGisaia released this 02 Apr 09:31
· 880 commits to develop since this release

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