Skip to content

v0.14.0

Choose a tag to compare

@winebarrel winebarrel released this 22 Apr 02:39
Immutable release. Only release title and notes can be modified.
v0.14.0
07e6f74

Changelog

  • 07e6f74 Merge pull request #59 from winebarrel/improve-coverage
  • 14de462 Add NormalizeDropChecker and nil DropChecker tests
  • 773a476 Merge pull request #58 from winebarrel/add-allow-drop
  • cc95bb2 Clarify constraint/index drop behavior in getting-started NOTE
  • 3402f7e Add DenyAllDrops tests for tables, columns, views, and enums
  • 9ccbb38 Add DenyAllDrops test for domain drop suppression
  • 6a7fa66 Handle nil receiver in DropPolicy.IsDropAllowed
  • 7ae6d48 Nil-guard DropChecker, fix docs wording, add default no-drop apply test
  • 0eb8c19 Document that constraints/indexes are always dropped regardless of --allow-drop
  • c68e2a5 Remove constraint/index from --allow-drop and fix test name
  • 2d66516 Use comma-separated syntax consistently in --enable/--disable examples
  • 5047178 Use comma-separated syntax in --allow-drop examples
  • 78eb816 Document --allow-drop in getting-started guide
  • bfb6c7f Add --allow-drop option to plan/apply for safe drop control