-
-
Notifications
You must be signed in to change notification settings - Fork 96
/
CHANGELOG
710 lines (593 loc) · 16.6 KB
/
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
2.6.0 / November 18, 2019
[Alexandr Topilski]
- Security issues
2.5.1 / September 2, 2019
[Alexandr Topilski]
- Stabilization
2.5.0 / July 13, 2019
[Alexandr Topilski]
- [Redis] redis-timeseries module
2.4.1 / June 19, 2019
[Alexandr Topilski]
- Update sources
2.4.0 / May 17, 2019
[Alexandr Topilski]
- New build scripts
- Update third-party libraries
2.3.1 / April 28, 2019
[Alexandr Topilski]
- Fixed MacOSX path
2.3.0 / April 21, 2019
[Alexandr Topilski]
- [LevelDB] Update sources to version 1.21
- [RocksDB] Update sources to version 6.1.1
- 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.2.3 / April 13, 2019
[Alexandr Topilski]
- [Redis] redis-cell commands
2.2.2 / April 10, 2019
[Alexandr Topilski]
- User expire time
2.2.1 / April 4, 2019
[Alexandr Topilski]
- Stabilization, update core
2.2.0 / March 31, 2019
[Alexandr Topilski]
- Integrate KeyDB api database
- 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
- [Redis] Azure connection from string
2.0.1 / March 8, 2019
[Alexandr Topilski]
- Changed icons
- Copy to clipboard
- [Redis] More Redisearch commands
2.0.0 / March 2, 2019
[Alexandr Topilski]
- Enterprise
- Save password
1.27.3 / February 27, 2019
[Alexandr Topilski]
- Stabilization
1.27.2 / February 21, 2019
[Alexandr Topilski]
- Fixed socket leaks
1.27.1 / February 16, 2019
[Alexandr Topilski]
- [Redis] Secure connection only in PRO version
- [RocksDB] Update sources to version 5.18.0
1.27.0 / February 12, 2019
[Alexandr Topilski]
- [Redis] SSH + SSL (ElastiCache connections)
1.26.3 / February 9, 2019
[Alexandr Topilski]
- [Redis] Fixed sentinels settings
- [Redis] SSH dialog typo
1.26.2 / February 2, 2019
[Alexandr Topilski]
- [Redis] Fixed discovery cluster
1.26.1 / January 13, 2019
[Alexandr Topilski]
- Deleting multiple keys UI #92
1.26.0 / December 29, 2018
[Alexandr Topilski]
- Fixed rendering issues in explorer tree
- [UpscaleDB] Removed api
1.25.1 / December 25, 2018
[Alexandr Topilski]
- Fixed rendering tree issues
1.25.0 / December 23, 2018
[Alexandr Topilski]
- Viewer for LIST and HASH types
1.24.2 / December 17, 2018
[Alexandr Topilski]
- Stabilization
1.24.1 / December 16, 2018
[Alexandr Topilski]
- Welcome tab
1.24.0 / December 9, 2018
[Alexandr Topilski]
- [Redis] ZPOPMAX, ZPOPMIN commands
- [Redis] Clients monitor
- [DynomiteDB] Added support
1.23.1 / December 2, 2018
[Alexandr Topilski]
- Get key type context menu item
- Get value types by server version
- [Redis] Unlink command
1.23.0 / November 26, 2018
[Alexandr Topilski]
- Set client name
- Fixed create database update tree action
- [RocksDB] Default db name
- [SSDB] QPUSH, QRANGE commands
1.22.3 / November 22, 2018
[Alexandr Topilski]
- Stabilization
1.22.2 / November 21, 2018
[Alexandr Topilski]
- Removed not needed checks
- [RocksDB] Update sources to version 5.18.0
1.22.1 / November 19, 2018
[Alexandr Topilski]
- Rename branch
1.22.0 / November 12, 2018
[Alexandr Topilski]
- Up core lib to 1.4.0
1.21.3 / November 8, 2018
[Alexandr Topilski]
- LZ4/Snappy/Bzip2 views
- BASE64 view
- Db types review
- [Redis] JSON.DEL command UI handling
1.21.2 / November 3, 2018
[Alexandr Topilski]
- Hexed values if symbols can't be displayed
- Zlib/GZip views
1.21.1 / November 2, 2018
[Alexandr Topilski]
- Stabilization
1.21.0 / October 31, 2018
[Alexandr Topilski]
- New settings strategy
- Binary content fixes
1.20.4 / October 22, 2018
[Alexandr Topilski]
- Stabilization
- Args limit changed
1.20.3 / October 18, 2018
[Alexandr Topilski]
- Fix create key routine
- Stabilization
1.20.2 / October 15, 2018
[Alexandr Topilski]
- Json view fixes
- [Redis] Redis 5.0 commands description
1.20.1 / October 12, 2018
[Alexandr Topilski]
- Auto revert views after queries
- FastoViewer for values
1.20.0 / October 8, 2018
[Alexandr Topilski]
- Core module
- Design edit dialog
- Key view
1.19.3 / October 1, 2018
[Alexandr Topilski]
- [Redis] Commands 5.0 handling
- Fix is_dir function for Windows
1.19.2 / September 27, 2018
[Alexandr Topilski]
- [RocksDB] Update sources to version 5.16.0
- [LevelDB] Update sources to version 1.20
- [Memcached] Fix load database content
1.19.1 / September 19, 2018
[Alexandr Topilski]
- Support old Redis servers
1.19.0 / September 15, 2018
[Alexandr Topilski]
- Modules in PRO version
1.18.1 / September 15, 2018
[Alexandr Topilski]
- Send statistic
1.18.0 / September 15, 2018
[Alexandr Topilski]
- PRO version
1.17.10 / August 12, 2018
[Alexandr Topilski]
- Removed trial dialog
1.17.9 / August 9, 2018
[Alexandr Topilski]
- [RocksDB] Update sources to version 5.16.0
- Update QScintilla to version 2.10.7
- Update Snappy to version 1.1.7
- Update common to version 1.18.9
- Build strategy type
- Fix leveldb snappy issue
1.17.8 / August 5, 2018
[Alexandr Topilski]
- Save last login
- New credential dialog
1.17.7 / Jule 31, 2018
[Alexandr Topilski]
- Stabilization
1.17.6 / Jule 7, 2018
[Alexandr Topilski]
- [RocksDB] Update sources to version 5.14.0
- [LevelDB] Leveldb on windows not working #62
- Add key to branch
1.17.5 / May 23, 2018
[Alexandr Topilski]
- [LevelDB] Update sources to version 1.20
- [RocksDB] Update sources to version 5.13.0
- Update QScintilla to version 2.10.4
- Update libssh2 (ED25519 Key Support)
1.17.4 / April 20, 2018
[Alexandr Topilski]
- Delete key hotkey
- New port for auth
1.17.3 / April 15, 2018
[Alexandr Topilski]
- Added examples for main commands
1.17.2 / April 4, 2018
[Alexandr Topilski]
- JSONDUMP command for all databases
- Unicode view
1.17.1 / March 28, 2018
[Alexandr Topilski]
- Ban users
1.17.0 / March 27, 2018
[Alexandr Topilski]
- New trials mode
1.16.7 / March 17, 2018
[Alexandr Topilski]
- Compiler flags
- Up Openssl to 1.1.0g version
1.16.6 / March 12, 2018
[Alexandr Topilski]
- First/Last name
1.16.5 / March 8, 2018
[Alexandr Topilski]
- [Unqlite] Up sources to version 1.1.8
- Update QScintilla to version 2.10.3
1.16.4 / February 28, 2018
[Alexandr Topilski]
- Sync password remote
1.16.3 / February 17, 2018
[Alexandr Topilski]
- More compression views
1.16.2 / February 10, 2018
[Alexandr Topilski]
- Json rpc for statistic/version
- [RocksDB] LZ4 compression support
- [RocksDB] Update sources to version 5.10.0
1.16.1 / February 1, 2018
[Alexandr Topilski]
- Fix password dialog
1.16.0 / January 28, 2018
[Alexandr Topilski]
- Pika db first step integration
- [Redis] Redirect requests to cluster nodes
- [Redis] Up hiredis sources to version 0.13.3
- [Redis] Sentinel type
1.15.1 / January 17, 2018
[Alexandr Topilski]
- CONFIG GET databases
- Runtime SSH password
- [LevelDB] Compression options
- [RocksDB] Compression options
- Update external libraries
1.15.0 / January 10, 2018
[Alexandr Topilski]
- Save/Restore MainWindow position
- Save Json fixes
- [RocksDB] added support columns(database)
1.14.3 / January 2, 2018
[Alexandr Topilski]
- How to use dialog
- Bug fixes
1.14.2 / December 30, 2017
[Alexandr Topilski]
- #80 can't connect using ssh
- rebloom commands support
1.14.1 / December 21, 2017
[Alexandr Topilski]
- [Redis] SSH input checks
- Text view combobox
- Retina display support
1.14.0 / December 14, 2017
[Alexandr Topilski]
- Verify private user password
- UI fixes
- Is public version now trial
1.13.1 / December 5, 2017
[Alexandr Topilski]
- Check update fixes
- [ForestDB] by default in off state, possible builds from sources or in individual build request
- [RocksDB] by default in off state, possible builds from sources or in individual build request
1.13.0 / December 5, 2017
[Alexandr Topilski]
- [Redis] XADD command UI handling
- [Redis] XRANGE command UI handling
- [Redis] Support streams type
- Keys displaying strategy
- Clone connection functionality
- Fixed history workflow
- XML viewer
1.12.0 / November 26, 2017
[Alexandr Topilski]
- Fixed download links
- Validate json
- [UpscaleDB] by default in off state, possible builds from sources or in individual build request
1.11.0 / November 22, 2017
[Alexandr Topilski]
- EULA dialog
- Json keys validation
- [Redis] Full support JSON.GET/JSON.SET commands
- [Redis] Basic support RediSearch, redis-graph types
- [Redis] MGET command UI handling
- [Redis] PEXPIRE command UI handling
- [Redis] PTTL command UI handling
- [Redis] MSET command UI handling
- [Redis] MSETNX command UI handling
- [ForestDB] db size stat
- [Unqlite] db size stat
1.10.0 / November 4, 2017
[Alexandr Topilski]
- Validate server commands
- Commands complex value
- Hex editor save value
1.9.10 / October 28, 2017
[Alexandr Topilski]
- [Redis] redis-graph commands support
- [Redis] redisearch commands support
- [Redis] rejson commands support
- [Redis] neural-redis commands support
- [Redis] Handle runtime commands
1.9.5 / October 23, 2017
[Alexandr Topilski]
- [LMDB] Drop database
- Stabilization
1.9.4 / October 20, 2017
[Alexandr Topilski]
- [Redis] Decrement becomes self increment #74
- [ForestDB] Create/Remove database
- Send statistic
- Cant save config and restore #73
- Recover Android build
1.9.3 / October 12, 2017
[Alexandr Topilski]
- Optimization in key inserting routine
- Bug fixes
1.9.2 / October 11, 2017
[Alexandr Topilski]
- [Memcached] fixed invalid INFO command execution
- UI settings layout changed, without backward compatibility
- Changed displaying of namespace
- Complex namespace separator
1.9.1 / October 10, 2017
[Alexandr Topilski]
- [SSDB] Auth command
- [LMDB] Create/Remove database
- Bug fixes
1.9.0 / October 2, 2017
[Alexandr Topilski]
- [LMDB] Support single file db
- 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]
- [Redis] CONFIG GET does not work #43
1.8.0 / September 15, 2017
[Alexandr Topilski]
- [Redis] SSL connection (Azure service)
- [Redis] Crash on ubuntu 16.04 when running transaction on Redis #42
1.7.1 / August 17, 2017
[Alexandr Topilski]
- [SSDB] Fix SCAN command
- Bug fixes
1.7.0 / August 15, 2017
[Alexandr Topilski]
- [RocksDB] Comparator option
- [LevelDB] Comparator option (IndexedDB comparator)
- Binary keys support
- Multi selection in explorer tree
- 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]
- [Memcached, SSDB] Can't save connection setting for memcached. #31
- [Redis] Added BITFIELD command
- [LevelDB] Update sources to version 1.20
- [LMDB] Update sources to version 0.9.70
- [RocksDB] Update sources to version 5.7.0
- [SSDB] Update sources to version 1.9.4
- [UpscaleDB] Update sources to version 2.2.1
- Snappy view
- ForestDB support
- #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]
- [Redis] Pub/Sub dialog
- [Redis] DECR UI handling
- [Redis] DECRBY UI handling
- [Memcached] INCR UI handling
- [Memcached] DECR UI handling
- [Memcached] Append UI handling
- [Memcached] Prepend UI handling
- [Memcached] Replace UI handling
- [Memcached] Add 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
- [Redis] LPUSH UI handling
- [Redis] SADD UI handling
- [Redis] ZADD UI handling
- [Redis] HMSET UI handling
- [Redis] INCR UI handling
- [Redis] INCRBY UI handling
- [Redis] INCRBYFLOAT UI handling
- [Redis] INCRBYFLOAT UI handling
- [Redis] ZETEX UI handling
- [Redis] ZETNX UI handling
1.2.0 / December 3, 2016
[Alexandr Topilski]
- Help command
- Common api for databases
- Update libssh2 sources to version 1.8.0
- [Redis] Load Databases - Amazon Elastic Cache - Redis #65
- [Redis] TTL loop
- [Memcached] TTL loop
- [SSDB] expire, ttl commands
- [SSDB] TTL loop
- [UnQLite] Update sources to version 1.1.7
1.1.1 / November 23, 2016
[Alexandr Topilski]
- [RocksDB] Update sources to version 4.13.0
- [LevelDB] Update sources to version 1.19
- [LMDB] Read only db flag
- [UnQLite] Read only db flag
- Fix rpm package
1.1.0 / November 19, 2016
[Alexandr Topilski]
- UpscaleDB support (Local DB)
- 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.7.4 / October 15, 2016
[Alexandr Topilski]
- Rename command
- Advanced options for execute command
- Watch key
- Edit key menu
- Check commands args
0.7.3 / October 1, 2016
[Alexandr Topilski]
- [LevelDB] Use folder as db path
- [RocksDB] Use folder as db path
- [LMDB] Use folder as db path
- [Redis] Select db from console
- Console key(set/del/ttl) handling
0.7.2 / September 17, 2016
[Alexandr Topilski]
- [Redis] Set ttl context menu
- [Memcached] EXPIRE function
0.7.1 / August 6, 2016
[Alexandr Topilski]
- [Memcached] content database and keys functionality
- [Memcached] content database and keys functionality
- [Memcached] DBKCOUNT function
- Statitstics module
- Long size command fixes
- Ui bug fixes
0.7.0 / Jule 17, 2016
[Alexandr Topilski]
- [Redis] Stable sentinel connection
- [Redis] Stable cluster connection
- Stable create keys dialog
0.6.3 / Jule 9, 2016
[Alexandr Topilski]
- [Redis] Commands update
- [SSDB] Up sources to version 1.9.3
- [SSDB] DBKCOUNT command
- [RocksDB] Up sources to version 4.8.0
- Update QScintilla to version 2.9.2
- Update libssh2 to version libssh 1.7.0
- Crash application on running "Discovery" under Sentinel Connection #6
0.6.2 / May 7, 2016
[Alexandr Topilski]
- [Redis] Sentinel support
0.6.1 / April 30, 2016
[Alexandr Topilski]
- [Memcached] Not connected to server, impossible to get discovery info #4
- Server roles
- Clear database
- Property to change font globally
- Config version
- Folders for connections
- Keys namespaces
0.5.8 / Fabruary 20, 2016
[Alexandr Topilski]
- [UnQLite] Save data propertly
- [UnQLite] Info command
- [LevelDB] Stable on windows
- [LMDB] Info command
- Commands refactoring
- Fix some memory leaks
0.5.7 / January 7, 2016
[Alexandr Topilski]
- [Redis] Redis cluster discovery button doesn't work with protected Redis configuration #59
- [Redis] Edit existing connection settings doesn't show existing parameter values #58
- [Redis] Up hiredis sources to version 0.13.3
- [LMDB] Up sources to version 0.9.70
- [LevelDB] Up sources to version 1.18
- [SSDB] Up sources to version 1.9.2
- [UnQLite] Up sources to version 1.1.6
- [RocksDB] Up sources to version 4.4.0
- Fix close connection crash
0.5.6 / October 18, 2015
[Alexandr Topilski]
- [Redis] HGETALL for hash values
- [Memcached] memcached connection fails with UNKNOWN READ #2
- Font selection for widgets
- Hex view for output data
0.5.5 / September 19, 2015
[Alexandr Topilski]
- [SSDB] dbsize extend command
- [LevelDB] dbsize extend command
- [RocksDB] dbsize extend command
- Clear history
- Logging mseconds option
- Not able to view Graphical History Chart on Windows #5
- UnQLite database support http://unqlite.org/
- LMDB database support http://symas.com/mdb/
- Bugs fixes
- i386 build for windows
0.3.5 / September 5, 2015
[Alexandr Topilski]
- [SSDB] Ssdb auth command #54
- Package installation fails on Ubuntu 14 #56
- RocksDB database support http://rocksdb.org/
- Added social buttons
0.2.5 / August 22, 2015
[Alexandr Topilski]
- Update hiredis sources
- Sentinel commands support for Redis
- 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
- Official SSDB logo
- View key dialog direct TTL value change for Redis
- Bugs fixes
0.2.4 / August 10, 2015
[Alexandr Topilski]
- LevelDB database support http://leveldb.org/
- Info and history for LevelDB
- 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)
- SSDB update sources, added command support(qpush, qpop, qslice, qclear)
- TTL calculate for key
- Redis driver code optimization
- Fix crash lined with double-clicked in settings dialog
0.1.4 / Jule 29, 2015
[Alexandr Topilski]
- Display db name in console
- Auto open console preference