diff --git a/CHANGELOG.md b/CHANGELOG.md
index 9a3bdad7a..6a21655ea 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,31 @@
# Change Log
+## [v12.7.4](https://github.com/gisaia/ARLAS-server/tree/v12.7.4) (2020-02-05)
+
+[Full Changelog](https://github.com/gisaia/ARLAS-server/compare/v11.6.5...v12.7.4)
+
+**New stuff:**
+
+- \[Tiled Geoaggregate\] Set the geohash tile on which the geoaggregation is excetuded in the response [\#599](https://github.com/gisaia/ARLAS-server/issues/599)
+- \[Tiled Geoaggregate\] return all buckets resulting from a tiled geoaggregate query [\#598](https://github.com/gisaia/ARLAS-server/issues/598)
+- Apply FGA \(column filtering\) to v12 [\#597](https://github.com/gisaia/ARLAS-server/issues/597)
+- Make FGA header compatible with multiple collections [\#586](https://github.com/gisaia/ARLAS-server/issues/586)
+- Fine grain access \(column filtering\) [\#558](https://github.com/gisaia/ARLAS-server/issues/558)
+
+**Fixed bugs:**
+
+- OGC Spatial Filters : Handle invalid geometries exception [\#583](https://github.com/gisaia/ARLAS-server/issues/583) [[OGC](https://github.com/gisaia/ARLAS-server/labels/OGC)]
+- OGC filter with unparsable XML throws NPE [\#573](https://github.com/gisaia/ARLAS-server/issues/573) [[OGC](https://github.com/gisaia/ARLAS-server/labels/OGC)]
+
+## [v11.6.5](https://github.com/gisaia/ARLAS-server/tree/v11.6.5) (2020-01-21)
+
+[Full Changelog](https://github.com/gisaia/ARLAS-server/compare/v12.7.3...v11.6.5)
+
+**Fixed bugs:**
+
+- responseContainer of \_list endpoint is invalid [\#585](https://github.com/gisaia/ARLAS-server/issues/585) [[API](https://github.com/gisaia/ARLAS-server/labels/API)]
+- Hide column-filter header un SearchRESTService [\#578](https://github.com/gisaia/ARLAS-server/issues/578)
+
## [v12.7.3](https://github.com/gisaia/ARLAS-server/tree/v12.7.3) (2020-01-02)
[Full Changelog](https://github.com/gisaia/ARLAS-server/compare/v11.6.4...v12.7.3)
diff --git a/arlas-admin/pom.xml b/arlas-admin/pom.xml
index 68f989019..e5f3ea770 100644
--- a/arlas-admin/pom.xml
+++ b/arlas-admin/pom.xml
@@ -2,14 +2,14 @@
4.0.0
io.arlas
arlas-admin
- 12.7.4-SNAPSHOT
+ 12.7.4
jar
ARLAS server admin
io.arlas
arlas-server-parent
- 12.7.4-SNAPSHOT
+ 12.7.4
@@ -27,7 +27,7 @@
io.arlas
arlas-core
- 12.7.4-SNAPSHOT
+ 12.7.4
com.auth0
diff --git a/arlas-core/pom.xml b/arlas-core/pom.xml
index 89e09e446..ed46498a9 100644
--- a/arlas-core/pom.xml
+++ b/arlas-core/pom.xml
@@ -4,14 +4,14 @@
4.0.0
io.arlas
arlas-core
- 12.7.4-SNAPSHOT
+ 12.7.4
jar
ARLAS server core
io.arlas
arlas-server-parent
- 12.7.4-SNAPSHOT
+ 12.7.4
diff --git a/arlas-opensearch/pom.xml b/arlas-opensearch/pom.xml
index 3489ad598..9c7dcfdfe 100644
--- a/arlas-opensearch/pom.xml
+++ b/arlas-opensearch/pom.xml
@@ -2,26 +2,26 @@
4.0.0
io.arlas
arlas-opensearch
- 12.7.4-SNAPSHOT
+ 12.7.4
jar
ARLAS server opensearch
io.arlas
arlas-server-parent
- 12.7.4-SNAPSHOT
+ 12.7.4
io.arlas
arlas-rest
- 12.7.4-SNAPSHOT
+ 12.7.4
io.arlas
ogc-common
- 12.7.4-SNAPSHOT
+ 12.7.4
diff --git a/arlas-rest/pom.xml b/arlas-rest/pom.xml
index dfb1328f0..0444b6300 100644
--- a/arlas-rest/pom.xml
+++ b/arlas-rest/pom.xml
@@ -2,21 +2,21 @@
4.0.0
io.arlas
arlas-rest
- 12.7.4-SNAPSHOT
+ 12.7.4
jar
ARLAS server rest
io.arlas
arlas-server-parent
- 12.7.4-SNAPSHOT
+ 12.7.4
io.arlas
arlas-core
- 12.7.4-SNAPSHOT
+ 12.7.4
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 eb3ca527a..6b54df7b2 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
@@ -35,7 +35,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 = "12.0.4"),
schemes = { SwaggerDefinition.Scheme.HTTP, SwaggerDefinition.Scheme.HTTPS })
public abstract class ExploreRESTServices {
diff --git a/arlas-server/pom.xml b/arlas-server/pom.xml
index bdfb90c39..579386e53 100644
--- a/arlas-server/pom.xml
+++ b/arlas-server/pom.xml
@@ -2,41 +2,41 @@
4.0.0
io.arlas
arlas-server
- 12.7.4-SNAPSHOT
+ 12.7.4
jar
ARLAS server
io.arlas
arlas-server-parent
- 12.7.4-SNAPSHOT
+ 12.7.4
io.arlas
arlas-rest
- 12.7.4-SNAPSHOT
+ 12.7.4
io.arlas
arlas-opensearch
- 12.7.4-SNAPSHOT
+ 12.7.4
io.arlas
ogc-csw
- 12.7.4-SNAPSHOT
+ 12.7.4
io.arlas
ogc-wfs
- 12.7.4-SNAPSHOT
+ 12.7.4
io.arlas
arlas-admin
- 12.7.4-SNAPSHOT
+ 12.7.4
org.elasticsearch.client
diff --git a/arlas-tests/pom.xml b/arlas-tests/pom.xml
index 96f226eb2..7ad72f8bb 100644
--- a/arlas-tests/pom.xml
+++ b/arlas-tests/pom.xml
@@ -2,21 +2,21 @@
4.0.0
io.arlas
arlas-tests
- 12.7.4-SNAPSHOT
+ 12.7.4
jar
ARLAS server tests
io.arlas
arlas-server-parent
- 12.7.4-SNAPSHOT
+ 12.7.4
io.arlas
arlas-server
- 12.7.4-SNAPSHOT
+ 12.7.4
diff --git a/docs/api/overview.md b/docs/api/overview.md
index cd32b344a..5fefd7a21 100644
--- a/docs/api/overview.md
+++ b/docs/api/overview.md
@@ -7,7 +7,7 @@ Explore the content of ARLAS collections
### Version information
-*Version* : 12.0.3
+*Version* : 12.0.4
### Contact information
diff --git a/docs/api/paths.md b/docs/api/paths.md
index 874917208..3b4e0364c 100644
--- a/docs/api/paths.md
+++ b/docs/api/paths.md
@@ -248,7 +248,7 @@ List the collections configured in ARLAS.
|HTTP Code|Description|Schema|
|---|---|---|
-|**200**|Successful operation|[CollectionReferenceDescription](#collectionreferencedescription)|
+|**200**|Successful operation|< [CollectionReferenceDescription](#collectionreferencedescription) > array|
|**400**|Bad request.|[Error](#error)|
|**500**|Arlas Server Error.|[Error](#error)|
diff --git a/ogc-common/pom.xml b/ogc-common/pom.xml
index 6912098ec..f858d9af1 100644
--- a/ogc-common/pom.xml
+++ b/ogc-common/pom.xml
@@ -2,21 +2,21 @@
4.0.0
io.arlas
ogc-common
- 12.7.4-SNAPSHOT
+ 12.7.4
jar
ARLAS ogc common
io.arlas
arlas-server-parent
- 12.7.4-SNAPSHOT
+ 12.7.4
io.arlas
arlas-core
- 12.7.4-SNAPSHOT
+ 12.7.4
diff --git a/ogc-csw/pom.xml b/ogc-csw/pom.xml
index d82ca803c..e1342fa3a 100644
--- a/ogc-csw/pom.xml
+++ b/ogc-csw/pom.xml
@@ -2,21 +2,21 @@
4.0.0
io.arlas
ogc-csw
- 12.7.4-SNAPSHOT
+ 12.7.4
jar
ARLAS ogc csw
io.arlas
arlas-server-parent
- 12.7.4-SNAPSHOT
+ 12.7.4
io.arlas
ogc-common
- 12.7.4-SNAPSHOT
+ 12.7.4
diff --git a/ogc-wfs/pom.xml b/ogc-wfs/pom.xml
index a85ee667b..1a6f6a9bf 100644
--- a/ogc-wfs/pom.xml
+++ b/ogc-wfs/pom.xml
@@ -2,21 +2,21 @@
4.0.0
io.arlas
ogc-wfs
- 12.7.4-SNAPSHOT
+ 12.7.4
jar
ARLAS ogc wfs
io.arlas
arlas-server-parent
- 12.7.4-SNAPSHOT
+ 12.7.4
io.arlas
ogc-common
- 12.7.4-SNAPSHOT
+ 12.7.4
diff --git a/openapi/swagger.json b/openapi/swagger.json
index 5049a59da..4fadd6968 100644
--- a/openapi/swagger.json
+++ b/openapi/swagger.json
@@ -2,7 +2,7 @@
"swagger" : "2.0",
"info" : {
"description" : "Explore the content of ARLAS collections",
- "version" : "12.0.4-SNAPSHOT",
+ "version" : "12.0.4",
"title" : "ARLAS Exploration API",
"contact" : {
"name" : "Gisaia",
@@ -1024,7 +1024,10 @@
"200" : {
"description" : "Successful operation",
"schema" : {
- "$ref" : "#/definitions/CollectionReferenceDescription"
+ "type" : "array",
+ "items" : {
+ "$ref" : "#/definitions/CollectionReferenceDescription"
+ }
}
},
"500" : {
diff --git a/openapi/swagger.yaml b/openapi/swagger.yaml
index 593893a76..de9e8d2fb 100644
--- a/openapi/swagger.yaml
+++ b/openapi/swagger.yaml
@@ -2,7 +2,7 @@
swagger: "2.0"
info:
description: "Explore the content of ARLAS collections"
- version: "12.0.4-SNAPSHOT"
+ version: "12.0.4"
title: "ARLAS Exploration API"
contact:
name: "Gisaia"
@@ -1224,7 +1224,9 @@ paths:
200:
description: "Successful operation"
schema:
- $ref: "#/definitions/CollectionReferenceDescription"
+ type: "array"
+ items:
+ $ref: "#/definitions/CollectionReferenceDescription"
500:
description: "Arlas Server Error."
schema:
diff --git a/packaging/helm/arlas-server/Chart.yaml b/packaging/helm/arlas-server/Chart.yaml
index 4d7a68138..2812ab5cd 100644
--- a/packaging/helm/arlas-server/Chart.yaml
+++ b/packaging/helm/arlas-server/Chart.yaml
@@ -1,5 +1,5 @@
apiVersion: v1
-appVersion: 12.7.3
+appVersion: 12.7.4
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: 12.7.3
+version: 12.7.4
diff --git a/pom.xml b/pom.xml
index 34ea2174b..17a9a52d3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -4,7 +4,7 @@
io.arlas
arlas-server-parent
- 12.7.4-SNAPSHOT
+ 12.7.4
pom
ARLAS server parent