initial 4.17 release

This commit is contained in:
Jonathan Shook 2022-01-05 17:25:09 -06:00
parent 96cef8c653
commit 1a2c46cb94

View File

@ -1,2 +1,23 @@
- 36de1f267 (HEAD -> j17-preview, origin/j17-preview) Merge branch 'j17-preview' of github.com:nosqlbench/nosqlbench into j17-preview
- 65759973a add client config options to ddb
- 96cef8c65 (HEAD -> j17-preview, origin/j17-preview) fix template param removal bug
- 3af97e202 reset version of this branch to 4.17.*
- 1bc8b1e3e merge fixups
- 0fca63905 support gremlin in cqld4 driver
- acb3efa10 elevate scenario shutting down error to ERROR
- c5b4afe71 disable modules which are incomplete or little tested
- 2de3c745c clarify corner case on yaml structure
- 770424137 add client tuning parameters to ddb space
- 1a0b079ad allow op type specialization/covariance
- 0cea93e77 add gremlin dep to cqld4 adapter
- 0d8f6f730 stub for cql and cqld3 routes to cqld4 with warning
- 843cbcbf4 refinements to stmtdef op structure
- b950e0f30 refine ParsedCmd API
- 3e0f4c2b4 pre-read yaml to construct config model for template params
- ea392ad46 improve OpConfigError output
- 28ddf424b general logging and type fixes
- 79533bb25 fix optional return type bug
- 82e6d7cbf fix op generator flow in main action loop
- 64416cd29 fix concurrent modification error
- e8b06829c explicitly enable stacktraces on any -v
- 0ca86e33f simplify stmts loader call paths
- d54e75ce6 update graph wheels to graph workload
- b12e2afa6 update annotation processors to support J17