Back to Materialize

Materialize v0.98

doc/user/content/releases/v0.98.md

1231001 B
Original Source

v0.98

Sources and sinks

  • Support writing metadata to Kafka message headers in Kafka sinks via the new HEADERS option.

  • Allow dropping subsources in PostgreSQL sources using the DROP SOURCE command. The ALTER SOURCE...DROP SUBSOURCE command has been removed.

  • Require the CASCADE option to drop PostgreSQL and MySQL sources with active subsources. Previously, dropping a PostgreSQL or MySQL source automatically dropped all the corresponding subsources.

  • Allow changing the ownership of a subsource using the ALTER OWNER command. Subsources may now have different owners to the parent source.

SQL