Releases: HotPotatoC/kvstore
Releases · HotPotatoC/kvstore
v2.0.0-beta.7
v2.0.0-beta.6
Changelog
- d13d602 docs(README): removed
VALUES
- 90c974c feat(map): add instant delete if '*' is provided
- 2fcbfc0 feat(map): added pattern matching support for deletion
- 33d9987 feat(map): use
filepath.Match
for key pattern matching - 590f326 feat: bump version v2.0.0-beta.5 -> v2.0.0-beta.6
- 7a5a74d fix(map): keys not showing
- c8fc6c9 perf(protocol): append -1 as bytes instead of converting from integer
v2.0.0-beta.5
Changelog
- b4c14c1 feat: bump version v2.0.0-beta.4 -> v2.0.0-beta.5
- 6fc1d1a feat: removed
values
command - da5817e fix(expire):
ttl
,keys
, andexpire
bugged out with expiring keys - 2a31bb3 perf(protocol): append bool as byte instead of converting
- 91043f8 refactor(command): use
iota
in command type - e6f4e4e refactor: simplified flags on
client
anddatastructure.item
v2.0.0-beta.4
v2.0.0-beta.3
Changelog
- 0495132 feat(command): added
Parse()
method - cfd1b1a feat(command): added
WrapArgsFromQuotes()
- 1844239 feat: bump version v2.0.0-beta.2 -> v2.0.0-beta.3
- df5a8b8 feat: implemented key expiry
- dc95319 fix(server/networking): also remove
FlagCloseASAP
if the client is marked for close - dac4ca4 refactor(protocol): removed writer
- 0ce6f09 refactor(server/networking): renamed
delNum
tonKilled
v2.0.0-beta.2
Changelog
ce5d434 feat: bump version v2.0.0-beta -> v2.0.0-beta.2
96e5c3e fix(disk/kvsdb): duplicate entries on write
4e43d98 fix(server/string): remove NewItem type arg
0d6d8c9 perf(disk/kvsdb): fixed encoder instantiation
084c95c refactor(datastructure/item): removed type field
4f59dcd refactor(server/networking): killClient()
stop client iteration on both conditions
v2.0.0-beta
Changelog
d253b53 docs(README): added To Do
f986d41 feat: added client command and client flags
8044993 feat: added more logs and improved server shutdown
303a11d feat: bump version v2.0.0-alpha -> v2.0.0-beta
2951b0f feat: delete client in clients map on server shutdown
3106bb0 fix: reader
74a2ebe refactor(server/error): use + instead of Sprintf