Hey <!everyone> :prisma-cool: we hope you enjoyed ...
# prisma-whats-new
n
Hey <!everyone> prisma cool we hope you enjoyed your holidays and are recharged and ready for an awesome 2021! 🍀🤞 We just released v2.14.0, here's what's new! prisma rainbow 🎳 Group By queries are now in Preview Prisma Client now supports group by queries! Opt-in to this feature by adding the 
groupBy
 flag to the 
generator
 block in your Prisma schema. Here is an example for invoking the new 
groupBy
 query:
Copy code
const locations = await client.agent.groupBy({
  by: ['location'],
  min: {
    rate: true
  },
})

// Result:
// [
//   { location: "Los Angeles", min: { rate: 10.00 } },
//   { location: "London", min: { rate: 20.00 } },
//   { location: "Tokyo", min: { rate: 30.00 } }
// ]
Note that Prisma also supports the 
having
 side of group by, so you can further filter your groups. You can read more about the group by queries in the documentation. 📟 Linux ARM64 support Good news for Linux users! Prisma now supports Linux ARM64 out of the box. If you already generate the Prisma Client on a Linux ARM box, it will just work. To target the specific binary, you can add a 
binaryTarget
 to the 
generator
 block in your Prisma schema:
Copy code
generator client {
  provider      = "prisma-client-js"
  binaryTargets = ["linux-arm-openssl-1.1.x"]
}
Learn more in the documentation. 🗺️ Prisma Migrate fix for PostGIS users PostgreSQL users who are using the PostGIS extension can now use Prisma Migrate as well. 📚 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.
fast parrot 85
🎳 7
prisma rainbow 56
🔥 10
🇺🇸 4
💡 6
😃 7
📣 4
pride parrot 5
🌶️ 6
🦁 2
🇭🇷 1
prisma cool 24
prisma xmas 12
🤖 6
❤️ 7
💍 3
party postgres 5
😻 2
💪 2
🇰🇷 10
🇵🇱 2
🏳️‍🌈 2
🇵🇭 2
🇨🇦 4
🇨🇳 2
pakistan parrot 1
🎁 13
🙌 13
☃️ 8
😎 8
😀 6
graphcool 6
🏄‍♀️ 6
📚 3
S 4
🇳🇬 4
🇨🇺 1
🇯🇲 1
🇨🇿 1
🚀 1
🇲🇦 1
🇩🇯 1
🇯🇵 1
🇵🇸 1
🦜 1
🇸🇪 1
🇨🇴 1
🇮🇳 3
🇫🇷 3