zed
zed copied to clipboard
breaking: Clean up deprecated functionality for v1
Description
Part of getting a v1 of Zed out the door. We want to take the opportunity to get rid of some deprecated codepaths, which will keep complexity down in the long term.
Changes
- Remove
zed preview schema compile- it's now justzed schema compile - Remove
zed watch- it's now justzed relationship watch - Remove deprecated
revisionflag - use the other consistency flags - Remove
zed permission lookup- it'szed permission lookup-resources - Remove deprecated
estimated-countflag onbulk-delete- uselimitinstead
Testing
Review. See that tests still pass.