-
-
Notifications
You must be signed in to change notification settings - Fork 96
/
FASTOREDIS_CHANGELOG
715 lines (585 loc) · 14.8 KB
/
FASTOREDIS_CHANGELOG
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
2.5.0 / November 18, 2019
[Alexandr Topilski]
- Security issues
2.4.1 / September 2, 2019
[Alexandr Topilski]
- Stabilization
2.4.0 / July 13, 2019
[Alexandr Topilski]
- Redis-timeseries module
2.3.1 / June 18, 2019
[Alexandr Topilski]
- Update sources
2.3.0 / May 17, 2019
[Alexandr Topilski]
- New build scripts
- Update third-party libraries
2.2.1 / April 28, 2019
[Alexandr Topilski]
- Fixed MacOSX path
2.2.0 / April 21, 2019
[Alexandr Topilski]
- Update libssh2 sources to version 1.9.0 dev
- Update json-c sources to version 0.13.99
- Update common sources to version 1.23.5
- Update FastoNoSQL core sources to version 1.7.3
2.1.5 / April 13, 2019
[Alexandr Topilski]
- redis-cell commands
2.1.4 / April 10, 2019
[Alexandr Topilski]
- User expire time
2.1.3 / April 4, 2019
[Alexandr Topilski]
- Stabilization, update core
2.1.2 / March 31, 2019
[Alexandr Topilski]
- Update core lib
2.1.1 / March 19, 2019
[Alexandr Topilski]
- Hot settings only for PRO/Enterprise version
2.1.0 / March 19, 2019
[Alexandr Topilski]
- Pickle converter
- Azure connection from string
2.0.1 / March 8, 2019
[Alexandr Topilski]
- More Redisearch commands
- Copy to clipboard
2.0.0 / March 2, 2019
[Alexandr Topilski]
- Enterprise
- Save password
1.24.3 / February 27, 2019
[Alexandr Topilski]
- Stabilization
1.24.2 / February 21, 2019
[Alexandr Topilski]
- Fixed socket leaks
1.24.1 / February 16, 2019
[Alexandr Topilski]
- Secure connection only in PRO version
1.24.0 / February 12, 2019
[Alexandr Topilski]
- SSH + SSL (ElastiCache connections)
1.23.5 / February 9, 2019
[Alexandr Topilski]
- Fixed sentinels settings
- SSH dialog typo
1.23.4 / February 2, 2019
[Alexandr Topilski]
- Fixed discovery cluster
1.23.3 / January 13, 2019
[Alexandr Topilski]
- Deleting multiple keys UI #92
1.23.2 / December 29, 2018
[Alexandr Topilski]
- Fixed rendering issues in explorer tree
1.23.1 / December 25, 2018
[Alexandr Topilski]
- Fixed rendering tree issues
1.23.0 / December 23, 2018
[Alexandr Topilski]
- Viewer for LIST and HASH types
1.22.4 / December 17, 2018
[Alexandr Topilski]
- Stabilization
1.22.3 / December 16, 2018
[Alexandr Topilski]
- Welcome tab
1.22.2 / December 9, 2018
[Alexandr Topilski]
- ZPOPMAX, ZPOPMIN commands
- Clients monitor
1.22.1 / December 2, 2018
[Alexandr Topilski]
- Get key type context menu item
- Get value types by server version
- UNLINK command
1.22.0 / November 26, 2018
[Alexandr Topilski]
- Set client name
1.21.3 / November 22, 2018
[Alexandr Topilski]
- Stabilization
1.21.2 / November 21, 2018
[Alexandr Topilski]
- Removed not needed checks
1.21.1 / November 19, 2018
[Alexandr Topilski]
- Rename branch
1.21.0 / November 12, 2018
[Alexandr Topilski]
- Up core lib to 1.4.0
1.20.3 / November 8, 2018
[Alexandr Topilski]
- LZ4/Snappy/Bzip2 views
- BASE64 view
- Db types review
- JSON.DEL command UI handling
1.20.2 / November 3, 2018
[Alexandr Topilski]
- Hexed values if symbols can't be displayed
- Zlib/GZip views
1.20.1 / November 2, 2018
[Alexandr Topilski]
- Stablilization
1.20.0 / October 31, 2018
[Alexandr Topilski]
- New settings strategy
- Binary content fixes
1.19.4 / October 22, 2018
[Alexandr Topilski]
- Stabilization
- Args limit changed
1.19.3 / October 18, 2018
[Alexandr Topilski]
- Fix create key routine
- Stabilization
1.19.2 / October 15, 2018
[Alexandr Topilski]
- Json view fixes
- Redis 5.0 commands description
1.19.1 / October 12, 2018
[Alexandr Topilski]
- Auto revert views after queries
- FastoViewer for values
1.19.0 / October 8, 2018
[Alexandr Topilski]
- Core module
- Design edit dialog
- Key view
1.18.3 / October 1, 2018
[Alexandr Topilski]
- Commands 5.0 handling
1.18.2 / September 27, 2018
[Alexandr Topilski]
- Stabilization
1.18.1 / September 19, 2018
[Alexandr Topilski]
- Support old Redis servers
1.18.0 / September 15, 2018
[Alexandr Topilski]
- Modules in PRO version
1.17.1 / September 15, 2018
[Alexandr Topilski]
- Send statistic
1.17.0 / September 15, 2018
[Alexandr Topilski]
- PRO version
1.16.10 / August 12, 2018
[Alexandr Topilski]
- Removed trial dialog
1.16.9 / August 9, 2018
[Alexandr Topilski]
- Update QScintilla to version 2.10.7
- Update Snappy to version 1.1.7
- Update common to version 1.18.9
- Build strategy type
1.16.8 / August 5, 2018
[Alexandr Topilski]
- Save last login
- New credential dialog
1.16.7 / Jule 31, 2018
[Alexandr Topilski]
- Stabilization
1.16.6 / Jule 7, 2018
[Alexandr Topilski]
- Add key to branch
1.16.5 / May 23, 2018
[Alexandr Topilski]
- Update QScintilla to version 2.10.4
- Update libssh2 (ED25519 Key Support)
1.16.4 / April 20, 2018
[Alexandr Topilski]
- Delete key hotkey
- New port for auth
1.16.3 / April 15, 2018
[Alexandr Topilski]
- Added examples for main commands
1.16.2 / April 4, 2018
[Alexandr Topilski]
- JSONDUMP command for all databases
- Unicode view
1.16.1 / March 28, 2018
[Alexandr Topilski]
- Ban users
1.16.0 / March 27, 2018
[Alexandr Topilski]
- New trials mode
1.15.7 / March 17, 2018
[Alexandr Topilski]
- Compiler flags
- Up Openssl to 1.1.0g version
1.15.6 / March 12, 2018
[Alexandr Topilski]
- First/Last name
1.15.5 / March 8, 2018
[Alexandr Topilski]
- Update QScintilla to version 2.10.3
1.15.4 / February 28, 2018
[Alexandr Topilski]
- Sync password remote
1.15.3 / February 17, 2018
[Alexandr Topilski]
- More compression views
1.15.2 / February 10, 2018
[Alexandr Topilski]
- Json rpc for statistic/version
1.15.1 / February 1, 2018
[Alexandr Topilski]
- Fix password dialog
1.14.1 / January 17, 2018
[Alexandr Topilski]
- CONFIG GET databases different behavior than in Redis
- Runtime SSH password
- Update external libraries
1.14.0 / January 10, 2018
[Alexandr Topilski]
- Save/Restore MainWindow position
- Save Json fixes
1.13.3 / January 2, 2018
[Alexandr Topilski]
- How to use dialog
- Bug fixes
1.13.2 / December 30, 2017
[Alexandr Topilski]
- #80 can't connect using ssh
- rebloom commands support
1.13.1 / December 21, 2017
[Alexandr Topilski]
- SSH input checks
- Text view combobox
- Retina display support
1.13.0 / December 14, 2017
[Alexandr Topilski]
- Verify private user password
- UI fixes
- Is public version now trial
1.12.1 / December 5, 2017
[Alexandr Topilski]
- Check update fixes
1.12.0 / December 5, 2017
[Alexandr Topilski]
- XADD command UI handling
- XRANGE command UI handling
- Support streams type
- Keys displaying strategy
- Clone connection functionality
- Fixed history workflow
- XML viewer
1.11.0 / November 26, 2017
[Alexandr Topilski]
- Fixed download links
- Validate json
1.10.0 / November 22, 2017
[Alexandr Topilski]
- EULA dialog
- Full support JSON.GET/JSON.SET commands
- Basic support RediSearch, redis-graph types
- Json keys validation
- MGET command UI handling
- PEXPIRE command UI handling
- PTTL command UI handling
- MSET command UI handling
- MSETNX command UI handling
1.9.1 / November 4, 2017
[Alexandr Topilski]
- Validate server commands
- Commands complex value
- Hex editor save value
1.9.0 / October 28, 2017
[Alexandr Topilski]
- redis-graph commands support
- redisearch commands support
- rejson commands support
- neural-redis commands support
- Handle runtime commands
1.8.8 / October 23, 2017
[Alexandr Topilski]
- Bug fixes
- Stabilization
1.8.7 / October 20, 2017
[Alexandr Topilski]
- Decrement becomes self increment #74
- Send statistic
- Cant save config and restore #73
1.8.6 / October 12, 2017
[Alexandr Topilski]
- Optimization in key inserting routine
- Bug fixes
1.8.5 / October 11, 2017
[Alexandr Topilski]
- UI settings layout changed, without backward compatibility
- Changed displaying of namespace
- Complex namespace separator
1.8.4 / October 10, 2017
[Alexandr Topilski]
- Bug fixes
1.8.3 / October 2, 2017
[Alexandr Topilski]
- Ui improvements
1.8.2 / September 27, 2017
[Alexandr Topilski]
- Move web links into "Help" menu #69
- [Windows] Processor featuring BMI2 extensions required #45
- FastoNoSQL silently fails to launch, because it mistakenly assumes my CPU supports AVX #29
- The Windows Error Reporting GUI fails to appear when FastoNoSQL crashes #28
1.8.1 / September 19, 2017
[Alexandr Topilski]
- CONFIG GET does not work #43
1.8.0 / September 15, 2017
[Alexandr Topilski]
- SSL connection (Azure service)
- Crash on ubuntu 16.04 when running transaction on Redis #42
1.7.1 / August 17, 2017
[Alexandr Topilski]
- Bug fixes
1.7.0 / August 15, 2017
[Alexandr Topilski]
- Multi selection in explorer tree
- Binary keys support
- Fix Export/Import settings
1.6.1 / August 5, 2017
[Alexandr Topilski]
- Https server for fastonosql.com
- External libs info
1.6.0 / Jule 31, 2017
[Alexandr Topilski]
- Snappy view
- Added BITFIELD command
- #26 Different JsonFormat for better readable json
- #68 Don't show "Check version" modal on every start
- #71 Bug: Crashes on windows if key doesn't exist
- Update QScintilla to version 2.10.1
- Update libssh2 sources to version 1.8.1 dev
1.5.1 / May 18, 2017
[Alexandr Topilski]
- Bug fixes
1.5.0 / Fabruary 2, 2017
[Alexandr Topilski]
- Pub/Sub dialog
- DECR UI handling
- DECRBY UI handling
- Fix text editor value change
1.4.1 / January 12, 2017
[Alexandr Topilski]
- #19 failled to load xcb plugin
1.4.0 / December 30, 2016
[Alexandr Topilski]
- Font size preference
1.3.0 / December 17, 2016
[Alexandr Topilski]
- Ui bug fixes
- Validate input
- LPUSH UI handling
- SADD UI handling
- ZADD UI handling
- HMSET UI handling
- INCR UI handling
- INCRBY UI handling
- INCRBYFLOAT UI handling
- ZETEX UI handling
- ZETNX UI handling
1.2.0 / December 3, 2016
[Alexandr Topilski]
- Help command
- Common api for databases
- Load Databases - Amazon Elastic Cache - Redis #65
- TTL loop
- Update libssh2 sources to version 1.8.0
1.1.1 / November 23, 2016
[Alexandr Topilski]
Fix rpm package
1.1.0 / November 19, 2016
[Alexandr Topilski]
- Quit function
- New Connection setting dialog
- Fix spaces in db path
1.0.0 / October 21, 2016
[Alexandr Topilski]
- Sort filter keys
- Bug fixes
0.9.4 / October 15, 2016
[Alexandr Topilski]
- Rename command
- Advanced options for execute command
- Watch key
- Edit key menu
- Check commands args
0.9.3 / October 1, 2016
[Alexandr Topilski]
- Select db from console
- Console key(set/del/ttl) handling
0.9.2 / September 17, 2016
[Alexandr Topilski]
- Set ttl context menu
0.9.1 / August 6, 2016
[Alexandr Topilski]
- Long size command fixes
- Statitstics module
- Ui bug fixes
0.9.0 / Jule 17, 2016
[Alexandr Topilski]
- Stable sentinel connection
- Stable cluster connection
- Stable create keys dialog
0.8.4 / Jule 9, 2016
[Alexandr Topilski]
- Commands update
- Update QScintilla to version 2.9.2
- Update libssh2 to version 1.7.0
- Crash application on running "Discovery" under Sentinel Connection #62
0.8.3 / May 7, 2016
[Alexandr Topilski]
- Sentinel support
0.8.2 / April 30, 2016
[Alexandr Topilski]
- Server roles
- Clear database
- Property to change font globally
- Config version
- Folders for connections
- Keys namespaces
0.8.1 / February 20, 2016
[Alexandr Topilski]
- Fix some memory leaks
0.8.0 / January 7, 2016
[Alexandr Topilski]
- Redis cluster discovery button doesn't work with protected Redis configuration #59
- Edit existing connection settings doesn't show existing parameter values #58
- Up hiredis sources to version 0.13.3
0.7.9 / October 18, 2015
[Alexandr Topilski]
- Font selection for widgets
- Hex view for output data
- HGETALL for hash values
0.7.8 / September 19, 2015
[Alexandr Topilski]
- Clear history
- Logging mseconds option
- Not able to view Graphical History Chart on Windows #57
- Bugs fixes
- i386 build for windows
0.7.7 / September 5, 2015
[Alexandr Topilski]
- Package installation fails on Ubuntu 14 #56
- Added social buttons
0.7.6 / August 22, 2015
[Alexandr Topilski]
- Update hiredis sources
- Sentinel commands support
- Calltips for commands (Press '(' in console after command)
- Export/import settings to encrypted file
- Double click show value for keys
- Display value as readable json
- Save value from text view
- View key dialog direct TTL value change
- Bugs fixes
0.7.5 / August 10, 2015
[Alexandr Topilski]
- Update libssh2 sources
- Resolve ssh_address for Redis connection
- SSH default path for private key(~/.ssh/id_rsa) and for public(~/.ssh/id_rsa.pub)
- TTL calculate for key
- Redis driver code optimization
- Fix crash lined with double-clicked in settings dialog
0.7.4 / Jule 29, 2015
[Alexandr Topilski]
- Display db name in console
- Auto open console preference
0.7.3 / April 18, 2015
[Alexandr Topilski]
- View keys dialog
- Redis database size
- Update hiredis and redis-cli sources
- Create Redis server password
- Setup max connection on server
0.7.2 / March 28, 2015
[Alexandr Topilski]
- Redis clusters basic support
- Redis clusters discovery
- Ability to disable autocompletion
- Redis subscribe implementation
- Clear recent connections action
- Find panel for all custom editors
- Remove python/lua console dialog
0.7.1 / March 14, 2015
[Alexandr Topilski]
- Bug fixes
- History for SSDB
- Create key value dialog
- Recent connections menu
0.7.0 / February 28, 2015
[Alexandr Topilski]
- SSDB database support http://ssdb.io/
- Info and history for SSDB
- Redis kyes loading by pattern
- Fix bug with permission app
- Test connection functionality
- Fix displaying Redis keys(#51)
0.6.2 / February 14, 2015
[Alexandr Topilski]
- Update design
- Info and history for memcached
- Delete key from explorer tree(#48)
- Android holo theme
- In place edit memcached
0.6.1 / February 7, 2015
[Alexandr Topilski]
- In place edit value
- Load databases for Redis
- Conversion dialog
- Set default Redis database
- Load Redis database/keys in explorer tree
- Context menu for Android
0.6.0 / January 25, 2015
[Alexandr Topilski]
- MsgPack visualization output
- Lua console(without modules)
- Beta android version
- Memcached added (incr, decr, delete, flush_all, stats, version) functions
- Not 64-bit on Win?(#44)
0.5.6 / January 10, 2015
[Alexandr Topilski]
- Remove boost library dependence
- Move to C++11 standart
- Server history (only Redis)
- Memcached support(only basic functions)
- Memcached sasl connection
- Shutdown functionality
- Backup/Import rdb files only localhost version
0.4.5 / December 27, 2014
[Alexandr Topilski]
- Python embedded
0.3.5 / December 3, 2014
[Alexandr Topilski]
- Find support for output widget
- Key shortcuts
- Fixed delemitr bug
0.3.4 / December 3, 2014
[Alexandr Topilski]
- Update redis-cli sources to version 2.9.999
- Implement latency mode
- Implement slave mode
- Implement rdb mode
- Implement bigkeys mode
- Implement stat mode
- Implement scan mode
0.2.3 / November 24, 2014
[Alexandr Topilski]
- Added check updates functionality
- Full utf-8 support
- Help keyword
- View result as text/table/tree
- TextView show as json or raw text
- FreeBSD support
0.1.0 / November 6, 2014
[Alexandr Topilski]
- Fixed utf conversions string problem
- Added translation support
- Fixed server information displaying
- Added SSH tunel support
- Fixed start on windows machine
[Denis Klimenko]
- Fixed dmg build