From e56d9f1b8e5fd2e0055f53058e1d776f2e7f13e8 Mon Sep 17 00:00:00 2001 From: Jonathan Shook Date: Thu, 20 Jan 2022 16:16:19 -0600 Subject: [PATCH] fix for fluent ops --- RELEASENOTES.md | 21 +++++++++++++++++++-- 1 file changed, 19 insertions(+), 2 deletions(-) diff --git a/RELEASENOTES.md b/RELEASENOTES.md index 348274a74..0bf164642 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -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