Skip to content

Tags: hmim/prisma

Tags

4.9.0

Toggle 4.9.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat: remove prisma-fmt binary (prisma#16923)

* feat: remove prisma-fmt binary

* chore: revert unwanted changes

* chore: removed "Format Binary" from snapshots

* chore: remove useless code

* code-review: removed more format mentions related to the binary

Co-authored-by: Joël Galeran <Jolg42@users.noreply.github.com>
Co-authored-by: Jan Piotrowski <piotrowski+github@gmail.com>

4.8.1

Toggle 4.8.1's commit message
fix(client): Fix naming conflict in types args

Since 4.8.0, we generate explicit types for model fields args, not only
for top level queries. Naming we choose for it, `ModelFieldArgs` can
clash with existing types if `ModelField` type also exists in the
schema. To fix it, this PR changes naming scheme to `Model$fieldArgs`.
Since `$` can not be used in type name, this new naming scheme is
guaranteed not to clash with anything.

Fix prisma#17005

Co-authored-by: Joël Galeran <Jolg42@users.noreply.github.com>
Co-authored-by: Daniel Starns <danielstarns@hotmail.com>

4.8.0

Toggle 4.8.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
chore(deps): update engines to 4.8.0-61.d6e67a83f971b175a593ccc12e15c…

…4a757f93ffe (prisma#16921)

4.7.1

Toggle 4.7.1's commit message
fix: client handling of batched queries when some fail, and some not (p…

…risma#16574)

* Fix some error management in engine code

* Bump versions

* Added regression test

* Allow for data proxy tests to run

* Run in every provider

* Temporary skip data proxy

* Make tests resilient to mongo id format

* Try to unskip the test

* Reproduce & fix batch query issue for data proxy

Co-authored-by: Sergey Tatarintsev <tatarintsev@prisma.io>

4.7.0

Toggle 4.7.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix(client): Don't recompute extensions list on every access (prisma#…

…16520)

4.6.1

Toggle 4.6.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
chore(deps): patch 4.6.x 4.6.1-3.694eea289a8462c80264df36757e4fdc129b…

…1b32 (prisma#16216)

4.6.0

Toggle 4.6.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
chore(renovate): check vitess/vttestserver updates weekly

[skip ci]
Related, same will be done in prisma-engines
prisma/prisma-engines#3129
prisma/prisma-engines#3114

4.5.0

Toggle 4.5.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
chore(deps): update engines to 4.5.0-43.0362da9eebca54d94c8ef5edd3b2e…

…90af99ba452 (prisma#15853)

Co-authored-by: Pierre-Antoine Mills <pierreantoine.urvoy@gmail.com>

4.4.0

Toggle 4.4.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
test(client): skip 8832 (prisma#15565)

4.3.1

Toggle 4.3.1's commit message
fix typescript 4.8 issues

(cherry picked from commit 60ab5d3)