Releases: utopia-php/database
Releases · utopia-php/database
0.13.2
What's Changed
- fix: metadata integrity on attributes and indexes by @TorstenDittmann in #100
Full Changelog: 0.13.1...0.13.2
0.13.1
What's Changed
- Feat: support BIGINT/LONG type by @kodumbeats in #95
- Fix: query on $id by @TorstenDittmann in #99
Full Changelog: 0.13.0...0.13.1
0.13.0
What's Changed
- tests: add tests for special chars in resources by @TorstenDittmann in #97
- Feat: namespace as table prefixes by @kodumbeats in #96
Full Changelog: 0.12.1...0.13.0
0.12.1
What's Changed
- Feat: parallel compile builds by @kodumbeats in #89
- Fix: adapt validators to utopia changes by @TorstenDittmann in #93
Full Changelog: 0.12.0...0.12.1
0.12.0
What's Changed
- Fix: statements with OR clauses when counting documents by @kodumbeats in #86
- Feat: pad uniqid with random bytes by @kodumbeats in #87
- Fix: default to 20-char uniqids by @kodumbeats in #90
Full Changelog: 0.11.0...0.12.0
0.11.0
What's Changed
- Fix: supported adapters hyperlink by @vermakhushboo in #82
- Feat: add helper method to check query operators by @kodumbeats in #84
- Feat: construct query validator from array of attribute documents by @kodumbeats in #81
New Contributors
- @vermakhushboo made their first contribution in #82
Full Changelog: 0.10.1...0.11.0
0.10.1
What's Changed
- Add the Code of Conduct by @Algy-Jr12 in #76
- Update the Contributing file by @Sin-Sumit in #75
- Added Issue templates by @Ln11211 in #79
- Fix float validator to accept ints by @kodumbeats in #78
- Allow null and empty arrays for optional array attributes by @kodumbeats in #80
New Contributors
- @Algy-Jr12 made their first contribution in #76
- @Sin-Sumit made their first contribution in #75
- @Ln11211 made their first contribution in #79
Full Changelog: 0.10.0...0.10.1
0.10.0
- Added
beforepagination(#59) - Added limit methods to Database class (#73)
- Updated methods to purge cache (#71)
- Added a
checkAttributemethod for async validation (#72) - Updated encodeAttribute to mirror decodeAttribute signature (#69)
- Introduced attribute
keyparam (#68) - Allowed filters on
nullvalues (#64) - Normalize
formatOptionsas JSON (#66) - Test that documentIDs are case-sensitive (#67)
- Updated cache keys for globbing (#65)