Skip to content

Releases: roadrunner-php/kv

v4.3.0

25 Jul 09:40
bc6e142
Compare
Choose a tag to compare

What's Changed

  • Added the interface Spiral\RoadRunner\KeyValue\AsyncStorageInterface and its implementation Spiral\RoadRunner\KeyValue\AsyncCache, which enhances performance when working with the cache by @L3tum in #36
  • Removed unused google/protobuf dependency by @msmakouz in #40

New Contributors

  • @L3tum made their first contribution in #36

Full Changelog: v4.2.0...v4.3.0

v4.2.0

09 May 17:00
a9e13c8
Compare
Choose a tag to compare

Features

Full Changelog: v4.1.0...v4.2.0

v4.1.0

12 Apr 08:24
5abd8c0
Compare
Choose a tag to compare

Features

Full Changelog: 4.0.0...v4.1.0

v4.0.0

14 Apr 11:28
fca0221
Compare
Choose a tag to compare

Features

  • Upgraded to PHP 8.1
  • Upgraded to PHPUnit 10
  • Upgraded to Psalm 5
  • Added reusable Gh Actions
  • Added metapackage spiral/roadrunner:^2023

Breaking Changes

Generated proto DTO files

Local proto DTO files were replaced with files from roadrunner-php/roadrunner-api-dto package

Spiral\RoadRunner\KeyValue\DTO\V1\... => RoadRunner\KV\DTO\V1\...

Spiral\RoadRunner\KeyValue\Serializer\DefaultSerializer Changes

It has been marked as final, which means that it can no longer be extended by user code.

Spiral\RoadRunner\KeyValue\Serializer\IgbinarySerializer Changes

It has been marked as final, which means that it can no longer be extended by user code.

Spiral\RoadRunner\KeyValue\Serializer\SodiumSerializer Changes

It has been marked as final, which means that it can no longer be extended by user code.

Full Changelog: v3.0.0...4.0.0

v3.0.0

26 Sep 10:19
4e9694f
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.2.0...v2.3.0

v2.2.0

22 Aug 14:51
22d0cf0
Compare
Choose a tag to compare

What's Changed

  • Mark Factory::isAvailable method as deprecated. by @butschster in #26

Full Changelog: v2.1.0...v2.2.0

v2.1.0

06 Aug 10:43
1e90241
Compare
Choose a tag to compare
  • Added support of the clear() method.

See also https://github.com/spiral/roadrunner/releases/tag/v2.3.1

v2.0.0

23 Jun 14:31
Compare
Choose a tag to compare

Added basic support for the functionality of the RoadRunne KV Plugin.