We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1036d7e commit baa8202Copy full SHA for baa8202
doc/releaseNotes.md
@@ -341,5 +341,7 @@ This file describes the main feature changes for each readout.exe released versi
341
## v2.2.0 - 07/05/2021
342
- Added rate limit for eventDump: see consumer-zmq.maxRate and consumer-zmq.pagesPerBurst.
343
344
-## next version
+## v2.3.0 - 11/05/2021
345
- consumer-stats: publish/print the current timeframe Id sent to STFB.
346
+- consumer-stats: ZMQ stats client cleanup timeout, to avoid blocking on exit.
347
+- auto-mute RDH warnings: verbosity reduced if many successive logs done in a short time.
src/ReadoutVersion.h
@@ -1 +1 @@
1
-#define READOUT_VERSION "2.2.0"
+#define READOUT_VERSION "2.3.0"
0 commit comments