Skip to content

v0.7.0-beta.7

Latest

Choose a tag to compare

@github-actions github-actions released this 15 Feb 12:27
59af808

Changelog

  • 2159130 Add dropedChangeStream tracking for FOR ALL change streams
  • f11fb05 Add edge case tests for DROP CHANGE STREAM output
  • 7dd548f Correct DDL generation for various CHANGE STREAM alterations
  • c7a66e8 Fix duplicate ALTER CHANGE STREAM output when dropping table
  • ef897a3 Fix redundant change stream SET FOR on FOR scope transitions
  • 7d0c5aa Fix unnecessary ALTER before DROP CHANGE STREAM
  • 9a9bacb Fix unnecessary REVOKE when dropping table with change stream
  • 4bca6aa Improve constraint handling and table modification logic
  • cb28ae1 Refactor database schemas and update related tests
  • cfebec0 Reorder DDL generation to handle CHANGE STREAM before table drops
  • 78260c2 feat(diff): add support for altered change stream states with recreating table