File tree Expand file tree Collapse file tree 1 file changed +33
-2
lines changed Expand file tree Collapse file tree 1 file changed +33
-2
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,38 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
7
7
8
8
## [ Unreleased]
9
9
10
- ## [ 0.0.2] - 2022-11-7
10
+ ## [ 0.0.5] - 2022-11-9
11
+
12
+ ### Added
13
+
14
+ ### Changed
15
+
16
+ - Changed to sync.Mutex instead of message passing via channels. This increased the speed to even beyond what is seen in
17
+ the [ rust scdb] ( https://github.com/sopherapps/scdb ) except in compact
18
+
19
+ ### Fixed
20
+
21
+ ## [ 0.0.4] - 2022-11-8
22
+
23
+ ### Added
24
+
25
+ ### Changed
26
+
27
+ - Optimized the Get operation. Removed unnecessary internal type conversions e.g. to ` internal.buffers.Value `
28
+
29
+ ### Fixed
30
+
31
+ ## [ 0.0.3] - 2022-11-8
32
+
33
+ ### Added
34
+
35
+ ### Changed
36
+
37
+ ### Fixed
38
+
39
+ - Fix the ` BufferPool.TryDeleteKvEntry ` to return true when delete from file is successful
40
+
41
+ ## [ 0.0.2] - 2022-11-8
11
42
12
43
### Added
13
44
@@ -17,7 +48,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
17
48
18
49
- Fixed typo in package name ` github.com/sopherapps/go-scdb ` (originally ` github.com/sopherapps/go-scbd ` )
19
50
20
- ## [ 0.0.1] - 2022-11-7
51
+ ## [ 0.0.1] - 2022-11-8
21
52
22
53
### Added
23
54
You can’t perform that action at this time.
0 commit comments