Skip to content

Releases: WebFiori/database

v2.1.4

13 May 08:02
1812edb

Choose a tag to compare

2.1.4 (2026-05-13)

Features

  • database: add addTableFromClass() and addTablesFromClasses() methods (3f25b82), closes #138
  • schema: add connection-targeted migrations and seeders (002aac3), closes #149

Miscellaneous Chores

Code Refactoring

v2.1.3

11 May 16:07
5219963

Choose a tag to compare

2.1.3 (2026-05-11)

Bug Fixes

  • pool: don't throw when max connections exceeded, create untracked connection instead (9dd6143)
  • pool: each acquire creates its own connection, reuse only after release (a9414de)

Reverts

  • remove pool exhaustion patches (b463201)

v2.1.2

11 May 07:37
a309c57

Choose a tag to compare

2.1.2 (2026-05-11)

Bug Fixes

v2.1.1

11 May 07:05
e4180b0

Choose a tag to compare

2.1.1 (2026-05-11)

Features

  • connection: add connection pooling for database connection reuse (32d8fb3), closes #143

Miscellaneous Chores

v2.1.0

11 May 06:50
38e84b7

Choose a tag to compare

2.1.0 (2026-05-10)

Features

  • migrations: surface errors in dry run pending changes (2cc91b9), closes #129
  • schema: add skip/baseline support to SchemaRunner (98ff685), closes #136

Bug Fixes

  • mysql: cast PHP booleans to int for bit(1) column bindings (480e659), closes #135
  • mysql: cast PHP booleans to int for bit(1) column bindings (d19c735), closes #135

v2.0.3

28 Apr 07:16
a040ca5

Choose a tag to compare

2.0.3 (2026-04-28)

Bug Fixes

v2.0.2

13 Apr 20:01
8bc8c02

Choose a tag to compare

2.0.2 (2026-04-13)

Miscellaneous Chores

v2.0.1

10 Feb 21:45
ce62956

Choose a tag to compare

2.0.1 (2026-02-10)

Features

  • Added getSupportedDataTypes (7ec96e3)

Miscellaneous Chores

v2.0.0

06 Jan 21:45
0647ecb

Choose a tag to compare

2.0.0 (2026-01-06)

Features

Bug Fixes

  • Ignore if Migration Already Registered (23c2a9b)
  • Imports Correction (bf09ed1)
  • mysql: Auto-Increment (e56a1ba)
  • Return Count of Deleted (6414b6e)

Miscellaneous Chores

v1.2.0

05 Nov 16:11
d48947f

Choose a tag to compare

1.2.0 (2025-11-05)

Features

Miscellaneous Chores