From dfcdeb7a51f65b32fbb55eda4477b525cd40f840 Mon Sep 17 00:00:00 2001 From: tidwall Date: Sun, 11 Nov 2018 15:05:20 -0700 Subject: [PATCH] 1.14.0 --- CHANGELOG.md | 12 ++++++++++++ README.md | 2 +- build.sh | 2 +- 3 files changed, 14 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c513726d..192a2eac 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,18 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). +## [1.14.0] - 2018-11-11 +### Added +- INTERSECT/WITHIN optimization that may drastically improve searching polygons that have lots of points. +- Faster responses for write operations such as SET/DEL +- NEARBY now always returns objects from nearest to farthest (@rshura) +- kNN haversine distance optimization (@rshura) +- Evio networking beta using the "-evio yes" and "-threads num" flags + +### Fixes +- #369: Fix poly in hole query + + ## [1.13.0] - 2018-08-29 ### Added - eef5f3c: Add geofence notifications over pub/sub channels diff --git a/README.md b/README.md index 20916a88..7cea133c 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@
- +