Releases: gisaia/ARLAS-server
Releases · gisaia/ARLAS-server
v7.6.4
v7.6.4 (2018-09-07)
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
v7.6.3 (2018-07-11)
New stuff:
- TiledGeosearch : increase max zoom level #326
- make
scripts/wait-for-elasticsearch
recognize environment valueARLAS\_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
v7.6.2 (2018-06-25)
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
v7.6.1 (2018-06-20)
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:
- Multiple Metrics within a single aggregation #313 [API]
- OGC URL prefix for OGC related services #294 [API] [OGC] [documentation]
- Documentation : update range operator documentation #290 [documentation]
v6.6.0
v6.6.0 (2018-05-16)
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
v5.6.2
v5.6.1
v5.6.0
Breaking changes:
- Add Dublin Core element name to a collection #251
New stuff:
- Add cardinality aggregation to ARLAS server #148 [API]
- 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]