Hey <!everyone> :v: :prisma-cool: We just release...
# prisma-whats-new
n
Hey <!everyone> ✌️ prisma cool We just released Prisma 2.19.0 prisma rainbow 🚀 Prisma Migrate is now ready for General Availability We are excited to announce that Prisma Migrate enters General Availability. You can learn more about the launch in the announcement article. There are no major changes to how Prisma Migrate works except that the 
--preview-feature
 flag is being removed, you can now use it as follows:
Copy code
npx prisma migrate <COMMAND>
↕️ Order by aggregates of relations in Prisma Client queries (Preview) This release makes it possible to order by the aggregates (e.g. count) of relations in your Prisma Client queries. Here's is an example that orders a list of users by the number of the posts they created:
Copy code
const orderedUsers = await prisma.user.findMany({
  orderBy: {
    posts: {
      count: 'asc'
    }
  }
})
This feature is released in Preview which means you have to explicitly enable it via the 
orderByRelation
 feature flag in your Prisma schema:
Copy code
generator client {
  provider        = "prisma-client-js"
  previewFeatures = ["orderByRelation"]
}
🦦 Prisma Client Go now returns results from the 
Transaction
 API
Previously in the Go Client, you could write data within a transaction, but you couldn't get the results back from the transaction. Now you can! Learn more in the documentation. 📚 Learn more in the release notes For more info and links to documentation, you can read the release notes. 🌟 Help us spread the word about Prisma 🌟 To help spread the word about Prisma, we'd very much appreciate if you would star the repo 🌟 And if you're excited about the features in this week's release, then help us and share your excitement on Twitter. 📰 Join us on Thursday for the "What's new in Prisma" livestream As usual, my colleague @ryan and I will discuss the latest release and other news from the Prisma ecosystem in a 

livestream on YouTube

 on Thursday at 5pm Berlin | 8am San Francisco.
🚢 1
🇭🇷 2
🥽 2
🇮🇱 11
prisma rainbow 27
🇫🇮 3
💡 8
❤️ 13
🌶️ 3
🇺🇸 5
📣 4
🚀 78
💪 18
🔥 22
🏳️‍🌈 8
🇸🇪 2
🇵🇱 9
🇰🇷 12
😎 10
fast parrot 28
🇨🇺 2
🤖 1
💚 10
🇬🇧 6
🇨🇴 5
🇩🇪 12
prisma cool 10
🌸 2
💪🏾 1
🇳🇴 2
🇫🇷 4
🇻🇪 1
🇧🇦 1
🇲🇾 1
prisma green 2
newzealand parrot 1
prisma orange 8
🇰🇪 2
🚵‍♂️ 1
metal 1
🇷🇺 2
🙌 1
🇯🇵 2
🇮🇩 1
🇬🇭 1
👾 1
🇮🇳 6
🇳🇬 1
🇨🇳 2
🇧🇷 2
💪🏼 1