We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eb3d39c commit e6326d9Copy full SHA for e6326d9
1 file changed
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# Changelog
2
3
+## [0.10.0] - 2021-02-09
4
+### Added
5
+- Memory-mapped file access can now be disabled by setting `Options.FileSystem` to `fs.OS`.
6
+### Changed
7
+- The default file system implementation is changed to `fs.OSMMap`.
8
+
9
## [0.9.2] - 2021-01-01
10
### Changed
11
- Write-ahead log doesn't rely on wall-clock time anymore. It prevents potential race conditions during compaction and recovery.
@@ -41,4 +47,3 @@
41
47
- Windows support (@mattn).
42
48
43
49
- Improve freelist performance.
44
-
0 commit comments