php-nrk-predis (2.3.0-2) unstable; urgency=medium

  * Ignore tests for now (Closes: #1070580)

 -- David Prévot <taffit@debian.org>  Sun, 29 Dec 2024 12:16:00 +0100

php-nrk-predis (2.3.0-1) unstable; urgency=medium

  [ Till Krüss ]
  * fix prefixes for ZPOPMIN, ZPOPMAX and ZMSCORE (#1451)
  * Prepare v2.3.0 (#1491)

  [ Sergei Predvoditelev ]
  * Fix `cmsincrby` method annotation  in `ClientInterface` (#1333)

  [ Jiří Bok ]
  * Make Relay work with Redis cluster (#1397)

  [ Stephan ]
  * ClientInterface: using set with NX flag can return null (#1394)

  [ Tobias Bengtsson ]
  * Fix operator precedence (#1405)

  [ René Højbjerg Larsen ]
  * Filter out available slaves based on master-link-status flag (#1440)

  [ Christian Flothmann ]
  * explicitly mark nullable parameters as nullable (#1448)
  * keep key and value when filtering SET arguments (#1471)

  [ mahshidhp ]
  * Fix prefix for GEOSEARCH (#1453)

  [ Markus Reinhold ]
  * Fix prefixes for LMOVE and BLMOVE (#1455)

  [ Vladyslav Vildanov ]
  * Added GEOSHAPE field and test polygon search (#1467)
  * [2.x] Added Redis 7.4 commands interface changes (#1459)
  * Fixed bug with null arguments in SET command (#1470)
  * Added support for new IGNORE filter (#1458)
  * Added support for hash field expiration commands (#1456)
  * Added support for INDEXMISSING and INDEXEMPTY arguments (#1464)

  [ Alexander Mohorev ]
  * Fix prefix for SMISMEMBER (#1468)

  [ Till Krüss ]
  * update year

  [ David Prévot ]
  * Also handle phpunit configuration (Closes: #1039810)
  * Track version for now (Trixie?)
  * Drop pkg-php-tools Build-Dependcy providing dh-sequence-phpcomposer
  * Update copyright (years)

 -- David Prévot <taffit@debian.org>  Sat, 28 Dec 2024 16:26:45 +0100

php-nrk-predis (2.2.2-1) unstable; urgency=medium

  [ Till Krüss ]
  * Disable `CLIENT SETINFO` calls by default (#1399)
  * tag v2.2.2

  [ Vladyslav Vildanov ]
  * Added support for CLUSTER container command (#1360)
  * Added EXPIRETIME command to KeyPrefixProcessor (#1369)

 -- David Prévot <taffit@debian.org>  Thu, 14 Sep 2023 13:37:52 +0530

php-nrk-predis (2.2.1-1) unstable; urgency=medium

  [ Vladyslav Vildanov ]
  * Client set name and version on connection (#1347)
  * Added missing redis-stack commands to KeyPrefix processor (#1358)
  * Added support for WAITAOF command (#1357)
  * Updated CHANGELOG.md (#1363)

  [ David Prévot ]
  * Compatibility with recent PHPUnit (10)
    Partially (?) addresses #1039810

 -- David Prévot <taffit@debian.org>  Sun, 20 Aug 2023 11:28:17 +0200

php-nrk-predis (2.2.0-1) unstable; urgency=medium

  * Upload to unstable

  [ Vladyslav Vildanov ]
  * Added GETDEL command to KeyPrefixProcessor (#1306)
  * Added support for JSON.MERGE command (#1304)
  * Added support for JSON.MSET command (#1307)

  [ Till Krüss ]
  * Update CHANGELOG.md

  [ David Prévot ]
  * Skip tests failing on 32-bit architectures
  * Drop option incompatible with PHPUnit 10

 -- David Prévot <taffit@debian.org>  Wed, 21 Jun 2023 08:07:26 +0200

php-nrk-predis (2.2.0~rc1-1) experimental; urgency=medium

  [ Vladyslav Vildanov ]
  * Extended core support by implementing FCALL_RO command (#1191)
  * Extended core support by implementing ACL SETUSER, GETUSER, DRYRUN (#1193)
  * Added Redis stack support (JSON, Search, TimeSeries, Bloom) (#1253)

  [ Jess Archer ]
  * Add missing stream key prefixes (#1230)

  [ Nicolas Grekas ]
  * Add missing `@return` annotations (#1265)

  [ Till Krüss ]
  * [v2.x] Relay support  (#1263)
  * tag 2.2.0-RC1

  [ David Prévot ]
  * Use homemade autoload.php for tests and examples
  * Drop unused vendor/autoload.php

 -- David Prévot <taffit@debian.org>  Wed, 10 May 2023 08:10:32 +0200

php-nrk-predis (2.1.2-1) experimental; urgency=medium

  [ Till Krüss ]
  * update MIT license template
  * update copyright comments
  * tag v2.1.2

  [ David Prévot ]
  * Update copyright

 -- David Prévot <taffit@debian.org>  Sat, 04 Mar 2023 10:04:07 +0100

php-nrk-predis (2.1.1-1) experimental; urgency=medium

  [ Till Krüss ]
  * tag v2.1.1

  [ David Prévot ]
  * Drop transitional package
  * Update standards version to 4.6.2, no changes needed.

 -- David Prévot <taffit@debian.org>  Fri, 20 Jan 2023 13:20:56 +0100

php-nrk-predis (2.0.3-1) experimental; urgency=medium

  [ Alexandru Pătrănescu ]
  * improve PHP 8.2 support (#797)

  [ Stefano Borghi ]
  * check resource before writing, w/ test (#800)

  [ streamingsystems ]
  * Check if socket is resource before reading (#802)

  [ Tobias Bengtsson ]
  * Add partial support for Stream commands (#804)

  [ Mehmet Tolga Avcioglu ]
  * sentinel default to no password when replica authentication is used (#807)

 -- David Prévot <taffit@debian.org>  Sat, 15 Oct 2022 12:27:50 +0200

php-nrk-predis (2.0.2-1) experimental; urgency=medium

  [ Linc ]
  * Fix sentinel reconnect issue on long-running PHP processes (#784)

  [ digital2real ]
  * Add retry logic to support temporary redis cluster failure (#788)

  [ Till Krüss ]
  * Update CHANGELOG.md

  [ Dries Vints ]
  * PHP 8.2 Support (#796)

  [ David Prévot ]
  * Mark packages as Multi-Arch: foreign
  * Drop patch not needed anymore

 -- David Prévot <taffit@debian.org>  Fri, 09 Sep 2022 09:29:26 -0400

php-nrk-predis (2.0.0-1) experimental; urgency=medium

  * Upload new major to experimental

  [ Till Krüss ]
  * bump version to v2.0.0 stable

  [ Raza Mehdi ]
  * Use PHPUnit 9.

  [ David Prévot ]
  * Drop patches not needed anymore, add compatibility with recent PHPUnit
  * Fix typo in Homepage (Closes: #1006767)
    Thanks to Gerardo Esteban Malazdrewicz <gerardo@malazdrewicz.com.ar>
  * Update phpunit call
  * Update Standards-Version to 4.6.1

 -- David Prévot <taffit@debian.org>  Sat, 18 Jun 2022 16:01:47 +0200

php-nrk-predis (1.1.10-1) unstable; urgency=medium

  [ Till Krüss ]
  * bump version to 1.1.10 stable

  [ Pim Jansen ]
  * Fix for changing return types for PHP8.1 (#730)

 -- David Prévot <taffit@debian.org>  Thu, 06 Jan 2022 19:16:21 -0400

php-nrk-predis (1.1.9-5) unstable; urgency=medium

  * Break and replace libphp-predis.
    Thanks to Andreas Beckmann <anbe@debian.org> (Closes: #1000863)

 -- David Prévot <taffit@debian.org>  Wed, 01 Dec 2021 08:11:15 -0400

php-nrk-predis (1.1.9-4) unstable; urgency=medium

  * Ignore another test failing with PHP 8.1

 -- David Prévot <taffit@debian.org>  Sun, 28 Nov 2021 07:18:44 -0400

php-nrk-predis (1.1.9-3) unstable; urgency=medium

  * Provide php-nrk-predis again as transitionnal package to ensure php-predis
    gets installed on upgrade

 -- David Prévot <taffit@debian.org>  Sat, 27 Nov 2021 06:57:03 -0400

php-nrk-predis (1.1.9-2) unstable; urgency=medium

  * Source only upload
  * Replace php-nrk-predis
  * Fix bug numbers in previous changelog entry

 -- David Prévot <taffit@debian.org>  Fri, 26 Nov 2021 17:02:29 -0400

php-nrk-predis (1.1.9-1) unstable; urgency=medium

  [ Till Krüss ]
  * tag 1.1.9 (Closes: #915068)

  [ Vadim Borodavko ]
  * Add PHP 8.1 support (#712)

  [ David Prévot ]
  * Restart packaging under Debian PHP PEAR Maintainers umbrella
    (Closes: #960551)
  * Binary package renamed as php-predis and converted to arch:all
  * Install package where it belongs (Closes: #779418)
  * Provide compatibility symlink
  * Adapt testsuite to current PHPUnit (9)

 -- David Prévot <taffit@debian.org>  Mon, 08 Nov 2021 09:57:58 -0400

php-nrk-predis (1.0.0-1) unstable; urgency=medium

  * New upstream release
  * Rename package to php-nrk-predis (closes: #739670).

 -- Cyril Bouthors <cyril@boutho.rs>  Fri, 14 Nov 2014 12:25:44 +0100

php-nrk-predis (0.8.3-1) unstable; urgency=low

  * Initial release (Closes: #702709).

 -- Cyril Bouthors <cyril@boutho.rs>  Thu, 21 Feb 2013 16:15:00 +0100