tile38/CHANGELOG.md

29 lines
914 B
Markdown
Raw Normal View History

2016-04-18 23:56:49 +03:00
# Change Log
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).
2016-04-19 15:41:09 +03:00
## [1.1.4] - 2016-04-19
2016-04-18 23:56:49 +03:00
### Fixed
- #12: Issue where a newline was being added to HTTP POST requests.
2016-04-19 15:41:09 +03:00
- #13: OBJECT keyword not accepted for WITHIN command
- Panic on missing key for search requests.
2016-04-18 23:56:49 +03:00
## [1.1.2] - 2016-04-12
### Fixed
- A glob suffix wildcard can result in extra hits.
- The native live geofence sometimes fails connections.
## [1.1.0] - 2016-04-02
### Added
- Resp client support. All major programming languages now supported.
- Added WITHFIELDS option to GET.
- Added OUTPUT command to allow for outputing JSON when using RESP.
- Added DETECT option to geofences.
### Changes
- New AOF file structure.
- Quicker and safer AOFSHRINK.
### Deprecation Warning
- Native protocol support is being deprecated in a future release in favor of RESP.