fix for fluent ops

This commit is contained in:
Jonathan Shook 2022-01-20 16:16:19 -06:00
parent ce4d61928a
commit e56d9f1b8e

View File

@ -1,2 +1,19 @@
- 52c892a83 (HEAD -> j17-preview) implement scripting in client to support fluent API usage with generated values
- 37a0954fa provide complete metadata on bundled markdown files
- ce4d61928 (HEAD -> j17-preview) Fix conversion bug for fluent imports
- 4faf74052 include operative message in OpConfigError output
- 97e4601c7 Logging: do not set ROOT level to ALL
- 60bad74ed Pulsar: improve AVRO decoding
- ac30bf812 (origin/j17-preview) allow fluent groovy usage to specify imports
- 35dfa4786 instance str interpolator per test now that it has state
- b2c0a4930 allow template params to remain in expanded command
- b16620d02 add test for and fix named scenario parameter overrides in template vars
- 7ff0920a4 test that multiple occurrences of template var resolve consistently
- 2767da34f clarity in naming for debugging
- 2f9f8f144 allow template vars to set default value on first occurence
- 52d07c099 improve yaml warnings and tests
- bb0b24246 support desc and description in yaml
- a94273c68 support all cqld4 driver options as activity params when named as driver.name.
- 36eadce1e Merge branch 'j17-preview' of github.com:nosqlbench/nosqlbench into j17-preview
- 15f21ceab [Pulsar] Bump Pulsar client version to 2.8.2
- 55c90498c Merge pull request #403 from pingtimeout/patch-1
- d75bc56e9 only suggest alternates if the Levenshtein distance is 5 or less
- 7f9d8e594 Remove extraneous System.out.println statement