diff --git a/CHANGELOG.md b/CHANGELOG.md index 00654987d..f0b4563b4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,20 @@ # Change Log -## [v10.6.1](https://github.com/gisaia/ARLAS-server/tree/v10.6.1) (2019-05-16) +## [v10.6.2](https://github.com/gisaia/ARLAS-server/tree/v10.6.2) (2019-07-19) + +[Full Changelog](https://github.com/gisaia/ARLAS-server/compare/v10.6.1...v10.6.2) + +**New stuff:** + +- \_search : Allow geodistance sort along with 'after' parameter [\#481](https://github.com/gisaia/ARLAS-server/issues/481) + +**Fixed bugs:** + +- \[tiled geosearch\]\[tiled geoaggreagte\] pwithin filter breaks due to shared borders with tiles [\#456](https://github.com/gisaia/ARLAS-server/issues/456) +- \_search : Error 500 caused by applying a geosort along with a sort on id when returning \_next link in search response [\#475](https://github.com/gisaia/ARLAS-server/issues/475) +- Taggable fields can contain duplicate tags [\#266](https://github.com/gisaia/ARLAS-server/issues/266) + +## [v10.6.1](https://github.com/gisaia/ARLAS-server/tree/v10.6.1) (2019-05-17) [Full Changelog](https://github.com/gisaia/ARLAS-server/compare/v10.6.0...v10.6.1) diff --git a/arlas-admin/pom.xml b/arlas-admin/pom.xml index a924cb680..4f4218361 100644 --- a/arlas-admin/pom.xml +++ b/arlas-admin/pom.xml @@ -2,21 +2,21 @@ 4.0.0 io.arlas arlas-admin - 10.6.2-SNAPSHOT + 10.6.2 jar ARLAS server admin io.arlas arlas-server-parent - 10.6.2-SNAPSHOT + 10.6.2 io.arlas arlas-core - 10.6.2-SNAPSHOT + 10.6.2 diff --git a/arlas-core/pom.xml b/arlas-core/pom.xml index e4e309c13..b1fe6edb6 100644 --- a/arlas-core/pom.xml +++ b/arlas-core/pom.xml @@ -4,14 +4,14 @@ 4.0.0 io.arlas arlas-core - 10.6.2-SNAPSHOT + 10.6.2 jar ARLAS server core io.arlas arlas-server-parent - 10.6.2-SNAPSHOT + 10.6.2 diff --git a/arlas-opensearch/pom.xml b/arlas-opensearch/pom.xml index 520fbdd6b..3721f67ee 100644 --- a/arlas-opensearch/pom.xml +++ b/arlas-opensearch/pom.xml @@ -2,26 +2,26 @@ 4.0.0 io.arlas arlas-opensearch - 10.6.2-SNAPSHOT + 10.6.2 jar ARLAS server opensearch io.arlas arlas-server-parent - 10.6.2-SNAPSHOT + 10.6.2 io.arlas arlas-rest - 10.6.2-SNAPSHOT + 10.6.2 io.arlas ogc-common - 10.6.2-SNAPSHOT + 10.6.2 diff --git a/arlas-rest/pom.xml b/arlas-rest/pom.xml index a3d83a3f6..40171a356 100644 --- a/arlas-rest/pom.xml +++ b/arlas-rest/pom.xml @@ -2,21 +2,21 @@ 4.0.0 io.arlas arlas-rest - 10.6.2-SNAPSHOT + 10.6.2 jar ARLAS server rest io.arlas arlas-server-parent - 10.6.2-SNAPSHOT + 10.6.2 io.arlas arlas-core - 10.6.2-SNAPSHOT + 10.6.2 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 0ad7feba0..125219ef3 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 = "10.0.2")) public abstract class ExploreRESTServices { diff --git a/arlas-server/pom.xml b/arlas-server/pom.xml index 7c0525bd3..ddd230ae0 100644 --- a/arlas-server/pom.xml +++ b/arlas-server/pom.xml @@ -2,41 +2,41 @@ 4.0.0 io.arlas arlas-server - 10.6.2-SNAPSHOT + 10.6.2 jar ARLAS server io.arlas arlas-server-parent - 10.6.2-SNAPSHOT + 10.6.2 io.arlas arlas-rest - 10.6.2-SNAPSHOT + 10.6.2 io.arlas arlas-opensearch - 10.6.2-SNAPSHOT + 10.6.2 io.arlas ogc-csw - 10.6.2-SNAPSHOT + 10.6.2 io.arlas ogc-wfs - 10.6.2-SNAPSHOT + 10.6.2 io.arlas arlas-admin - 10.6.2-SNAPSHOT + 10.6.2 diff --git a/arlas-tests/pom.xml b/arlas-tests/pom.xml index 9c070edfb..a1d472f68 100644 --- a/arlas-tests/pom.xml +++ b/arlas-tests/pom.xml @@ -2,21 +2,21 @@ 4.0.0 io.arlas arlas-tests - 10.6.2-SNAPSHOT + 10.6.2 jar ARLAS server tests io.arlas arlas-server-parent - 10.6.2-SNAPSHOT + 10.6.2 io.arlas arlas-server - 10.6.2-SNAPSHOT + 10.6.2 diff --git a/ogc-common/pom.xml b/ogc-common/pom.xml index 14709c3b6..0c0b3a2a0 100644 --- a/ogc-common/pom.xml +++ b/ogc-common/pom.xml @@ -2,21 +2,21 @@ 4.0.0 io.arlas ogc-common - 10.6.2-SNAPSHOT + 10.6.2 jar ARLAS ogc common io.arlas arlas-server-parent - 10.6.2-SNAPSHOT + 10.6.2 io.arlas arlas-core - 10.6.2-SNAPSHOT + 10.6.2 diff --git a/ogc-csw/pom.xml b/ogc-csw/pom.xml index ccd0b1140..fbe08434e 100644 --- a/ogc-csw/pom.xml +++ b/ogc-csw/pom.xml @@ -2,21 +2,21 @@ 4.0.0 io.arlas ogc-csw - 10.6.2-SNAPSHOT + 10.6.2 jar ARLAS ogc csw io.arlas arlas-server-parent - 10.6.2-SNAPSHOT + 10.6.2 io.arlas ogc-common - 10.6.2-SNAPSHOT + 10.6.2 diff --git a/ogc-wfs/pom.xml b/ogc-wfs/pom.xml index 84b666798..98fdf01b9 100644 --- a/ogc-wfs/pom.xml +++ b/ogc-wfs/pom.xml @@ -2,21 +2,21 @@ 4.0.0 io.arlas ogc-wfs - 10.6.2-SNAPSHOT + 10.6.2 jar ARLAS ogc wfs io.arlas arlas-server-parent - 10.6.2-SNAPSHOT + 10.6.2 io.arlas ogc-common - 10.6.2-SNAPSHOT + 10.6.2 diff --git a/packaging/helm/arlas-server/Chart.yaml b/packaging/helm/arlas-server/Chart.yaml index 469e0efd7..1ebf30ded 100644 --- a/packaging/helm/arlas-server/Chart.yaml +++ b/packaging/helm/arlas-server/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v1 -appVersion: 10.6.1 +appVersion: 10.6.2 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: 10.6.1 +version: 10.6.2 diff --git a/pom.xml b/pom.xml index 6c6f4bb68..50d4c894c 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ io.arlas arlas-server-parent - 10.6.2-SNAPSHOT + 10.6.2 pom ARLAS server parent