Skip to content

Releases: utopia-php/database

0.13.2

04 Jan 10:51
bf92279

Choose a tag to compare

0.13.2 Pre-release
Pre-release

What's Changed

Full Changelog: 0.13.1...0.13.2

0.13.1

29 Dec 14:05
a1b2849

Choose a tag to compare

0.13.1 Pre-release
Pre-release

What's Changed

Full Changelog: 0.13.0...0.13.1

0.13.0

27 Dec 13:02
2e13987

Choose a tag to compare

0.13.0 Pre-release
Pre-release

What's Changed

Full Changelog: 0.12.1...0.13.0

0.12.1

13 Dec 14:58
af512b7

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

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

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

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

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

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

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)