lmdbal/CHANGELOG.md

63 lines
1.2 KiB
Markdown
Raw Permalink Normal View History

2023-04-14 14:44:46 +00:00
# Changelog
2023-11-14 23:15:16 +00:00
# LMDBAL 0.5.3 (November 14, 2023)
### Improvements
- Now you don't need to link agains lmdb, just linking against LMDBAL is enough
2023-11-10 22:27:04 +00:00
### Bug fixes
- transaction error in LMDBAL::Cache::readAll
## LMDBAL 0.5.2 (November 01, 2023)
### Improvements
- RAII cursors
- operation set for cursors
### Bug fixes
- error beginning transaction is now correctly handled and doesn't segfault
2023-10-21 19:41:41 +00:00
## LMDBAL 0.5.1 (October 21, 2023)
2023-10-17 21:06:11 +00:00
### Improvements
- RAII transactions
- reduced overhead for private transaction functions
2023-10-17 21:06:11 +00:00
2023-10-21 19:41:41 +00:00
### Bug fixes
- bug fix with cache fallthough
2023-10-15 14:10:27 +00:00
## LMDBAL 0.5.0 (October 15, 2023)
2023-08-15 18:48:19 +00:00
### New Features
2023-10-15 14:10:27 +00:00
- duplicates support (only for table)
2023-08-15 18:48:19 +00:00
2023-10-15 14:10:27 +00:00
### Improvements
- some more documentation
- more tests
2023-08-15 18:48:19 +00:00
## LMDBAL 0.4.0 (August 13, 2023)
2023-08-15 18:48:19 +00:00
### New Features
- read only cursors
### Bug fixes
- possible cache unsync
2023-08-15 18:48:19 +00:00
- doxygen-awesome build bix
### Improvements
- some more documentation
- more tests
2023-08-15 18:48:19 +00:00
2023-04-14 14:44:46 +00:00
## LMDBAL 0.3.1 (April 14, 2023)
### Bug fixes
- build with qt5 now is possible again
### Improvements
- exception documentation
2023-08-15 18:48:19 +00:00
2023-04-14 14:44:46 +00:00
## LMDBAL 0.3.0 (April 12, 2023)
### New features
- transaction functions
### Improvements
- initial documentation
- cache unit testing
- transactions unit testing
- serialization unit testing