version_update.md

August 14, 2023 ยท View on GitHub

VersionRelease datetypeNew featuresProblem fixing
v1.0.12023-05-09Short term supportInitial version------
v1.0.22023-06-10Short term support------------
v1.0.32023-06-13Short term support------------
v1.0.42023-06-30Short 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.132023-08-01Stable 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.142023-08-08Short term support-- Add TTL and Size methods in StringStructure .
-- Add TTL and Size methods in HashStructure .
-- Some codes are optimized.
------
v1.0.152023-08-09Short 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.02023-08-13Stable 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.