-
Notifications
You must be signed in to change notification settings - Fork 88
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
remove autocast feature #1501
remove autocast feature #1501
Conversation
test/unit/ngsi-ld/examples/contextRequests/updateContextAliasPlugin7.json
Show resolved
Hide resolved
@jason-fox be aware of this change. There were weird situations casting strings as objects. This behaviour is not valid and is going to be removed in this PR. |
Its good to see these necessary structural changes occurring, but much like the removal of bidirectional attributes, this removal is again a breaking change - any chance you could group all these breaking changes together and then update the major version number so it is more obvious what is happening. There is no need to go 4.x, 5.x, 6.x, 7.x for each little one, just moving to 4.x once the big stuff has been done |
@jason-fox noted your feedback. Good to see you agree with those changes |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
test/unit/ngsi-ld/examples/contextRequests/updateContextAliasPlugin8.json
Show resolved
Hide resolved
autocast feature was disabled globally. IMHO this PR is not a breaking change. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Athough we should wait until de-autocast PR in IOTA-UL (and maybe IOTA-JSON?) before merging, to merge all them at once.
Not for version 3.5.0 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
fix for #1498