タグ

databaseとReleaseNoteに関するefclのブックマーク (3)

  • Release 5.0.0 · prisma/prisma

    We’re excited to share the 5.0.0 release today 🎉 Prisma 5.0.0 contains a lot of changes that improve Prisma’s performance, especially in serverless environments. If you want to learn more about the performance improvements, we wrote a blog post that sums up all the changes we made: Prisma 5: Faster by Default. As this is a major release, it includes a few breaking changes that might affect a smal

    Release 5.0.0 · prisma/prisma
    efcl
    efcl 2023/07/12
    Prisma 5.0.0リリース。 実験的な機能だった`jsonProtocol`/`fieldReference`/`extendedWhereUnique`をStableに変更。 Node.js 14のサポート終了、暗黙的に配列とみなす"array shortcuts"のサポートを削除、非推奨のオプションの削除など
  • Release 4.0.0 · prisma/prisma

    We're excited to share the 4.0.0 stable release today. 🎉 Prisma 4.0.0 features a variety of improvements across Prisma Migrate, Prisma schema, and Prisma Client. These changes will impact most Prisma users, particularly those who used some of our most popular Preview features around advanced index management, raw SQL queries, and filtering rows by properties of JSON. As this is a major release, w

    Release 4.0.0 · prisma/prisma
    efcl
    efcl 2022/07/02
    Prisma 4.0.0リリース。 `extendedIndexes`/`filterJson`/`improvedQueryRaw`がGAに。 Node.js 12のサポート終了、`DbNull`/`JsonNull`/`AnyNull`はobject型に変更、statement cache sizeのデフォルト値を変更など
  • Release 3.0.1 · prisma/prisma

    Today, we are excited to share the 3.0.1 stable release 🎉 As previously announced, Prisma has adopted SemVer strictly and this is the first major release which means it has some breaking changes. For all the breaking changes, there are guides and documentation to assist you with the upgrade. This release promotes many Preview features to General Availability. This means that they are ready for pr

    Release 3.0.1 · prisma/prisma
    efcl
    efcl 2021/09/08
    Prisma 3.0.1リリース。3からSemverにそったリリースとなった。 Referential Actions、Named Constraints、Microsoft SQL/Azure SQL、Node-APIなどがGAとなった。 破壊的な変更として`prisma db seed`の仕組みの変更、`null`をクエリに指定できなくして`Json
  • 1