From 0fdce71b9c02d5de897c728f8ec74c552637bd3c Mon Sep 17 00:00:00 2001 From: Gaudan Date: Wed, 20 Jun 2018 14:16:18 +0200 Subject: [PATCH] release version 7.6.1 --- CHANGELOG.md | 27 +++++++++++++++++++ arlas-admin/pom.xml | 6 ++--- arlas-core/pom.xml | 4 +-- arlas-opensearch/pom.xml | 8 +++--- arlas-rest/pom.xml | 6 ++--- .../rest/explore/ExploreRESTServices.java | 2 +- arlas-server/pom.xml | 14 +++++----- arlas-tests/pom.xml | 6 ++--- ogc-common/pom.xml | 6 ++--- ogc-csw/pom.xml | 6 ++--- ogc-wfs/pom.xml | 6 ++--- packaging/helm/arlas-server/Chart.yaml | 4 +-- pom.xml | 2 +- 13 files changed, 62 insertions(+), 35 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a7546b030..0f08a7127 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,32 @@ # Change Log +## [v7.6.1](https://github.com/gisaia/ARLAS-server/tree/v7.6.1) (2018-06-20) + +[Full Changelog](https://github.com/gisaia/ARLAS-server/compare/v6.6.0...v7.6.1) + +**New stuff:** + +- \_geosearch : centroid/geometry is not in the returned geojson data when property map is flatted [\#311](https://github.com/gisaia/ARLAS-server/issues/311) +- GeoAggregate/Geosearch : flat the propreties of geojson [\#296](https://github.com/gisaia/ARLAS-server/issues/296) [[API](https://github.com/gisaia/ARLAS-server/labels/API)] +- Generate python api [\#287](https://github.com/gisaia/ARLAS-server/issues/287) +- OPENSEARCH: add url\_template\_prefix in ARLAS server configuration instread of collection reference definition [\#286](https://github.com/gisaia/ARLAS-server/issues/286) [[conf](https://github.com/gisaia/ARLAS-server/labels/conf)] +- RASTER Tile Service for ARLAS [\#261](https://github.com/gisaia/ARLAS-server/issues/261) [[conf](https://github.com/gisaia/ARLAS-server/labels/conf)] +- GeoAggregate and GeoSearch: add feature-type property [\#212](https://github.com/gisaia/ARLAS-server/issues/212) +- Aggregate and Geoaggregate must allow multiple metrics [\#106](https://github.com/gisaia/ARLAS-server/issues/106) [[API](https://github.com/gisaia/ARLAS-server/labels/API)] +- Filters: Implement date math values in range, lt and gt operators [\#87](https://github.com/gisaia/ARLAS-server/issues/87) [[API](https://github.com/gisaia/ARLAS-server/labels/API)] +- Feat/\#287 python api generation [\#288](https://github.com/gisaia/ARLAS-server/pull/288) ([TamerGisaia](https://github.com/TamerGisaia)) + +**Fixed bugs:** + +- release.sh : pip publication command line fails [\#312](https://github.com/gisaia/ARLAS-server/issues/312) +- When coordinates are Long/Integer, the GEOJSON is not built. [\#284](https://github.com/gisaia/ARLAS-server/issues/284) + +**Miscellaneous:** + +- Multiple Metrics within a single aggregation [\#313](https://github.com/gisaia/ARLAS-server/issues/313) [[API](https://github.com/gisaia/ARLAS-server/labels/API)] +- OGC URL prefix for OGC related services [\#294](https://github.com/gisaia/ARLAS-server/issues/294) [[API](https://github.com/gisaia/ARLAS-server/labels/API)] [[OGC](https://github.com/gisaia/ARLAS-server/labels/OGC)] [[documentation](https://github.com/gisaia/ARLAS-server/labels/documentation)] +- Documentation : update range operator documentation [\#290](https://github.com/gisaia/ARLAS-server/issues/290) [[documentation](https://github.com/gisaia/ARLAS-server/labels/documentation)] + ## [v6.6.0](https://github.com/gisaia/ARLAS-server/tree/v6.6.0) (2018-05-16) [Full Changelog](https://github.com/gisaia/ARLAS-server/compare/v5.6.2...v6.6.0) diff --git a/arlas-admin/pom.xml b/arlas-admin/pom.xml index 0efaf3f10..ea0574235 100644 --- a/arlas-admin/pom.xml +++ b/arlas-admin/pom.xml @@ -2,21 +2,21 @@ 4.0.0 io.arlas arlas-admin - 7.6.1-SNAPSHOT + 7.6.1 jar ARLAS server admin io.arlas arlas-server-parent - 7.6.1-SNAPSHOT + 7.6.1 io.arlas arlas-core - 7.6.1-SNAPSHOT + 7.6.1 diff --git a/arlas-core/pom.xml b/arlas-core/pom.xml index a9600e448..624d4676b 100644 --- a/arlas-core/pom.xml +++ b/arlas-core/pom.xml @@ -4,14 +4,14 @@ 4.0.0 io.arlas arlas-core - 7.6.1-SNAPSHOT + 7.6.1 jar ARLAS server core io.arlas arlas-server-parent - 7.6.1-SNAPSHOT + 7.6.1 diff --git a/arlas-opensearch/pom.xml b/arlas-opensearch/pom.xml index 3e37e2576..229484e8d 100644 --- a/arlas-opensearch/pom.xml +++ b/arlas-opensearch/pom.xml @@ -2,26 +2,26 @@ 4.0.0 io.arlas arlas-opensearch - 7.6.1-SNAPSHOT + 7.6.1 jar ARLAS server opensearch io.arlas arlas-server-parent - 7.6.1-SNAPSHOT + 7.6.1 io.arlas arlas-rest - 7.6.1-SNAPSHOT + 7.6.1 io.arlas ogc-common - 7.6.1-SNAPSHOT + 7.6.1 diff --git a/arlas-rest/pom.xml b/arlas-rest/pom.xml index 0b476bb8d..65c457c6f 100644 --- a/arlas-rest/pom.xml +++ b/arlas-rest/pom.xml @@ -2,21 +2,21 @@ 4.0.0 io.arlas arlas-rest - 7.6.1-SNAPSHOT + 7.6.1 jar ARLAS server rest io.arlas arlas-server-parent - 7.6.1-SNAPSHOT + 7.6.1 io.arlas arlas-core - 7.6.1-SNAPSHOT + 7.6.1 diff --git a/arlas-rest/src/main/java/io/arlas/server/rest/explore/ExploreRESTServices.java b/arlas-rest/src/main/java/io/arlas/server/rest/explore/ExploreRESTServices.java index 70833962b..eb4fe6455 100644 --- a/arlas-rest/src/main/java/io/arlas/server/rest/explore/ExploreRESTServices.java +++ b/arlas-rest/src/main/java/io/arlas/server/rest/explore/ExploreRESTServices.java @@ -36,7 +36,7 @@ title = "ARLAS Exploration API", description = "Explore the content of ARLAS collections", license = @License(name = "Apache 2.0", url = "https://www.apache.org/licenses/LICENSE-2.0.html"), - version = "API_VERSION")) + version = "7.0.1")) public abstract class ExploreRESTServices { diff --git a/arlas-server/pom.xml b/arlas-server/pom.xml index e920624f4..083d0c0b3 100644 --- a/arlas-server/pom.xml +++ b/arlas-server/pom.xml @@ -2,41 +2,41 @@ 4.0.0 io.arlas arlas-server - 7.6.1-SNAPSHOT + 7.6.1 jar ARLAS server io.arlas arlas-server-parent - 7.6.1-SNAPSHOT + 7.6.1 io.arlas arlas-rest - 7.6.1-SNAPSHOT + 7.6.1 io.arlas arlas-opensearch - 7.6.1-SNAPSHOT + 7.6.1 io.arlas ogc-csw - 7.6.1-SNAPSHOT + 7.6.1 io.arlas ogc-wfs - 7.6.1-SNAPSHOT + 7.6.1 io.arlas arlas-admin - 7.6.1-SNAPSHOT + 7.6.1 diff --git a/arlas-tests/pom.xml b/arlas-tests/pom.xml index 07f7977d3..b618ccc2e 100644 --- a/arlas-tests/pom.xml +++ b/arlas-tests/pom.xml @@ -2,21 +2,21 @@ 4.0.0 io.arlas arlas-tests - 7.6.1-SNAPSHOT + 7.6.1 jar ARLAS server tests io.arlas arlas-server-parent - 7.6.1-SNAPSHOT + 7.6.1 io.arlas arlas-server - 7.6.1-SNAPSHOT + 7.6.1 diff --git a/ogc-common/pom.xml b/ogc-common/pom.xml index 0e605c7ed..9a54ce79b 100644 --- a/ogc-common/pom.xml +++ b/ogc-common/pom.xml @@ -2,21 +2,21 @@ 4.0.0 io.arlas ogc-common - 7.6.1-SNAPSHOT + 7.6.1 jar ARLAS ogc common io.arlas arlas-server-parent - 7.6.1-SNAPSHOT + 7.6.1 io.arlas arlas-core - 7.6.1-SNAPSHOT + 7.6.1 diff --git a/ogc-csw/pom.xml b/ogc-csw/pom.xml index 7701d5af3..e19a1eea6 100644 --- a/ogc-csw/pom.xml +++ b/ogc-csw/pom.xml @@ -2,21 +2,21 @@ 4.0.0 io.arlas ogc-csw - 7.6.1-SNAPSHOT + 7.6.1 jar ARLAS ogc csw io.arlas arlas-server-parent - 7.6.1-SNAPSHOT + 7.6.1 io.arlas ogc-common - 7.6.1-SNAPSHOT + 7.6.1 diff --git a/ogc-wfs/pom.xml b/ogc-wfs/pom.xml index 680992f12..3ec6f4116 100644 --- a/ogc-wfs/pom.xml +++ b/ogc-wfs/pom.xml @@ -2,21 +2,21 @@ 4.0.0 io.arlas ogc-wfs - 7.6.1-SNAPSHOT + 7.6.1 jar ARLAS ogc wfs io.arlas arlas-server-parent - 7.6.1-SNAPSHOT + 7.6.1 io.arlas ogc-common - 7.6.1-SNAPSHOT + 7.6.1 diff --git a/packaging/helm/arlas-server/Chart.yaml b/packaging/helm/arlas-server/Chart.yaml index 54411c665..a73e545c5 100644 --- a/packaging/helm/arlas-server/Chart.yaml +++ b/packaging/helm/arlas-server/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v1 -appVersion: 7.6.0 +appVersion: 7.6.1 description: Exploration & analyzis of geo-referenced data from elasticsearch. home: http://arlas.io/ icon: http://arlas.io/wp-content/uploads/2017/12/Logo-Arlas-Bicolor-01.png @@ -10,4 +10,4 @@ maintainers: name: arlas-server sources: - https://github.com/gisaia/ARLAS-server -version: 7.6.0 +version: 7.6.1 diff --git a/pom.xml b/pom.xml index 45a6546ee..84de3306c 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ io.arlas arlas-server-parent - 7.6.1-SNAPSHOT + 7.6.1 pom ARLAS server parent