Skip to content

v6.0.0

Compare
Choose a tag to compare
@danesss danesss released this 20 Feb 09:04
· 657 commits to main since this release
95fad77
  • Breaking: Run start messages (pl72 schema) now require a start_time field.
  • Breaking: Ignore Kafka IP addresses sent in StartJob messages, experiment
    data is now fetched from the broker configured in job-pool-uri.
  • Commands received without an explicit kafka-to-nexus service_id are no
    longer skipped. The command is processed by all workers and accepted by the
    worker with a matching job_id.
  • Fix: The case when messages are not received from a specific Kafka topic does not
    make the file writer unsubscribe from the topic anymore. Instead a warning is
    provided in the file writer log.
  • Fix: Stop commands sent immediately after a start command were not always processed.
  • Fix: Redact Kafka SASL password in logs.
  • Adding f144, al00 and ep01 writer modules. For more information on the schemas mentioned,
    see (schema definitions here).
  • Adding se00 writer module (see schema definitions here).
  • Adding ev44 writer module (see schema definitions here).
  • Ignore deprecated warnings on macOS (can be removed when chriskohlhoff/asio#1183 is addressed.
  • Enable idempotence setting in the Kafka producer.
  • Updated librdkakfa Conan package version to 2.0.2