We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 483eeb0 commit 2fad7e2Copy full SHA for 2fad7e2
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