v0.11.0
What's Changed
This release bumps the internal Prisma version from 4.15.2
to 5.4.2
bringing major performance improvements.
This release also adds support for retrieving metrics, e.g.
from prisma import Prisma
client = Prisma()
metrics = client.get_metrics()
print(metrics.counters[0])
See the docs for more information.