Skip to content

Negate property names, allow -> disallow

Compare
Choose a tag to compare
@HauklandJ HauklandJ released this 05 Sep 11:21
· 66 commits to main since this release
1f3a8ed

What's Changed

  • Negate the property names for data type creation and deletion by @HauklandJ in #487

Breaking changes

The properties AllowUserCreate & AllowUserDelete which were introduced in v3.33 have been renamed to DisallowUserCreate & DisallowUserDelete. This makes the default behavior such that a user is allowed to create and delete.

Full Changelog: Storage.Interface-3.34.0...Storage.Interface-4.0.0