nosqlbench/RELEASENOTES.md
2021-11-10 14:37:55 -06:00

3.2 KiB

  • d9ce62435 (HEAD -> main, origin/main) Merge pull request #374 from nosqlbench/pulsar-payload-rtt
  • d47843b04 release: logging improvements, summary fixes, pulsar driver updates
  • 8353a9d84 (origin/pulsar-payload-rtt) Extract payload rtt field from Avro record if it exists
  • c15bd97c9 Avoid NullPointerException if pulsarCache hasn't been initialized.
  • 2fbf0b4ad add instrumentation scaffold for payloadRtt
  • 1c98935d1 post-merge fixups
  • c4ee38d22 squelch invalid parts of summary
  • d223e4c6c enable separate configuration of logging patterns
  • c3544094b add global option to enable or disable ansi
  • 574e297e1 add exception message to some errors
  • e5715e17a init pulsar cache early to avoid NPE on initialization error
  • 6f29b9005 update missing field
  • cbfbe9f77 logging library updates
  • 0798b9a8b minor doc updates
  • 9bb13604c Merge pull request #377 from yabinmeng/main
  • 591f21b35 README and code cleanup
  • d94594a4e qualify and update antlr4-maven-plugin version
  • fea9cce43 add clock-based temporal binding functions
  • 6a5e9616b minor formatting improvements
  • 3688dc9f3 pulsar.md readability formatting for console views
  • b0c30a7cc split description on periods or semicolons
  • 16f4c183d minor formatting
  • 6a1c9337f fix incorrect pom versions
  • 9e7555727 Merge branch 'main' of github.com:nosqlbench/nosqlbench
  • e139f1269 cleanup extraneous files
  • fa78ca54 (HEAD -> main, origin/main) Merge pull request #372 from lhotari/lh-detect-duplicates-after-gap
  • 71c3b190 Detect delayed out-of-order delivery
  • e694eaec Merge pull request #373 from lhotari/lh-upgrade-pulsar-2.8.1
  • 85e1f8a6 Upgrade Pulsar client to 2.8.1 version
  • 6b50060a Detect duplicates after a gap
  • 3b674983 (HEAD -> main, origin/main) Merge pull request #362 from yabinmeng/main
  • bf98d644 Merge branch 'nosqlbench:main' into main
  • 793af965 Ignore abnormal message processing error for Shared and Key_Shared subscription type.
  • f32caf1e Merge pull request #361 from ivansenic/ise-mongo-update
  • e8b32584 add writeConcern to the mongodb crud workflows
  • retrigger release
  • 663e3010 (HEAD -> main) correct test for current functional APIs
  • e981f808 (origin/main) General improvements and bug-fixes. Thanks to @XN137
  • 5b4a695f update ANTLR to 4.2.9 in all places
  • 3b74ae20 General improvements and bug-fixes. Thanks to @XN137
  • 7c7ea039 post-merge fixups
  • 9403f51f improve ToDate semantics and docs
  • 0edbfb1f fix test for TagFilter
  • 365ad619 remove extraneous var in ActivityExecutor
  • 34855a39 Merge pull request #336 from XN137/fix-errorprone-errors
  • 60ff1d9c Merge pull request #335 from XN137/avoid-threadsafety-warnings
  • c5caf51a Merge pull request #334 from XN137/remove-junit4-dependency
  • a02df22d Merge pull request #333 from XN137/jdk-string-join
  • 950b31fb fix errors found by errorprone
  • b98451ab upgrade antlr4-maven-plugin to v4.9.2 avoid threadsafety warnings
  • 5e8e6bf1 use assertj v3.19.0
  • 8dcac028 use junit5 v5.7.2 with proper scoping
  • 2cd393ae use junit5 apis to remove junit4 dependency
  • 0e68abf1 prefer jdk over lib internals for String join
  • dc1c6c5e Merge pull request #332 from XN137/fix-virtdata-api-test-folder
  • 6232edff move virtdata-api tests to correct folder
  • re-run of github actions due to storage error