mirror of https://github.com/tidwall/tile38.git
1.14.4
This commit is contained in:
parent
c75a144b83
commit
88e4cc2035
10
CHANGELOG.md
10
CHANGELOG.md
|
@ -2,6 +2,16 @@
|
||||||
All notable changes to this project will be documented in this file.
|
All notable changes to this project will be documented in this file.
|
||||||
This project adheres to [Semantic Versioning](http://semver.org/).
|
This project adheres to [Semantic Versioning](http://semver.org/).
|
||||||
|
|
||||||
|
## [1.14.4] - 2018-12-03
|
||||||
|
### Fixes
|
||||||
|
- #394: Hotfix MultiPolygon intersect failure. (@contra)
|
||||||
|
- #392: Fix TLS certs missing in Docker. (@vziukas, @s32x)
|
||||||
|
|
||||||
|
### Added
|
||||||
|
- Add extended server stats with SERVER EXT. (@s32x)
|
||||||
|
- Add Kafka key to match notication key. (Josef Simonson)
|
||||||
|
- Add optimized spatial index for fences
|
||||||
|
|
||||||
## [1.14.3] - 2018-11-20
|
## [1.14.3] - 2018-11-20
|
||||||
### Fixes
|
### Fixes
|
||||||
- Hotfix SCRIPT LOAD not executing from cli. (@rshura)
|
- Hotfix SCRIPT LOAD not executing from cli. (@rshura)
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
</p>
|
</p>
|
||||||
<p align="center">
|
<p align="center">
|
||||||
<a href="https://join.slack.com/t/tile38/shared_invite/enQtMzQ0OTEwMDUxMzc5LTc0NTJjZmM3YjFhOGZiZGU2NDNjOWEwM2Q5ZWE3MzFiYWZkZDIyN2U2ZmUzZDBmODU0MjI1ZjQ0N2Y1M2I1NTg"><img src="https://img.shields.io/badge/slack-channel-orange.svg" alt="Slack Channel"></a>
|
<a href="https://join.slack.com/t/tile38/shared_invite/enQtMzQ0OTEwMDUxMzc5LTc0NTJjZmM3YjFhOGZiZGU2NDNjOWEwM2Q5ZWE3MzFiYWZkZDIyN2U2ZmUzZDBmODU0MjI1ZjQ0N2Y1M2I1NTg"><img src="https://img.shields.io/badge/slack-channel-orange.svg" alt="Slack Channel"></a>
|
||||||
<a href="https://github.com/tidwall/tile38/releases"><img src="https://img.shields.io/badge/version-1.14.3-green.svg?" alt="Version"></a>
|
<a href="https://github.com/tidwall/tile38/releases"><img src="https://img.shields.io/badge/version-1.14.4-green.svg?" alt="Version"></a>
|
||||||
<a href="https://travis-ci.org/tidwall/tile38"><img src="https://travis-ci.org/tidwall/tile38.svg?branch=master" alt="Build Status"></a>
|
<a href="https://travis-ci.org/tidwall/tile38"><img src="https://travis-ci.org/tidwall/tile38.svg?branch=master" alt="Build Status"></a>
|
||||||
<a href="https://hub.docker.com/r/tile38/tile38"><img src="https://img.shields.io/badge/docker-ready-blue.svg" alt="Docker Ready"></a>
|
<a href="https://hub.docker.com/r/tile38/tile38"><img src="https://img.shields.io/badge/docker-ready-blue.svg" alt="Docker Ready"></a>
|
||||||
</p>
|
</p>
|
||||||
|
|
Loading…
Reference in New Issue