From f100f5638bc22c13224b9caa676146efc6b638ed Mon Sep 17 00:00:00 2001 From: Jonathan Shook Date: Wed, 13 Oct 2021 12:51:38 -0500 Subject: [PATCH] fix release for cql driver --- RELEASENOTES.md | 27 +-------------------------- 1 file changed, 1 insertion(+), 26 deletions(-) diff --git a/RELEASENOTES.md b/RELEASENOTES.md index cba097f5c..9959e1c77 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -1,26 +1 @@ -- 4418500d (HEAD -> main) Merge branch 'main' of github.com:nosqlbench/nosqlbench -- 21b96cfd (origin/main) Merge pull request #366 from yabinmeng/main -- b72723b7 add some missing extension docs -- a8929042 extend NBEnvironment tokens to other data sources -- 8c6d0cfe new decorator API: share Scenario metadata to interested types -- bbeee5cb new scripting extension: s3; S3 directory uploader -- ff769c7b Add S3 URL Handler -- e1e10bba allow session namer to use pre-defined timestamp -- 133760d8 auto-init the last (fall-through) NBENVIRONMENT location first -- b388a43e consolidate statedir initialization logic and docs -- 9fccf8c2 new scripting extension: shutdown; scripted shutdown hooks -- 8da6664f typo fix -- 2876e102 Remove namespace and topic level dedup setting check for each run, which is too much overhead. -- 29dafd91 Merge pull request #364 from yabinmeng/main -- 11073cf0 Address Shooky's comment in PR#364. -- cdfb7c32 Merge branch 'nosqlbench:main' into main -- 1d625f41 add S3 URL Handler -- 9c91ad71 enhance diagnostics for driver loader -- 0df40113 re-enabled epoll dependency -- cd1f4e2e Merge pull request #365 from lakshmi-M18/patch-1 -- 178abe67 Update schema-astra code for create table -- 265760d1 Address Lari's comment in PR#364. -- eb5f42f4 Fix NullPointerException of checking namespace and topic deduplication status. -- 647bd7d4 Merge branch 'main' of https://github.com/yabinmeng/nosqlbench -- edc43c5b reformat -- 37150c33 only release on main branch by default +- 2fdbf8ec (HEAD -> main) fix for broken shade relocation with driver=cql