2
2
All notable changes to this project will be documented in this file.
3
3
This project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
4
4
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
+
5
13
## [ 1.19.0] = 2019-11-02
6
14
### Added
7
- - #464 : Add area expressions commands . (@rshura )
15
+ - #464 : Add area expressions TEST command . (@rshura )
8
16
9
- ### Fixes
17
+ ### Fixed
10
18
- #493 : Fix invalid JSON when JSET strings that look like numbers. (@spierepf , @JordanArmstrong )
11
19
- #499 : Fix invalid PubSub format when output is set to JSON. (@dmvass )
12
20
- #500 : Fix Tile38-cli not propertly handling quotes. (@vthorsell )
13
21
- #502 : Fix excessive memory usage for objects with TTLs. commit 23b016d. (@FreakyBytes )
14
22
- #503 : Fix fprintf type error in stats_cpu.go for non-linux/darwin builds. (@JordanArmstrong )
15
23
16
- ### Changes
24
+ ### Changed
17
25
- #505 : Update Travi-ci to use Go 1.13.x
18
26
19
27
## [ 1.18.0] = 2019-10-09
20
- ### Enhancement
28
+ ### Updated
21
29
- 639f6e2: Updated the spatial index (R-tree) implementation.
22
30
23
- ### Fixes
31
+ ### Fixed
24
32
- b092cea: Fixed MQTT blocking on publish/wait.
25
33
- #496 : Fixed MQTT client ID uniqueness. (@neterror )
26
34
- #497 : Fixed data race on webhook map with TTLs. (@belek )
27
35
- #498 : Fixed JSET cancels objects TTL expiry value. (@belek )
28
36
29
37
## [ 1.17.6] - 2019-08-22
30
- ### Fixes
38
+ ### Fixed
31
39
- 3d96b17: Fixed periodic stop-the-world pauses for systems with large heaps.
32
40
33
41
## [ 1.17.5] - 2019-08-22
34
- ### Fixes
42
+ ### Fixed
35
43
- #489 : Fixed nearby count always one (@jkarjala )
36
44
37
45
## [ 1.17.4] - 2019-08-09
38
- ### Fixes
46
+ ### Fixed
39
47
- #486 : Fixed data condition on connections map (@saltatory )
40
48
41
49
## [ 1.17.3] - 2019-08-03
42
- ### Fixes
50
+ ### Fixed
43
51
- #483 : Fixed lua pool pruning (@rshura )
44
52
- f7888c1: Fixed malformed json for chans command
45
53
46
54
## [ 1.17.2] - 2019-06-28
47
- ### Fixes
55
+ ### Fixed
48
56
- #422 : Fixes NEARBY command distance normalization issue (@TrivikrAm-Pamarthi , @melbania )
49
57
50
58
## [ 1.17.1] - 2019-05-04
51
- ### Fixes
59
+ ### Fixed
52
60
- #448 : Fixed missing commands for unsubscribing from active channel (@githubfr )
53
61
- #454 : Fixed colored output for fatalf (@olevole )
54
62
- #453 : Fixed nearby json field results showing wrong data (@melbania )
@@ -57,18 +65,18 @@ This project adheres to [Semantic Versioning](http://semver.org/).
57
65
### Added
58
66
- #446 : Added timeouts to allow prepending commands with a TIMEOUT option. (@rshura )
59
67
60
- ### Fixes
68
+ ### Fixed
61
69
- #440 : Fixed crash with fence ROAM (@githubfr )
62
70
63
- ### Changes
71
+ ### Changed
64
72
- 3ae5927: Removed experimental evio option
65
73
66
74
## [ 1.16.4] - 2019-03-19
67
- ### Fixes
75
+ ### Fixed
68
76
- e1a7145: Hotfix. Do not ignore SIGHUP. Use the ` --nohup ` flag or ` nohup ` command.
69
77
70
78
## [ 1.16.3] - 2019-03-19
71
- ### Fixes
79
+ ### Fixed
72
80
- #437 : Fixed clients blocking while webook sending. (@tesujiro )
73
81
74
82
### Added
@@ -78,18 +86,18 @@ This project adheres to [Semantic Versioning](http://semver.org/).
78
86
- 5335aec: Allow for standard SQS URLs. (@tobilg )
79
87
80
88
## [ 1.16.2] - 2019-03-12
81
- ### Fixes
89
+ ### Fixed
82
90
- #432 : Ignore SIGHUP signals. (@abhit011 )
83
91
- #433 : Fixed nearby inaccuracy with geofence. (@stcktrce )
84
92
- #429 : Memory optimization, recycle AOF buffer.
85
93
- 95a5556: Added periodic yielding to iterators. (@rshura )
86
94
87
95
## [ 1.16.1] - 2019-03-01
88
- ### Fixes
96
+ ### Fixed
89
97
- #421 : Nearby with MATCH is returning invalid results (@nithinkota )
90
98
91
99
## [ 1.16.0] - 2019-02-25
92
- ### Fixes
100
+ ### Fixed
93
101
- #415 : Fixed overlapping geofences sending notifcation to wrong endpoint. (@belek , @s32x )
94
102
- #412 : Allow SERVER command for Lua scripts. (@1995parham )
95
103
- #410 : Allow slashes in MQTT Topics (@pstuifzand )
@@ -102,7 +110,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
102
110
- #404 : Adding more replication data to INFO response. (@s32x )
103
111
104
112
## [ 1.15.0] - 2019-01-16
105
- ### Fixes
113
+ ### Fixed
106
114
- #403 : JSON Output for INFO and CLIENT (@s32x )
107
115
- #401 : Fixing KEYS command (@s32x )
108
116
- #398 : Ensuring channel publish order (@s32x )
@@ -115,7 +123,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
115
123
- #395 : Add RENAME and RENAMENX commands. (@rshura )
116
124
117
125
## [ 1.14.4] - 2018-12-03
118
- ### Fixes
126
+ ### Fixed
119
127
- #394 : Hotfix MultiPolygon intersect failure. (@contra )
120
128
- #392 : Fix TLS certs missing in Docker. (@vziukas , @s32x )
121
129
@@ -125,15 +133,15 @@ This project adheres to [Semantic Versioning](http://semver.org/).
125
133
- Add optimized spatial index for fences
126
134
127
135
## [ 1.14.3] - 2018-11-20
128
- ### Fixes
136
+ ### Fixed
129
137
- Hotfix SCRIPT LOAD not executing from cli. (@rshura )
130
138
131
139
## [ 1.14.2] - 2018-11-15
132
- ### Fixes
140
+ ### Fixed
133
141
- #386 : Fix version not being set at build. (@stevelacy )
134
142
135
143
## [ 1.14.1] - 2018-11-15
136
- ### Fixes
144
+ ### Fixed
137
145
- #385 : Add ` version ` to SERVER command response (@stevelacy )
138
146
- Hotfix replica sync needs flushing (@rshura )
139
147
- Fixed a bug where some AOF commands where corrupted during reload
@@ -146,7 +154,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
146
154
- kNN haversine distance optimization (@rshura )
147
155
- Evio networking beta using the "-evio yes" and "-threads num" flags
148
156
149
- ### Fixes
157
+ ### Fixed
150
158
- #369 : Fix poly in hole query
151
159
152
160
## [ 1.13.0] - 2018-08-29
@@ -157,7 +165,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
157
165
- #340 : Add MQTT tls/cert options (@tobilg )
158
166
- #314 : Add CLIP subcommand to INTERSECTS (@rshura )
159
167
160
- ### Changes
168
+ ### Changed
161
169
- 3ae26e3: Updated B-tree implementation
162
170
- 1d78a41: Updated R-tree implementation
163
171
@@ -184,7 +192,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
184
192
- 11b42c0: Option to disable AOF or to use a custom path: #220 #223 #297 (@sign0 , @umpc , @fmr683 , @zhangfeng158 )
185
193
- #296 : Add Meta data to hooks command (@tobilg )
186
194
187
- ### Changes
195
+ ### Changed
188
196
- 11b42c0: Updated help menu and show more options
189
197
190
198
### Fixed
@@ -396,7 +404,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
396
404
- Added OUTPUT command to allow for outputing JSON when using RESP
397
405
- Added DETECT option to geofences
398
406
399
- ### Changes
407
+ ### Changed
400
408
- New AOF file structure.
401
409
- Quicker and safer AOFSHRINK.
402
410
0 commit comments