Skip to content
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

Slugify breaking changes from 0.86.1 release Re: #166 #167

Open
brianjking opened this issue Jan 24, 2019 · 0 comments
Open

Slugify breaking changes from 0.86.1 release Re: #166 #167

brianjking opened this issue Jan 24, 2019 · 0 comments
Assignees

Comments

@brianjking
Copy link
Owner

This release also includes two noteworthy breaking changes. One is a follow-up on the slugify breaking change from last release. We did not update the validation check for config options that need to be valid slugs. This means that some of your config values might be invalid. Keep an eye at the console as we have a new message to tell you which ones are wrong.

This issue also impacts the entity registry, which could contain in some rare cases invalid entity IDs. Expect entity IDs to change if they contained a double underscore (which becomes 1) or if they started/ended in an underscore (which will be removed).
@brianjking brianjking self-assigned this Jan 24, 2019
brianjking added a commit that referenced this issue Jan 24, 2019
brianjking added a commit that referenced this issue Jan 24, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant