minor docs updates

This commit is contained in:
Jonathan Shook 2025-01-14 12:04:58 -06:00
parent 69b8cbde75
commit 8cc5bd77da
2 changed files with 18 additions and 4 deletions

View File

@ -7,12 +7,12 @@
**The Open Source, Pluggable, NoSQL Benchmarking Suite**
👉 The current version of NoSQLBench in development is _5.21_, which is based on Java 21 LTS.
All new language features in Java 21, and some preview features may be used. There are
👉 The current version of NoSQLBench in development is _5.23_, which is based on Java 23 preview.
All new language features in Java 23, and some preview features may be used. There are
significant improvements in this branch which will be documented before a main release is
published. If you are presently using NoSQLBench for testing, and are not actively developing
against the code base, it is recommended that you stay on the latest 5.17 release until an
official 5.21 release is available. [What's in store for 5.21.](nb_521.md)
against the code base, it is recommended that you stay on the latest 5.21 branch release until an
official 5.23 release is available. [What's in store for 5.23.](nb_523.md)
[Get it Here](DOWNLOADS.md)

14
nb_523.md Normal file
View File

@ -0,0 +1,14 @@
# NB 5.23 changes
Here, we describe the major improvements in NoSQLBench 5.23.
This update is primarily focused on these things:
- (for users) Enable easy configuration of verifiers in a flexible and adapter-agnostic way
- (for developers) Refactor core engine layers to facilitate this ^
- flatten out types
- Focus on improving documentation for users and developers.
- Adopt Java 23
- Start applying code/formatting standards
These will be explained in more detail before the first nb5.23 release version.