You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have one API and one language feature that are commented as being deprecated. We should consider removing them from the code base in the next major release.
The EntityUid::from_str() API has been deprecated since version 1.2 [link]
The __expr syntax for specifying Cedar expressions in JSON has been deprecated since version 1.2.
Describe the solution you'd like
Remove the code corresponding to the features above. Removing EntityUid::from_str() should be quick. Removing references to __expr will be more involved. It will also require updating our integration tests, which still use this syntax.
Describe alternatives you've considered
N/A
Additional context
No response
Is this something that you'd be interested in working on?
👋 I may be able to implement this feature request
⚠️ This feature might incur a breaking change
The text was updated successfully, but these errors were encountered:
Removing EntityUid::from_str() may not be trivial, as the CLI uses it for the --principal, --action, etc arguments. The CLI arguments will probably have to be specified in a different format.
Category
User level API changes
Describe the feature you'd like to request
We have one API and one language feature that are commented as being deprecated. We should consider removing them from the code base in the next major release.
EntityUid::from_str()
API has been deprecated since version 1.2 [link]__expr
syntax for specifying Cedar expressions in JSON has been deprecated since version 1.2.Describe the solution you'd like
Remove the code corresponding to the features above. Removing
EntityUid::from_str()
should be quick. Removing references to__expr
will be more involved. It will also require updating our integration tests, which still use this syntax.Describe alternatives you've considered
N/A
Additional context
No response
Is this something that you'd be interested in working on?
The text was updated successfully, but these errors were encountered: