Skip to content

Releases: utopia-php/database

7.2.1

Choose a tag to compare

@abnegate abnegate released this 13 Aug 02:26
38181c9

What's Changed

  • fix(mongo): bump to 1.5.3 so integers past int32 survive a read by @abnegate in #936

Full Changelog: 7.2.0...7.2.1

7.2.0

Choose a tag to compare

@abnegate abnegate released this 13 Aug 00:53
a8e8386

What's Changed

Full Changelog: 7.1.4...7.2.0

7.1.4

Choose a tag to compare

@abnegate abnegate released this 12 Aug 09:39
b2b136a

What's Changed

  • fix: preserve empty object attributes (DAT-2310) by @abnegate in #935

Full Changelog: 7.1.3...7.1.4

7.1.3

Choose a tag to compare

@fogelito fogelito released this 11 Aug 06:16
ce4e14e

What's Changed

Full Changelog: 7.1.2...7.1.3

7.1.2

Choose a tag to compare

@ChiragAgg5k ChiragAgg5k released this 10 Aug 04:40
9eed1f1

What's Changed

Full Changelog: 7.1.1...7.1.2

7.1.1

Choose a tag to compare

@abnegate abnegate released this 09 Aug 01:37
80b5b3d

What's Changed

  • fix: refuse a non-string select value instead of fatalling on it by @abnegate in #931

Full Changelog: 7.1.0...7.1.1

7.1.0

Choose a tag to compare

@abnegate abnegate released this 04 Aug 02:11
69e6cb5

What's Changed

  • feat: return the distance a vector query ranked by, and let the index answer it by @abnegate in #929

Full Changelog: 7.0.0...7.1.0

7.0.0

Choose a tag to compare

@loks0n loks0n released this 31 Jul 13:33
40185b1

Breaking changes

utopia-php/pools is now 2.* and utopia-php/cache is now ^4.0.0.

Database\Adapter\Pool::__construct() takes a Utopia\Pools\Pool in its public signature, so callers must construct a pools 2 pool: timeout is a required constructor argument, the setRetry* / setReconnect* / setTelemetry setters are gone, and Connection is final readonly. See the pools upgrade guide.

The database API itself is unchanged — the adapter only ever calls $pool->use().

What's Changed

  • chore(deps)!: upgrade to utopia-php/pools 2.x by @loks0n in #928

Full Changelog: 6.5.1...7.0.0

6.5.1

Choose a tag to compare

@fogelito fogelito released this 27 Jul 10:07
7fd133e

What's Changed

Full Changelog: 6.5.0...6.5.1

6.5.0

Choose a tag to compare

@fogelito fogelito released this 27 Jul 06:27
0797ba6

What's Changed

Full Changelog: 6.4.5...6.5.0