Releases: utopia-php/database
Releases · utopia-php/database
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
before
pagination(#59) - Added limit methods to Database class (#73)
- Updated methods to purge cache (#71)
- Added a
checkAttribute
method for async validation (#72) - Updated encodeAttribute to mirror decodeAttribute signature (#69)
- Introduced attribute
key
param (#68) - Allowed filters on
null
values (#64) - Normalize
formatOptions
as JSON (#66) - Test that documentIDs are case-sensitive (#67)
- Updated cache keys for globbing (#65)
0.9.0
0.8.0
0.7.0
0.6.1
0.6.0
- Fixed casting array attribute when it's null (#45 )
- Check index limit after appending to index queue (#44)
- Accept 36 chars as keys (#42)
- Accept array of formats for custom structure validation (#41)
- Refactor findFirst to findOne (#39)
- Refactor - Create collection in single call (#38)
- Fix key name (#37)
- Added attribute/column limits (#35)
- Throw IndexLimit when adding index to queue (#34)
- Index limits (#33)
- Fetch should return only assoc array, not PDO::FETCH_BOTH (default) (#32)
- Fix mongo extension (#31)