🎉 TypeORM v1.0 Beta is here! #12261
dlhck
announced in
Announcements
Replies: 1 comment
-
|
Let's go🚀. Finally, some huge news from the team. Bravo! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
After more than 10 years, over 190 million downloads, and 3.6 million every week, TypeORM is finally approaching its v1.0 milestone — and we'd love your help getting it across the finish line.
The beta is available today. Give it a try:
What's changing?
The full list of features and fixes will follow with the final release, but you can see the raw commits here:
👉 v0.3...master
v1.0 removes all APIs that were deprecated in v0.3.0 (released four years ago). If your project has been keeping up with deprecation warnings, the upgrade should be straightforward.
Full details on breaking changes and how to update your code are in the migration guide:
👉 https://github.com/typeorm/typeorm/blob/master/docs/docs/guides/8-migration-v1.md
NestJS users
We know many of you rely on
@nestjs/typeorm. There is already an open PR to add v1.0 support to the NestJS TypeORM module:👉 nestjs/typeorm#2562 — feat: support v1 of TypeORM
If you're a NestJS user, feel free to follow that PR for updates. We expect full compatibility to land shortly.
How to help
The best thing you can do right now is test the beta against your own projects and report any issues you find. Every bug report brings v1.0 closer to a stable release.
As a small thank-you to the community, users who help test the beta and provide valuable feedback that helps us reach a stable v1.0 will be mentioned in the v1.0 release notes to honor their contribution.
Thank you to everyone who has contributed, reported issues, and stuck with the project over the years. This milestone belongs to the community. 🙏
Beta Was this translation helpful? Give feedback.
All reactions