Fix October 2024 blog: prereg flag deprecated#642
Conversation
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
WalkthroughA blog post was updated to clarify the deprecation of the Changes
Poem
Note ⚡️ AI Code Reviews for VS Code, Cursor, WindsurfCodeRabbit now has a plugin for VS Code, Cursor and Windsurf. This brings AI code reviews directly in the code editor. Each commit is reviewed immediately, finding bugs before the PR is raised. Seamless context handoff to your AI code agent ensures that you can easily incorporate review feedback. Note ⚡️ Faster reviews with cachingCodeRabbit now supports caching for code and dependencies, helping speed up reviews. This means quicker feedback, reduced wait times, and a smoother review experience overall. Cached data is encrypted and stored securely. This feature will be automatically enabled for all accounts on May 30th. To opt out, configure 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
SupportNeed help? Create a ticket on our support page for assistance with any issues or questions. Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
|
closes #641 |
There was a problem hiding this comment.
Actionable comments posted: 0
🧹 Nitpick comments (1)
blog/2024-10-29-envio-community-update-oct-2024.md (1)
42-42: Suggestion: Standardize deprecation style and link release notesConsider using a more consistent deprecation admonition and pointing readers directly to the v2.19.0 release notes for context:
- > **Update:** The `preRegisterDynamicContracts` option was deprecated in version `2.19.0` because default contract registration became significantly faster. You no longer need to enable pre-registration explicitly. + > **Deprecated (v2.19.0):** The `preRegisterDynamicContracts` flag is no longer required since contract registration performance has significantly improved. See the [v2.19.0 release notes](https://github.com/enviodev/envio/releases/tag/v2.19.0) for details.
Summary
preRegisterDynamicContractswas deprecated in v2.19.0Testing
yarn build(fails: package missing in lockfile)Summary by CodeRabbit
preRegisterDynamicContractsoption, explaining that it is no longer needed due to improvements in contract registration speed.