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

Add a migration guide from 0.15 to 0.16 #6233

Merged
merged 2 commits into from May 13, 2024
Merged

Conversation

emilk
Copy link
Member

@emilk emilk commented May 6, 2024

What

Checklist

  • I have read and agree to Contributor Guide and the Code of Conduct
  • I've included a screenshot or gif (if applicable)
  • I have tested the web demo (if applicable):
  • The PR title and labels are set such as to maximize their usefulness for the next release's CHANGELOG
  • If applicable, add a new check to the release checklist!

To run all checks from main, comment on the PR with @rerun-bot full-check.

@emilk emilk added 📖 documentation Improvements or additions to documentation ⛴ release Related to shipping or publishing exclude from changelog PRs with this won't show up in CHANGELOG.md labels May 6, 2024
@emilk emilk added this to the 0.16 milestone May 6, 2024
@emilk emilk requested a review from teh-cmc May 6, 2024 13:42
Copy link

github-actions bot commented May 6, 2024

Deployed docs

Commit Link
962de54 https://landing-gmcw9d63t-rerun.vercel.app/docs


In 0.15 you could log a component as timeless once, and then change it to be temporal (non-timeless) later (or the other way around). This is no longer allowed for static data.
Now, once you log something (a specific component on a specific entity) as static, it must stay static forever.
Conversely, if you log something as temporal (non-static), it must not be logged as static in the future.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I understood it as that if you log temporal first and then log static, the component becomes static ignoring what was logged temporally. Is that incorrect?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

☝️ that's correct -- I'll update.

@emilk emilk merged commit 4faa145 into main May 13, 2024
30 checks passed
@emilk emilk deleted the emilk/0-16-migration-guide branch May 13, 2024 10:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
📖 documentation Improvements or additions to documentation exclude from changelog PRs with this won't show up in CHANGELOG.md ⛴ release Related to shipping or publishing
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Write an 0.16 migration guide
3 participants