mirror of
https://github.com/nosqlbench/nosqlbench.git
synced 2024-11-27 19:20:42 -06:00
checkpoint release with nb5 and partial drivers list
This commit is contained in:
parent
03f7ef4362
commit
59f8927f4a
178
RELEASENOTES.md
178
RELEASENOTES.md
@ -1,3 +1,175 @@
|
||||
- 5f0fa8f29 (HEAD -> main) Merge branch 'main' of github.com:nosqlbench/nosqlbench
|
||||
- d825e5dd8 udev docker fix release
|
||||
- 6c4c11d96 add udev to dockerfile
|
||||
- 03f7ef436 (HEAD -> main, origin/main) Merge pull request #618 from hemidactylus/fix-cql-keyvalue2-indentation
|
||||
- e9e648efc Fix indentation in baselines2/cql-keyvalue2.yaml for schema-astra block
|
||||
- 4c34c1b2b fix parser issues with empty template vars, make matching more relaxed
|
||||
- 2e4776f89 improve parser error messages to include op template name
|
||||
- 1371bee28 fixup workloads for cql
|
||||
- a55b15584 Merge branch 'main' of github.com:nosqlbench/nosqlbench
|
||||
- ae7107916 fix defaulting logic on NBConfiguration
|
||||
- 3a54725d6 fix method naming to expected behavior in service selector
|
||||
- 87aa9d1de fix standard activity init with no driver param
|
||||
- 95f108c6e remove driver field at the right time
|
||||
- f820728dc Merge pull request #606 from nosqlbench/snyk-upgrade-14412b39198a595d06fee59ce00c7308
|
||||
- b95ab4187 Merge pull request #607 from nosqlbench/snyk-upgrade-94dd036acea46d48dbc11b8afc417d30
|
||||
- 80f43aa72 Merge pull request #608 from nosqlbench/snyk-upgrade-a076b5b034722b17f638403e8f8877cc
|
||||
- 2a9d53873 Merge pull request #609 from nosqlbench/snyk-upgrade-09e3c2869150b1ca833b0f7b2d03efd5
|
||||
- 911fe2f2a Merge pull request #610 from nosqlbench/snyk-upgrade-e7822663d38f234f469899a208d04720
|
||||
- 9cc92c8f8 eagerly extract special fields from op template level
|
||||
- d8cff0570 improve parser error messages to include op template name
|
||||
- b88874b36 simplify description extractor
|
||||
- 790689f2a added detailed corner cases to specifications around params locations
|
||||
- 066615ec8 updated cql-timeseries2 to nb5 format and cql driver 4 types
|
||||
- 359edac3a workload files can now require version via min_version or version_regex
|
||||
- c55bbfc12 adapters ("drivers") can be specified per op template within a workload
|
||||
- 8d3d92987 baselinesv2 format updates for nb5, no substance change only structure
|
||||
- a7c29b282 op dispensers remember their parent adapter
|
||||
- d80820b96 formatting changes
|
||||
- c807356b5 docs updates and fixes
|
||||
- f52647e86 disable error name mapper
|
||||
- d43cde5ac allow character ranges to include newline and linefeed
|
||||
- 9a42b09b8 update progress meter for readability
|
||||
- db327b29e enable runtime version check via version_regex yaml property
|
||||
- a05dbc834 improve error for driver adapter not found
|
||||
- a6df79c32 include ESRI codecs to squelch verbose logging error
|
||||
- ff7f6713e re-enable routing slf4j to log4j2 for bundled dependencies which rely on slf4j
|
||||
- 6ba0cbc31 allow cqld4 to run for driver=cql with no verbose warnings
|
||||
- 5977ad7c0 convert mongodb driver from ActivityType to DriverAdapter
|
||||
- 5e1898bf2 support lists at op field level for terseneses
|
||||
- 929b4fe92 spectest fixes and additional documentation
|
||||
- 007d90218 modularize result size and disregard n/a scenarios
|
||||
- ecb4024ac make generic parameter types more obvious
|
||||
- 50f81078b make api type more obvious
|
||||
- 3d2061125 improve and fix spectest to document formats
|
||||
- 334fb54fc actions refinement: lose diags, limit log artifacts
|
||||
- cb4c033a6 make all sub-app invocations act like stack calls, fix workflows
|
||||
- e062e6f0c actions diagnostics
|
||||
- 5ee2e71e7 fix workload file
|
||||
- 332c24a64 archive test results for diagnosing github actions weirdness
|
||||
- 4acdbbaf4 Merge branch 'http-adapter'
|
||||
- 8d87c6aee (http-adapter) rebuild http driver on new API
|
||||
- 586bb4c56 updates to string template naming
|
||||
- d1ffdc637 improvements to ParsedOp, consistency fixes, better docs
|
||||
- a040a2d61 distinguish string template name and other minor fixes for virtdata
|
||||
- 0ebd02315 (origin/snyk-upgrade-e7822663d38f234f469899a208d04720) fix: upgrade com.github.oshi:oshi-core-java11 from 6.1.5 to 6.1.6
|
||||
- 6bd5a8b03 (origin/snyk-upgrade-09e3c2869150b1ca833b0f7b2d03efd5) fix: upgrade com.google.code.gson:gson from 2.8.9 to 2.9.0
|
||||
- 63fd5e701 (origin/snyk-upgrade-a076b5b034722b17f638403e8f8877cc) fix: upgrade org.graalvm.sdk:graal-sdk from 21.3.1 to 21.3.2.1
|
||||
- f3186449e (origin/snyk-upgrade-94dd036acea46d48dbc11b8afc417d30) fix: upgrade com.mitchtalmadge:ascii-data from 1.2.0 to 1.4.0
|
||||
- ce2e4f65c (origin/snyk-upgrade-14412b39198a595d06fee59ce00c7308) fix: upgrade com.amazonaws:aws-java-sdk-s3 from 1.12.190 to 1.12.232
|
||||
- 8155ae748 update uniform workload specification to current terms and structure
|
||||
- f67c72282 add contextual warning to binding phase
|
||||
- d73ec01f6 Merge pull request #602 from nosqlbench/snyk-upgrade-35c56bc4fd35064f45e226150e1355e6
|
||||
- f21c89cfd Merge pull request #599 from nosqlbench/snyk-fix-ca15cd4380d476288d63981d6e2df016
|
||||
- 7f1bfcb2e Merge pull request #601 from nosqlbench/snyk-upgrade-04adefdaf287d676295fe1e3745f2ed8
|
||||
- 88f1333b3 Merge pull request #604 from nosqlbench/snyk-fix-5ae7fefe76a1e09285f380832046e046
|
||||
- afebe1b30 remove legacy driver-stdout and move stdout.md into stdout adapter
|
||||
- af081ff56 update readme with basic branch info
|
||||
- 80fe4f1f4 Merge branch 'diag-conversion'
|
||||
- d65bdca47 merge fixups
|
||||
- f858ffa1d (origin/diag-conversion, diag-conversion) restore stdout adapters ability to synthesize example ops
|
||||
- 7a3c3c583 fix broken map mutation
|
||||
- 19164ef77 lose drivers-api module, keep adapaters-api module
|
||||
- 7cf070bda pull op template logic into adapters-api
|
||||
- f65f9b3c7 undo decorator interface
|
||||
- d89ea2a4d unbreak decorator interface
|
||||
- 2fad2876a remove references to defunct stdout adapter
|
||||
- 16a52a0fb make stdout adapter the default
|
||||
- a07adc568 improve clarity of driver loading error
|
||||
- d7192e7b9 fix pattern matching for inline bindings with curly braces
|
||||
- 07000d794 allow main app to always return unless called from main
|
||||
- 182bd44b1 add example for scenario spec test
|
||||
- 3d23506b4 cleanup of old scripts
|
||||
- 298fc89c8 cleanup of old scripts
|
||||
- a84aff8eb minor SpecTest updates
|
||||
- 334bbd037 add specification test support module
|
||||
- ecabd7104 minor stdout cleanups
|
||||
- ee8cafe35 minor pom cleanup
|
||||
- e952d1ecb make builder name unambiguous for AnnotationBuilder
|
||||
- 7074c99a6 delegate test dependencies to default pom
|
||||
- 2546af152 remove old cql driver stubs
|
||||
- f971e726d move integration tests to proper scope
|
||||
- 0affcea55 improve example scripts
|
||||
- 3a90c0512 improve error messages
|
||||
- 64da6df3e improve error details to help users fix issues faster
|
||||
- 11fa68ca2 fix threadchange integrated test
|
||||
- 5dbeff991 docs updates
|
||||
- 4a1485159 deprecate previous API entry point into BaseOpDispensr
|
||||
- 4d6029191 build nb5, not nb, by default
|
||||
- 9b4ef9bb5 run nbr-examples module as documented integration examples
|
||||
- 8098df527 factor nb and nb5 dependencies along API
|
||||
- 7ca032b8d pom updates for nb and nbr
|
||||
- c7e469549 nb5 AppImage skel updates
|
||||
- ada8117a4 (origin/snyk-fix-5ae7fefe76a1e09285f380832046e046) fix: docsys/pom.xml to reduce vulnerabilities
|
||||
- 5915a05f0 refix files after IntelliJ UI bug swizzled file contents
|
||||
- f699b4f83 refactor activity specific signatures into faceted naming interface
|
||||
- 355d2fb19 minor formatting fixes
|
||||
- cce97d1c8 automatically convert ParameterMap entries to JSON
|
||||
- 308f26e22 doc updates
|
||||
- 0631f4aa0 allow param defs to expand config models
|
||||
- d1541f0dd allow init-time activity parameter updates without eventing
|
||||
- b9d08bf04 add uniform mutator methods to config model APIs
|
||||
- 5dbfa385a add helper method for ActivityDefObserver application
|
||||
- 5b8ed36f4 enable composable diag tasks as sequence of commands
|
||||
- 6dd1c43db move integrated testing to separate module
|
||||
- fa2847a61 provide typed update interface for dynamic params
|
||||
- b255d0d70 remove deprecated Nashorn logic
|
||||
- cf5ae84ab restructure integrated tests as living examples
|
||||
- bc6a52fcf (origin/snyk-upgrade-35c56bc4fd35064f45e226150e1355e6) fix: upgrade org.graalvm.tools:profiler from 20.3.5 to 20.3.6
|
||||
- 573b179e1 (origin/snyk-upgrade-04adefdaf287d676295fe1e3745f2ed8) fix: upgrade org.projectlombok:lombok from 1.18.22 to 1.18.24
|
||||
- a0ed99ff8 (origin/snyk-fix-ca15cd4380d476288d63981d6e2df016) fix: mvn-defaults/pom.xml to reduce vulnerabilities
|
||||
- 7114e22cb fix broken bytecode compatibility due to snyk fix
|
||||
- 5513c0604 improve error details for unrecognized YAML structure
|
||||
- 4b6c9ed52 Merge pull request #590 from nosqlbench/snyk-upgrade-731d5288a96a0754364d6dbf0173f735
|
||||
- ded7a3460 Merge pull request #591 from nosqlbench/snyk-upgrade-88e7e6df301568aea7969ed86077ffd8
|
||||
- 6bb1800c3 Merge pull request #593 from nosqlbench/snyk-upgrade-134d3120f61472b51715c96134712fbd
|
||||
- ef4ac5757 Merge pull request #594 from nosqlbench/snyk-upgrade-773a3535c6d0dc9f9f801151bf306798
|
||||
- 9eb4ffcb7 Merge pull request #597 from nosqlbench/snyk-fix-5f914f2bc87e745aeb24131b7b0f6a2a
|
||||
- bd8a310ad fix: adapter-dynamodb/pom.xml to reduce vulnerabilities
|
||||
- 26f53f855 merge fixes
|
||||
- 1437029eb remove pattern matching in switch syntax and remove --enable-preview completely. It is too onerous for users at runtime.
|
||||
- 5aaae1559 add cqld4 prepared statement binding diagnostics for errors
|
||||
- 07339c487 disable strict parameter consumption by default
|
||||
- 480e91565 enable --enable-preview in poms
|
||||
- e4be17a26 synchronize driver artifacts for cqld4
|
||||
- 974bc2dc7 bugfix: return lambda where caller expects
|
||||
- 39128e71c allow OpTemplate to convert string to int for ratio fixup
|
||||
- d5436ddff OpConfigErrors can now be thrown without a source
|
||||
- 7c9f4278d diag progress on nb5
|
||||
- c29e759b8 partial progress towards diag replacement in tests
|
||||
- f98e16c70 license header
|
||||
- 522a26320 add modular metering API and refactor progress meter
|
||||
- eeb88bd45 diag is diag-attic and diag is now a DriverAdapter, long live diag
|
||||
- 35d21347a diag module updates
|
||||
- 2a7376c78 disable strict checking until it is verified
|
||||
- 6e38f0bc9 fix start-timers and stop-timers init logic
|
||||
- 24308575e hoist onStart into correct interface
|
||||
- 5cfe5e92c make parameter consumer consistent with protomap
|
||||
- 755ea768d minor docs update
|
||||
- 58f11ca1c move op remappers up to DriverAdapter
|
||||
- e3f7027dd port in JMPS module-compatible form of ServiceSelector
|
||||
- a4fc7a080 depend on newest JNA to avoid ABI mismatch
|
||||
- 7b1b41ec8 add modular metering API and refactor progress meter
|
||||
- 6d1bfd10b add nbr-examples to contain integrated test suite as examples
|
||||
- 2fecd26e2 (origin/snyk-upgrade-773a3535c6d0dc9f9f801151bf306798) fix: upgrade org.codehaus.groovy:groovy from 3.0.9 to 3.0.10
|
||||
- a64655147 (origin/snyk-upgrade-134d3120f61472b51715c96134712fbd) fix: upgrade com.datastax.oss:java-driver-query-builder from 4.13.0 to 4.14.0
|
||||
- 3d39e16da fix graaljs version misalignment from PR
|
||||
- b8addb782 Merge branch 'main' of github.com:nosqlbench/nosqlbench
|
||||
- c1143e4fa make shared state easier to use
|
||||
- 795050fbd add config sources as fallback for consistency level
|
||||
- 9275181cb rewrite JMX as a driver adapter
|
||||
- a6dab045c (origin/snyk-upgrade-88e7e6df301568aea7969ed86077ffd8) fix: upgrade org.glassfish.jersey.containers:jersey-container-jetty-servlet from 3.0.2 to 3.0.4
|
||||
- 7fae09ead (origin/snyk-upgrade-731d5288a96a0754364d6dbf0173f735) fix: upgrade joda-time:joda-time from 2.10.13 to 2.10.14
|
||||
- 5a4692cf9 add support for named timers as "start-timers" and "stop-timers" op fields
|
||||
- 4d7355c80 allow for reductive configuration in ParsedOp
|
||||
- ae40294ff code cleanup
|
||||
- 779a1b24a docs cleanup
|
||||
- 432eeb7ae document ParsedOp for developers
|
||||
- 86cba9f78 fix functional op bug with result caching
|
||||
- 102cc3f55 make TypeAndTarget concept more obvious
|
||||
- b9c175ed7 Merge pull request #579 from nosqlbench/snyk-upgrade-5beb277a427284e5c5af3adcba4ddab7
|
||||
- d4d40a605 Merge pull request #580 from nosqlbench/snyk-upgrade-e9e5b82df6f26d5401a1063ba8d13d68
|
||||
- 8b6acbc56 Merge pull request #581 from nosqlbench/snyk-upgrade-40da09d9578d91ba7c937ce7547efd42
|
||||
- 1acbe6960 Merge pull request #582 from nosqlbench/snyk-upgrade-787f38082db822f5f68c7bd3e9b0b7fa
|
||||
- db1d82ef6 Merge pull request #583 from nosqlbench/snyk-upgrade-842f9600ffff894bf64ebd3d34bb95f7
|
||||
- b6fc50cf3 Merge pull request #587 from nosqlbench/snyk-fix-148707c1404c18c90822d2f2f44ae344
|
||||
- 88bc6a194 Merge pull request #585 from tatu-at-datastax/main
|
||||
- 0164c49f9 Provide activity parameter default strict=true for driver adapters, which requires strict usage checking on op fields. Unused op fields will cause an error by default.
|
||||
- 0edd8b99b make accepting license updates easier
|
||||
|
Loading…
Reference in New Issue
Block a user