Skip to content

Commit 5219963

Browse files
authored
Merge pull request #148 from WebFiori/release-please--branches--main
chore(main): release 2.1.3
2 parents daa6438 + 46510e2 commit 5219963

2 files changed

Lines changed: 14 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Changelog
22

3+
## [2.1.3](https://github.com/WebFiori/database/compare/v2.1.2...v2.1.3) (2026-05-11)
4+
5+
6+
### Bug Fixes
7+
8+
* **pool:** don't throw when max connections exceeded, create untracked connection instead ([9dd6143](https://github.com/WebFiori/database/commit/9dd6143e7825ef215faa040b0582eb466298b3ff))
9+
* **pool:** each acquire creates its own connection, reuse only after release ([a9414de](https://github.com/WebFiori/database/commit/a9414dec9ff7b4000faa720ab6e2ea0fd25cfa90))
10+
11+
12+
### Reverts
13+
14+
* remove pool exhaustion patches ([b463201](https://github.com/WebFiori/database/commit/b4632017b1422d8bf455bf653be5ceb673ce0fac))
15+
316
## [2.1.2](https://github.com/WebFiori/database/compare/v2.1.1...v2.1.2) (2026-05-11)
417

518

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "webfiori/database",
33
"description": "Database abstraction layer of WebFiori framework.",
44
"type": "library",
5-
"version": "2.1.2",
5+
"version": "2.1.3",
66
"keywords": [
77
"Database",
88
"PHP",

0 commit comments

Comments
 (0)