Metadata type changed from list
to tuple
affecting modification via interceptor
#660
Labels
priority: p2
Moderately-important priority. Fix may not be included in next release.
type: bug
Error or flaw in code with unintended results or allowing sub-optimal usage patterns.
The following change d96eb5c introduces a breaking change by changing the type of metadata from a list to a tuple resulting in users to not be able to modify the metadata via an interceptor.
The following showcase tests in the generator break, since the interceptor can no longer modify the metadata (or assign it a new value) via this function:
The text was updated successfully, but these errors were encountered: