Skip to content

Latest commit

 

History

History
21 lines (18 loc) · 4.63 KB

version_update.md

File metadata and controls

21 lines (18 loc) · 4.63 KB
Version Release date type New features Problem fixing
v1.0.1 2023-05-09 Short term support Initial version ------
v1.0.2 2023-06-10 Short term support ------ ------
v1.0.3 2023-06-13 Short term support ------ ------
v1.0.4 2023-06-30 Short term support -- Use mmap to optimize the index
-- Add benchmark
-- Some codes are optimized
------
v1.0.5 ------ Short term support -- Supports data structures of type String
-- Some codes are optimized.
------
v1.0.6 ------ Short term support -- Supports data structures of type Hash
-- Some codes are optimized.
------
v1.0.7 ------ Short term support -- Supports data structures of type BitMap
-- Some codes are optimized.
------
v1.0.8 ------ Short term support -- Support for a new in-memory index---SkipList
-- Some codes are optimized.
------
v1.0.9 ------ Short term support -- Supports data structures of type Sort Set
-- Some codes are optimized.
------
v1.0.10 ------ Short term support -- Supports data structures of type Set
-- Some codes are optimized.
------
v1.0.11 ------ Short term support ------ fix some bug
v1.0.12 ------ Short term support -- Changed a mmap library to ensure that FlyDB-Web services work properly.
-- Some codes are optimized.
-- Fix the bug where mmap cannot cross platforms
v1.0.13 2023-08-01 Stable version -- Add methods to obtain all keys for data structures to ensure web services.
-- Some codes are optimized.
-- Fix a bug in web services where the underlying database cannot stop the service correctly.
v1.0.14 2023-08-08 Short term support -- Add TTL and Size methods in StringStructure .
-- Add TTL and Size methods in HashStructure .
-- Some codes are optimized.
------
v1.0.15 2023-08-09 Short term support -- Add Fields and GetAllFieldAndValue method in HashStructure.
-- Updata Keys method in HashStructure.
-- Some codes are optimized.
-- Fix a bug where keys were used to get garbled characters in hash.
v1.1.0 2023-08-13 Stable version -- Add TTl , Keys and TTL in Set/List structure.
-- Refactor Hash Structure.
-- Some codes are optimized.
-- Fix an expiration time overflow issue caused by TTL logic in String and Hash data structures.