Skip to content

Commit

Permalink
release version 11.6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
MohamedHamouGisaia committed Oct 22, 2019
1 parent 3e4c659 commit dee80f5
Show file tree
Hide file tree
Showing 14 changed files with 132 additions and 97 deletions.
37 changes: 36 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,37 @@
# Change Log

## [v11.6.2](https://github.com/gisaia/ARLAS-server/tree/v11.6.2) (2019-09-16)
## [v11.6.3](https://github.com/gisaia/ARLAS-server/tree/v11.6.3) (2019-10-21)

[Full Changelog](https://github.com/gisaia/ARLAS-server/compare/v11.7.0...v11.6.3)

**New stuff:**

- Add support for Elastic Cloud [\#530](https://github.com/gisaia/ARLAS-server/issues/530)
- Add support for Elastic Cloud [\#537](https://github.com/gisaia/ARLAS-server/issues/537)
- Arlas Server xpack - connection to Elastic Cloud [\#531](https://github.com/gisaia/ARLAS-server/pull/531) ([alainbodiguel](https://github.com/alainbodiguel))

**Fixed bugs:**

- Make sure to remove before in next and after in previous [\#529](https://github.com/gisaia/ARLAS-server/issues/529)
- Remove redundant execution of range query [\#539](https://github.com/gisaia/ARLAS-server/issues/539)
- Make sure to remove before in next and after in previous [\#538](https://github.com/gisaia/ARLAS-server/issues/538)
- Remove redundant execution of range query [\#533](https://github.com/gisaia/ARLAS-server/pull/533) ([MohamedHamouGisaia](https://github.com/MohamedHamouGisaia))

## [v11.7.0](https://github.com/gisaia/ARLAS-server/tree/v11.7.0) (2019-09-19)

[Full Changelog](https://github.com/gisaia/ARLAS-server/compare/v11.6.2...v11.7.0)

**New stuff:**

- Make `type\_name` optional in CollectionReference [\#521](https://github.com/gisaia/ARLAS-server/issues/521)

**Miscellaneous:**

- Add a warning in logs saying that `type\_name` is deprecated [\#522](https://github.com/gisaia/ARLAS-server/issues/522)
- Fix docker-compose to fit README.md [\#493](https://github.com/gisaia/ARLAS-server/issues/493) [[documentation](https://github.com/gisaia/ARLAS-server/labels/documentation)]
- Bump Elasticsearch to 7.x.x [\#468](https://github.com/gisaia/ARLAS-server/issues/468)

## [v11.6.2](https://github.com/gisaia/ARLAS-server/tree/v11.6.2) (2019-09-17)

[Full Changelog](https://github.com/gisaia/ARLAS-server/compare/v11.6.1...v11.6.2)

Expand All @@ -16,6 +47,10 @@
- gwithin : WKT or BBOX orientation is only considered when the smallest polygon crosses the antimeridian [\#514](https://github.com/gisaia/ARLAS-server/issues/514)
- WKT : validate each element of a MULTIGEOMETRY separately [\#512](https://github.com/gisaia/ARLAS-server/issues/512)

**Miscellaneous:**

- Partition-filter docs contains typo [\#473](https://github.com/gisaia/ARLAS-server/issues/473) [[documentation](https://github.com/gisaia/ARLAS-server/labels/documentation)]

## [v11.6.1](https://github.com/gisaia/ARLAS-server/tree/v11.6.1) (2019-09-06)

[Full Changelog](https://github.com/gisaia/ARLAS-server/compare/v11.6.0...v11.6.1)
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>11.6.2</version>
<version>11.6.3</version>
<packaging>jar</packaging>
<name>ARLAS server admin</name>

<parent>
<groupId>io.arlas</groupId>
<artifactId>arlas-server-parent</artifactId>
<version>11.6.2</version>
<version>11.6.3</version>
</parent>

<distributionManagement>
Expand All @@ -27,7 +27,7 @@
<dependency>
<groupId>io.arlas</groupId>
<artifactId>arlas-core</artifactId>
<version>11.6.2</version>
<version>11.6.3</version>
</dependency>
</dependencies>

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>11.6.2</version>
<version>11.6.3</version>
<packaging>jar</packaging>
<name>ARLAS server core</name>

<parent>
<groupId>io.arlas</groupId>
<artifactId>arlas-server-parent</artifactId>
<version>11.6.2</version>
<version>11.6.3</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>11.6.2</version>
<version>11.6.3</version>
<packaging>jar</packaging>
<name>ARLAS server opensearch</name>

<parent>
<groupId>io.arlas</groupId>
<artifactId>arlas-server-parent</artifactId>
<version>11.6.2</version>
<version>11.6.3</version>
</parent>

<dependencies>
<dependency>
<groupId>io.arlas</groupId>
<artifactId>arlas-rest</artifactId>
<version>11.6.2</version>
<version>11.6.3</version>
</dependency>
<dependency>
<groupId>io.arlas</groupId>
<artifactId>ogc-common</artifactId>
<version>11.6.2</version>
<version>11.6.3</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>11.6.2</version>
<version>11.6.3</version>
<packaging>jar</packaging>
<name>ARLAS server rest</name>

<parent>
<groupId>io.arlas</groupId>
<artifactId>arlas-server-parent</artifactId>
<version>11.6.2</version>
<version>11.6.3</version>
</parent>

<dependencies>
<dependency>
<groupId>io.arlas</groupId>
<artifactId>arlas-core</artifactId>
<version>11.6.2</version>
<version>11.6.3</version>
</dependency>
</dependencies>

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>11.6.2</version>
<version>11.6.3</version>
<packaging>jar</packaging>
<name>ARLAS server</name>

<parent>
<groupId>io.arlas</groupId>
<artifactId>arlas-server-parent</artifactId>
<version>11.6.2</version>
<version>11.6.3</version>
</parent>

<dependencies>
<dependency>
<groupId>io.arlas</groupId>
<artifactId>arlas-rest</artifactId>
<version>11.6.2</version>
<version>11.6.3</version>
</dependency>
<dependency>
<groupId>io.arlas</groupId>
<artifactId>arlas-opensearch</artifactId>
<version>11.6.2</version>
<version>11.6.3</version>
</dependency>
<dependency>
<groupId>io.arlas</groupId>
<artifactId>ogc-csw</artifactId>
<version>11.6.2</version>
<version>11.6.3</version>
</dependency>
<dependency>
<groupId>io.arlas</groupId>
<artifactId>ogc-wfs</artifactId>
<version>11.6.2</version>
<version>11.6.3</version>
</dependency>
<dependency>
<groupId>io.arlas</groupId>
<artifactId>arlas-admin</artifactId>
<version>11.6.2</version>
<version>11.6.3</version>
</dependency>
<dependency>
<groupId>org.elasticsearch.client</groupId>
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>11.6.2</version>
<version>11.6.3</version>
<packaging>jar</packaging>
<name>ARLAS server tests</name>

<parent>
<groupId>io.arlas</groupId>
<artifactId>arlas-server-parent</artifactId>
<version>11.6.2</version>
<version>11.6.3</version>
</parent>

<dependencies>
<dependency>
<groupId>io.arlas</groupId>
<artifactId>arlas-server</artifactId>
<version>11.6.2</version>
<version>11.6.3</version>
</dependency>

<!-- ____________________________________________________ -->
Expand Down
6 changes: 3 additions & 3 deletions ogc-common/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>ogc-common</artifactId>
<version>11.6.2</version>
<version>11.6.3</version>
<packaging>jar</packaging>
<name>ARLAS ogc common</name>

<parent>
<groupId>io.arlas</groupId>
<artifactId>arlas-server-parent</artifactId>
<version>11.6.2</version>
<version>11.6.3</version>
</parent>

<dependencies>
<dependency>
<groupId>io.arlas</groupId>
<artifactId>arlas-core</artifactId>
<version>11.6.2</version>
<version>11.6.3</version>
</dependency>
</dependencies>

Expand Down
6 changes: 3 additions & 3 deletions ogc-csw/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>ogc-csw</artifactId>
<version>11.6.2</version>
<version>11.6.3</version>
<packaging>jar</packaging>
<name>ARLAS ogc csw</name>

<parent>
<groupId>io.arlas</groupId>
<artifactId>arlas-server-parent</artifactId>
<version>11.6.2</version>
<version>11.6.3</version>
</parent>

<dependencies>
<dependency>
<groupId>io.arlas</groupId>
<artifactId>ogc-common</artifactId>
<version>11.6.2</version>
<version>11.6.3</version>
</dependency>
</dependencies>

Expand Down
6 changes: 3 additions & 3 deletions ogc-wfs/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>ogc-wfs</artifactId>
<version>11.6.2</version>
<version>11.6.3</version>
<packaging>jar</packaging>
<name>ARLAS ogc wfs</name>

<parent>
<groupId>io.arlas</groupId>
<artifactId>arlas-server-parent</artifactId>
<version>11.6.2</version>
<version>11.6.3</version>
</parent>

<dependencies>
<dependency>
<groupId>io.arlas</groupId>
<artifactId>ogc-common</artifactId>
<version>11.6.2</version>
<version>11.6.3</version>
</dependency>
</dependencies>

Expand Down
Loading

0 comments on commit dee80f5

Please sign in to comment.