Skip to content

Commit 20ccc63

Browse files
committed
Update CHANGELOG.md
1 parent c8950c9 commit 20ccc63

File tree

1 file changed

+33
-2
lines changed

1 file changed

+33
-2
lines changed

CHANGELOG.md

Lines changed: 33 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,38 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
77

88
## [Unreleased]
99

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
1142

1243
### Added
1344

@@ -17,7 +48,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
1748

1849
- Fixed typo in package name `github.com/sopherapps/go-scdb` (originally `github.com/sopherapps/go-scbd`)
1950

20-
## [0.0.1] - 2022-11-7
51+
## [0.0.1] - 2022-11-8
2152

2253
### Added
2354

0 commit comments

Comments
 (0)