This document summarizes recent updates to Norikra, an open source stream processing server. Key updates include:
1) The addition of suspended queries, which allow queries to be temporarily stopped and resumed later, and NULLABLE fields, which handle missing fields as null values.
2) New listener plugins that allow processing query outputs in customizable ways, such as pushing to users, enqueueing to Kafka, or filtering records.
3) Dynamic plugin reloading that loads newly installed plugins without requiring a restart, improving uptime.