Skip to content

Commit 644f65c

Browse files
committed
1.19.1
1 parent 953f2f2 commit 644f65c

File tree

1 file changed

+35
-27
lines changed

1 file changed

+35
-27
lines changed

CHANGELOG.md

+35-27
Original file line numberDiff line numberDiff line change
@@ -2,53 +2,61 @@
22
All notable changes to this project will be documented in this file.
33
This project adheres to [Semantic Versioning](http://semver.org/).
44

5+
## [1.19.1] = 2019-11-18
6+
### Updated
7+
- cfc65a1: Refactored repo, moved to Go modules, updated vendor dependencies.
8+
9+
### Fixed
10+
- 9d27533: Fix infinite loop on tile38-cli connection failure.
11+
- #509: Fixed panic on AOFSHRINK. (@jordanferenz)
12+
513
## [1.19.0] = 2019-11-02
614
### Added
7-
- #464: Add area expressions commands. (@rshura)
15+
- #464: Add area expressions TEST command. (@rshura)
816

9-
### Fixes
17+
### Fixed
1018
- #493: Fix invalid JSON when JSET strings that look like numbers. (@spierepf, @JordanArmstrong)
1119
- #499: Fix invalid PubSub format when output is set to JSON. (@dmvass)
1220
- #500: Fix Tile38-cli not propertly handling quotes. (@vthorsell)
1321
- #502: Fix excessive memory usage for objects with TTLs. commit 23b016d. (@FreakyBytes)
1422
- #503: Fix fprintf type error in stats_cpu.go for non-linux/darwin builds. (@JordanArmstrong)
1523

16-
### Changes
24+
### Changed
1725
- #505: Update Travi-ci to use Go 1.13.x
1826

1927
## [1.18.0] = 2019-10-09
20-
### Enhancement
28+
### Updated
2129
- 639f6e2: Updated the spatial index (R-tree) implementation.
2230

23-
### Fixes
31+
### Fixed
2432
- b092cea: Fixed MQTT blocking on publish/wait.
2533
- #496: Fixed MQTT client ID uniqueness. (@neterror)
2634
- #497: Fixed data race on webhook map with TTLs. (@belek)
2735
- #498: Fixed JSET cancels objects TTL expiry value. (@belek)
2836

2937
## [1.17.6] - 2019-08-22
30-
### Fixes
38+
### Fixed
3139
- 3d96b17: Fixed periodic stop-the-world pauses for systems with large heaps.
3240

3341
## [1.17.5] - 2019-08-22
34-
### Fixes
42+
### Fixed
3543
- #489: Fixed nearby count always one (@jkarjala)
3644

3745
## [1.17.4] - 2019-08-09
38-
### Fixes
46+
### Fixed
3947
- #486: Fixed data condition on connections map (@saltatory)
4048

4149
## [1.17.3] - 2019-08-03
42-
### Fixes
50+
### Fixed
4351
- #483: Fixed lua pool pruning (@rshura)
4452
- f7888c1: Fixed malformed json for chans command
4553

4654
## [1.17.2] - 2019-06-28
47-
### Fixes
55+
### Fixed
4856
- #422: Fixes NEARBY command distance normalization issue (@TrivikrAm-Pamarthi, @melbania)
4957

5058
## [1.17.1] - 2019-05-04
51-
### Fixes
59+
### Fixed
5260
- #448: Fixed missing commands for unsubscribing from active channel (@githubfr)
5361
- #454: Fixed colored output for fatalf (@olevole)
5462
- #453: Fixed nearby json field results showing wrong data (@melbania)
@@ -57,18 +65,18 @@ This project adheres to [Semantic Versioning](http://semver.org/).
5765
### Added
5866
- #446: Added timeouts to allow prepending commands with a TIMEOUT option. (@rshura)
5967

60-
### Fixes
68+
### Fixed
6169
- #440: Fixed crash with fence ROAM (@githubfr)
6270

63-
### Changes
71+
### Changed
6472
- 3ae5927: Removed experimental evio option
6573

6674
## [1.16.4] - 2019-03-19
67-
### Fixes
75+
### Fixed
6876
- e1a7145: Hotfix. Do not ignore SIGHUP. Use the `--nohup` flag or `nohup` command.
6977

7078
## [1.16.3] - 2019-03-19
71-
### Fixes
79+
### Fixed
7280
- #437: Fixed clients blocking while webook sending. (@tesujiro)
7381

7482
### Added
@@ -78,18 +86,18 @@ This project adheres to [Semantic Versioning](http://semver.org/).
7886
- 5335aec: Allow for standard SQS URLs. (@tobilg)
7987

8088
## [1.16.2] - 2019-03-12
81-
### Fixes
89+
### Fixed
8290
- #432: Ignore SIGHUP signals. (@abhit011)
8391
- #433: Fixed nearby inaccuracy with geofence. (@stcktrce)
8492
- #429: Memory optimization, recycle AOF buffer.
8593
- 95a5556: Added periodic yielding to iterators. (@rshura)
8694

8795
## [1.16.1] - 2019-03-01
88-
### Fixes
96+
### Fixed
8997
- #421: Nearby with MATCH is returning invalid results (@nithinkota)
9098

9199
## [1.16.0] - 2019-02-25
92-
### Fixes
100+
### Fixed
93101
- #415: Fixed overlapping geofences sending notifcation to wrong endpoint. (@belek, @s32x)
94102
- #412: Allow SERVER command for Lua scripts. (@1995parham)
95103
- #410: Allow slashes in MQTT Topics (@pstuifzand)
@@ -102,7 +110,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
102110
- #404: Adding more replication data to INFO response. (@s32x)
103111

104112
## [1.15.0] - 2019-01-16
105-
### Fixes
113+
### Fixed
106114
- #403: JSON Output for INFO and CLIENT (@s32x)
107115
- #401: Fixing KEYS command (@s32x)
108116
- #398: Ensuring channel publish order (@s32x)
@@ -115,7 +123,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
115123
- #395: Add RENAME and RENAMENX commands. (@rshura)
116124

117125
## [1.14.4] - 2018-12-03
118-
### Fixes
126+
### Fixed
119127
- #394: Hotfix MultiPolygon intersect failure. (@contra)
120128
- #392: Fix TLS certs missing in Docker. (@vziukas, @s32x)
121129

@@ -125,15 +133,15 @@ This project adheres to [Semantic Versioning](http://semver.org/).
125133
- Add optimized spatial index for fences
126134

127135
## [1.14.3] - 2018-11-20
128-
### Fixes
136+
### Fixed
129137
- Hotfix SCRIPT LOAD not executing from cli. (@rshura)
130138

131139
## [1.14.2] - 2018-11-15
132-
### Fixes
140+
### Fixed
133141
- #386: Fix version not being set at build. (@stevelacy)
134142

135143
## [1.14.1] - 2018-11-15
136-
### Fixes
144+
### Fixed
137145
- #385: Add `version` to SERVER command response (@stevelacy)
138146
- Hotfix replica sync needs flushing (@rshura)
139147
- Fixed a bug where some AOF commands where corrupted during reload
@@ -146,7 +154,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
146154
- kNN haversine distance optimization (@rshura)
147155
- Evio networking beta using the "-evio yes" and "-threads num" flags
148156

149-
### Fixes
157+
### Fixed
150158
- #369: Fix poly in hole query
151159

152160
## [1.13.0] - 2018-08-29
@@ -157,7 +165,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
157165
- #340: Add MQTT tls/cert options (@tobilg)
158166
- #314: Add CLIP subcommand to INTERSECTS (@rshura)
159167

160-
### Changes
168+
### Changed
161169
- 3ae26e3: Updated B-tree implementation
162170
- 1d78a41: Updated R-tree implementation
163171

@@ -184,7 +192,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
184192
- 11b42c0: Option to disable AOF or to use a custom path: #220 #223 #297 (@sign0, @umpc, @fmr683, @zhangfeng158)
185193
- #296: Add Meta data to hooks command (@tobilg)
186194

187-
### Changes
195+
### Changed
188196
- 11b42c0: Updated help menu and show more options
189197

190198
### Fixed
@@ -396,7 +404,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
396404
- Added OUTPUT command to allow for outputing JSON when using RESP
397405
- Added DETECT option to geofences
398406

399-
### Changes
407+
### Changed
400408
- New AOF file structure.
401409
- Quicker and safer AOFSHRINK.
402410

0 commit comments

Comments
 (0)