1.2.6 - August 4, 2024 – The Resurrection Update #41
blefnk
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
This changelog is still in progress. Please check back later for more information. You can learn a lot about the new update in the significantly revised README.md.
Relivator 1.2.6 (August 4, 2024): The Resurrection Update (Release Notes Article)
Below you can see a static draft copy of 👉 the article from Bleverse Docs website 👈. This copy may be a bit outdated since July 20, 2024. Please refer to that blog post to read the most recent version of the article. Bleverse Docs also has translations of the article into other languages; and will contain even more information about Relivator than this README.md, including notes from all past and future releases. We still working on Bleverse Docs, so it can be broken unintentionally. That's why the draft copy of that article duplicated into current README.md.
🥳 Relivator is Back With Version 1.2.6!
We are excited to announce the release of Relivator 1.2.6! This version marks the end of the "all-in-one" approach as we prepare for a more modular future with Reliverse CLI starting from version 1.3.0. The 1.2.6 release includes significant updates, especially in the developer experience (DX). The README.md has been significantly updated. Moving forward, we will introduce Dev (early-access for sponsors), Canary, Release Candidate (RC), and General Availability (GA) branches for better version management. 1.2.6 will serve as a foundation, helping us transition more smoothly to the release of those 1.3.0's branches.
Major Changes and Improvements
The project now uses next-auth v5, clerk v5 and optionally supports tailwindcss v4. Work has commenced on upgrading from React 18 to React 19. This is the last release that simultaneously supports PostgreSQL/MySQL and NextAuth.js/Clerk database integrations. Please refer to the updated Installation section in the README.md of Relivator for more details.
Migration Guidance
Starting from version 1.3.1, we will provide comprehensive guides for migrating from older versions. The usual migration process involves reviewing commit changes and integrating necessary updates into your custom code. However, due to the extensive changes in versions 1.2.6 and 1.3.0, this method is not feasible. We recommend reinstalling the project and transferring your custom features from the previous version to the new version of starter. Thank you for your understanding!
To make the migration as smooth as possible, it's recommended to create a "
cluster
" folder in "src
" and moving all your custom code there. If needed, you can adjust the paths using the Find and Replace feature in VSCode. This will make it much easier to save and transfer your custom code to Relivator 1.2.6.Default Database Change
Neon PostgreSQL is now the default database instead of PlanetScale MySQL, as the latter no longer offers a free tier. If you require MySQL, Railway offers a more affordable alternative with a $5 credit without requiring a credit card. Note that this version has been primarily tested with Neon PostgreSQL.
Security and Code Improvements
src/temp
folder. You can re-add it by running thereliverse
command starting from Relivator 1.3.0.Reliverse Scripts Transition
Reliverse scripts have moved from the "unknown viability" stage to the "unstable" stage. As always, use them at your own risk and make backups. These scripts are now located in the
src/tools/unstable
folder. Most scripts require Python to be installed.For more details on this update, you can read my detailed posts in the Relivator thread on Discord. Start with this message.
Thank You So Much
If anyone have any questions or issues, don't hesitate to contact me, means @blefnk, on Discord or GitHub. For more information about 1.2.6 and 1.3.0, please visit
#⭐-relivator
chat on the project's Discord server and the GitHub Issues page.Thank you for your continued support and happy coding with Reliverse Website Builder v0.4.0 and Relivator Next.js Template v1.2.6!
Git Release Notes
Full Changelog: 1.2.5...1.2.6
This discussion was created from the release 1.2.6 - August 4, 2024 – The Resurrection Update.
Beta Was this translation helpful? Give feedback.
All reactions