Skip to content

Releases: utopia-php/database

0.12.1

13 Dec 14:58
af512b7
Compare
Choose a tag to compare
0.12.1 Pre-release
Pre-release

What's Changed

Full Changelog: 0.12.0...0.12.1

0.12.0

24 Nov 14:56
102ee1d
Compare
Choose a tag to compare
0.12.0 Pre-release
Pre-release

What's Changed

Full Changelog: 0.11.0...0.12.0

0.11.0

17 Nov 16:01
5fc0476
Compare
Choose a tag to compare
0.11.0 Pre-release
Pre-release

What's Changed

New Contributors

Full Changelog: 0.10.1...0.11.0

0.10.1

02 Nov 15:12
9b46976
Compare
Choose a tag to compare
0.10.1 Pre-release
Pre-release

What's Changed

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

04 Oct 17:28
b7c60b0
Compare
Choose a tag to compare
0.10.0 Pre-release
Pre-release
  • 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

18 Aug 19:20
f9b1836
Compare
Choose a tag to compare
0.9.0 Pre-release
Pre-release
  • Added sum() method to get sum of an attribute (#60)
  • Disallow leading special characters for Keys (#61)
  • Accept array of index documents when constructing Queries validator (#62)
  • Throw correct error when updating documents with unique index (#63)

0.8.0

16 Aug 18:11
2645c15
Compare
Choose a tag to compare
0.8.0 Pre-release
Pre-release
  • Decouple the DB lib from Appwrite collections (#58)
  • Removed unused document from Authorization constructor (#57)
  • Fix default attribute index count (#56)

0.7.0

12 Aug 07:14
46c4a99
Compare
Choose a tag to compare
0.7.0 Pre-release
Pre-release
  • Added Authorization::skip() method (#55)
  • Updated count method doc block (#54)
  • Better cache cleaning (#53)
  • Fix order-after when ordering by natural order (#51, #52)
  • Accept periods and hyphens as keys (#50)

0.6.1

05 Aug 17:24
59d9d34
Compare
Choose a tag to compare
0.6.1 Pre-release
Pre-release
  • Removed unique index from collection name (#48)
  • Added internal id on getDocument (#47)
  • Added static index number for adapter (#46)

0.6.0

03 Aug 15:24
561adc2
Compare
Choose a tag to compare
0.6.0 Pre-release
Pre-release
  • 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)