doc/user/content/releases/v0.80.md
Breaking change. Disallow specifying more starting offsets than the number of partitions for Kafka sources.
Allow configuring the group ID (GROUP ID PREFIX) for Kafka sources,
and the group ID and transactional ID (TRANSACTIONAL ID PREFIX, PROGRESS GROUP ID PREFIX)
for Kafka sinks).
Add statement_kind to mz_internal.mz_activity_log.
This column provides the type of the logged statement, e.g. select for a
SELECT query, or NULL if the statement was empty.
Add mz_internal.mz_notices to
the system catalog. This view contains a list of currently active notices
emitted by the system, and requires superuser privileges for querying.