Skip to content

Commit

Permalink
release version 13.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
MohamedHamouGisaia committed May 28, 2020
1 parent 0115fb1 commit 3273a14
Show file tree
Hide file tree
Showing 18 changed files with 292 additions and 666 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# Change Log

## [v13.7.0](https://github.com/gisaia/ARLAS-server/tree/v13.7.0) (2020-05-25)

[Full Changelog](https://github.com/gisaia/ARLAS-server/compare/v12.7.8...v13.7.0)

**Breaking changes:**

- Add parameter in aggregate endpoint that allows to return multiple geometries [\#604](https://github.com/gisaia/ARLAS-server/issues/604) [[API](https://github.com/gisaia/ARLAS-server/labels/API)]
- Remove \_range endpoint [\#464](https://github.com/gisaia/ARLAS-server/issues/464) [[API](https://github.com/gisaia/ARLAS-server/labels/API)]

**New stuff:**

- \[Authentication\] Public URIs as regex [\#628](https://github.com/gisaia/ARLAS-server/issues/628)
- Extend applying geobbox and geocentroid metrics to any geo-point field [\#606](https://github.com/gisaia/ARLAS-server/issues/606)

## [v12.7.8](https://github.com/gisaia/ARLAS-server/tree/v12.7.8) (2020-04-17)

[Full Changelog](https://github.com/gisaia/ARLAS-server/compare/v12.7.7...v12.7.8)

## [v12.7.7](https://github.com/gisaia/ARLAS-server/tree/v12.7.7) (2020-03-26)

[Full Changelog](https://github.com/gisaia/ARLAS-server/compare/v12.7.6...v12.7.7)
Expand Down
6 changes: 3 additions & 3 deletions arlas-admin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@
<modelVersion>4.0.0</modelVersion>
<groupId>io.arlas</groupId>
<artifactId>arlas-admin</artifactId>
<version>12.7.8-SNAPSHOT</version>
<version>13.7.0</version>
<packaging>jar</packaging>
<name>ARLAS server admin</name>

<parent>
<groupId>io.arlas</groupId>
<artifactId>arlas-server-parent</artifactId>
<version>12.7.8-SNAPSHOT</version>
<version>13.7.0</version>
</parent>

<distributionManagement>
Expand All @@ -27,7 +27,7 @@
<dependency>
<groupId>io.arlas</groupId>
<artifactId>arlas-core</artifactId>
<version>12.7.8-SNAPSHOT</version>
<version>13.7.0</version>
</dependency>
<dependency>
<groupId>com.auth0</groupId>
Expand Down
4 changes: 2 additions & 2 deletions arlas-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@
<modelVersion>4.0.0</modelVersion>
<groupId>io.arlas</groupId>
<artifactId>arlas-core</artifactId>
<version>12.7.8-SNAPSHOT</version>
<version>13.7.0</version>
<packaging>jar</packaging>
<name>ARLAS server core</name>

<parent>
<groupId>io.arlas</groupId>
<artifactId>arlas-server-parent</artifactId>
<version>12.7.8-SNAPSHOT</version>
<version>13.7.0</version>
</parent>

<distributionManagement>
Expand Down
8 changes: 4 additions & 4 deletions arlas-opensearch/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,26 +2,26 @@
<modelVersion>4.0.0</modelVersion>
<groupId>io.arlas</groupId>
<artifactId>arlas-opensearch</artifactId>
<version>12.7.8-SNAPSHOT</version>
<version>13.7.0</version>
<packaging>jar</packaging>
<name>ARLAS server opensearch</name>

<parent>
<groupId>io.arlas</groupId>
<artifactId>arlas-server-parent</artifactId>
<version>12.7.8-SNAPSHOT</version>
<version>13.7.0</version>
</parent>

<dependencies>
<dependency>
<groupId>io.arlas</groupId>
<artifactId>arlas-rest</artifactId>
<version>12.7.8-SNAPSHOT</version>
<version>13.7.0</version>
</dependency>
<dependency>
<groupId>io.arlas</groupId>
<artifactId>ogc-common</artifactId>
<version>12.7.8-SNAPSHOT</version>
<version>13.7.0</version>
</dependency>
</dependencies>

Expand Down
6 changes: 3 additions & 3 deletions arlas-rest/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,21 +2,21 @@
<modelVersion>4.0.0</modelVersion>
<groupId>io.arlas</groupId>
<artifactId>arlas-rest</artifactId>
<version>12.7.8-SNAPSHOT</version>
<version>13.7.0</version>
<packaging>jar</packaging>
<name>ARLAS server rest</name>

<parent>
<groupId>io.arlas</groupId>
<artifactId>arlas-server-parent</artifactId>
<version>12.7.8-SNAPSHOT</version>
<version>13.7.0</version>
</parent>

<dependencies>
<dependency>
<groupId>io.arlas</groupId>
<artifactId>arlas-core</artifactId>
<version>12.7.8-SNAPSHOT</version>
<version>13.7.0</version>
</dependency>
</dependencies>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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 = "13.0.0"),
schemes = { SwaggerDefinition.Scheme.HTTP, SwaggerDefinition.Scheme.HTTPS })

public abstract class ExploreRESTServices {
Expand Down
14 changes: 7 additions & 7 deletions arlas-server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,41 +2,41 @@
<modelVersion>4.0.0</modelVersion>
<groupId>io.arlas</groupId>
<artifactId>arlas-server</artifactId>
<version>12.7.8-SNAPSHOT</version>
<version>13.7.0</version>
<packaging>jar</packaging>
<name>ARLAS server</name>

<parent>
<groupId>io.arlas</groupId>
<artifactId>arlas-server-parent</artifactId>
<version>12.7.8-SNAPSHOT</version>
<version>13.7.0</version>
</parent>

<dependencies>
<dependency>
<groupId>io.arlas</groupId>
<artifactId>arlas-rest</artifactId>
<version>12.7.8-SNAPSHOT</version>
<version>13.7.0</version>
</dependency>
<dependency>
<groupId>io.arlas</groupId>
<artifactId>arlas-opensearch</artifactId>
<version>12.7.8-SNAPSHOT</version>
<version>13.7.0</version>
</dependency>
<dependency>
<groupId>io.arlas</groupId>
<artifactId>ogc-csw</artifactId>
<version>12.7.8-SNAPSHOT</version>
<version>13.7.0</version>
</dependency>
<dependency>
<groupId>io.arlas</groupId>
<artifactId>ogc-wfs</artifactId>
<version>12.7.8-SNAPSHOT</version>
<version>13.7.0</version>
</dependency>
<dependency>
<groupId>io.arlas</groupId>
<artifactId>arlas-admin</artifactId>
<version>12.7.8-SNAPSHOT</version>
<version>13.7.0</version>
</dependency>
</dependencies>

Expand Down
6 changes: 3 additions & 3 deletions arlas-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,21 +2,21 @@
<modelVersion>4.0.0</modelVersion>
<groupId>io.arlas</groupId>
<artifactId>arlas-tests</artifactId>
<version>12.7.8-SNAPSHOT</version>
<version>13.7.0</version>
<packaging>jar</packaging>
<name>ARLAS server tests</name>

<parent>
<groupId>io.arlas</groupId>
<artifactId>arlas-server-parent</artifactId>
<version>12.7.8-SNAPSHOT</version>
<version>13.7.0</version>
</parent>

<dependencies>
<dependency>
<groupId>io.arlas</groupId>
<artifactId>arlas-server</artifactId>
<version>12.7.8-SNAPSHOT</version>
<version>13.7.0</version>
</dependency>

<!-- ____________________________________________________ -->
Expand Down
51 changes: 20 additions & 31 deletions docs/api/definitions.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,21 +2,12 @@
<a name="definitions"></a>
## Definitions

<a name="aggregatedgeometry"></a>
### AggregatedGeometry

|Name|Schema|
|---|---|
|**field** <br>*optional*|string|
|**strategy** <br>*optional*|enum (bbox, centroid, geohash, first, last, byDefault)|


<a name="aggregation"></a>
### Aggregation

|Name|Schema|
|---|---|
|**fetch_geometry** <br>*optional*|[AggregatedGeometry](#aggregatedgeometry)|
|**aggregated_geometries** <br>*optional*|< enum (BBOX, CENTROID, GEOHASH, GEOHASHCENTER) > array|
|**fetch_hits** <br>*optional*|[HitsFetcher](#hitsfetcher)|
|**field** <br>*optional*|string|
|**format** <br>*optional*|string|
Expand All @@ -25,6 +16,7 @@
|**metrics** <br>*optional*|< [Metric](#metric) > array|
|**on** <br>*optional*|enum (field, count, result)|
|**order** <br>*optional*|enum (asc, desc)|
|**raw_geometries** <br>*optional*|< [RawGeometry](#rawgeometry) > array|
|**size** <br>*optional*|string|
|**type** <br>*optional*|enum (datehistogram, geohash, histogram, term)|

Expand All @@ -47,7 +39,7 @@
|**count** <br>*optional*|integer (int64)|
|**elements** <br>*optional*|< [AggregationResponse](#aggregationresponse) > array|
|**flattened_elements** <br>*optional*|< string, object > map|
|**geometry** <br>*optional*|[GeoJsonObject](#geojsonobject)|
|**geometries** <br>*optional*|< [ReturnedGeometry](#returnedgeometry) > array|
|**hits** <br>*optional*|< object > array|
|**key** <br>*optional*|object|
|**key_as_string** <br>*optional*|object|
Expand Down Expand Up @@ -132,7 +124,6 @@
|**raster_tile_width** <br>*optional*|integer (int32)|
|**taggable_fields** <br>*optional*|string|
|**timestamp_path** <br>*required*|string|
|**type_name** <br>*optional*|string|
|**update_max_hits** <br>*optional*|integer (int32)|


Expand Down Expand Up @@ -582,38 +573,36 @@
|**includes** <br>*optional*|string|


<a name="rangerequest"></a>
### RangeRequest
<a name="rastertileurl"></a>
### RasterTileURL

|Name|Schema|
|---|---|
|**field** <br>*optional*|string|
|**filter** <br>*optional*|[Filter](#filter)|
|**form** <br>*optional*|[Form](#form)|
|**check_geometry** <br>*optional*|boolean|
|**id_path** <br>*required*|string|
|**max_z** <br>*optional*|integer (int32)|
|**min_z** <br>*optional*|integer (int32)|
|**url** <br>*required*|string|


<a name="rangeresponse"></a>
### RangeResponse
<a name="rawgeometry"></a>
### RawGeometry

|Name|Schema|
|---|---|
|**max** <br>*optional*|object|
|**min** <br>*optional*|object|
|**query_time** <br>*optional*|integer (int64)|
|**total_time** <br>*optional*|integer (int64)|
|**totalnb** <br>*optional*|integer (int64)|
|**geometry** <br>*optional*|string|
|**sort** <br>*optional*|string|


<a name="rastertileurl"></a>
### RasterTileURL
<a name="returnedgeometry"></a>
### ReturnedGeometry

|Name|Schema|
|---|---|
|**check_geometry** <br>*optional*|boolean|
|**id_path** <br>*required*|string|
|**max_z** <br>*optional*|integer (int32)|
|**min_z** <br>*optional*|integer (int32)|
|**url** <br>*required*|string|
|**geometry** <br>*optional*|[GeoJsonObject](#geojsonobject)|
|**is_raw** <br>*optional*|boolean|
|**reference** <br>*optional*|string|
|**sort** <br>*optional*|string|


<a name="search"></a>
Expand Down
2 changes: 1 addition & 1 deletion docs/api/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Explore the content of ARLAS collections


### Version information
*Version* : 12.0.7
*Version* : 13.0.0


### Contact information
Expand Down
Loading

0 comments on commit 3273a14

Please sign in to comment.