We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 483eeb0 + 2fad7e2 commit b003e52Copy full SHA for b003e52
changelogs/drizzle-orm/0.24.2.md
@@ -0,0 +1 @@
1
+- 🐛 Pool connections opened for transactions are now closed after the transaction is committed or rolled back
drizzle-orm/package.json
@@ -1,6 +1,6 @@
{
2
"name": "drizzle-orm",
3
- "version": "0.24.1",
+ "version": "0.24.2",
4
"description": "Drizzle ORM package for SQL databases",
5
"scripts": {
6
"build": "tsc && resolve-tspaths && cp ../README.md package.json dist/",
0 commit comments