Skip to content

Latest commit

 

History

History
157 lines (85 loc) · 12.2 KB

File metadata and controls

157 lines (85 loc) · 12.2 KB

Changelog

1.19.0 (2026-02-19)

Features

Miscellaneous

  • add separate default env var v2 docs snippet (#265) (a4b285d)
  • update examples, tests, readmes, CI for api keys v2 (#263) (5a12d1f)

1.18.0 (2025-12-15)

Features

  • new credential provider methods for accepting v2 api keys (#261) (80a74c7)

1.17.1 (2025-07-15)

Bug Fixes

  • correct small issues with the configurations. (#258) (c26fca9)
  • disable dynamic DNS service config (#254) (ba47637)

Miscellaneous

  • add debug logs for data client operations (#260) (6e15e97)
  • adding more testing for sorted set union store (#256) (4a516ae)
  • remove the storage client (#259) (3d8f577)

1.17.0 (2025-03-04)

Features

  • adding SortedSetUnionStore operation (#253) (f0e1483)

1.16.0 (2024-11-22)

Features

Miscellaneous

  • add Lambda configuration with values ported from nodejs (#251) (6c9c373)
  • fix license copyright info (#252) (74bd347)

1.15.1 (2024-11-05)

Miscellaneous

  • improve resource exhausted error message (#247) (c29417e)

1.15.0 (2024-11-05)

Features

Miscellaneous

  • add named argument sorted-set example (#244) (96412ba)

1.14.0 (2024-10-25)

Features

Bug Fixes

Miscellaneous

  • add placeholders to avoid future merge conflicts (#225) (d32c7e5)
  • correct sorted set remove elements mention in docstrings (#228) (d8fbfca)
  • fix inconsistent comment (#231) (91a18d8)
  • make order in the sorted set functions more explicit (#235) (702897c)
  • remove the type from sorted set scores so they support ints (#242) (c84adcc)
  • remove unnecessary tests and fix test warnings (#236) (8d41a6e)
  • rename the ThrowsException tests to ReturnsError (#239) (6e21636)
  • support devcontainer development (#220) (d0c9a85)
  • Update the documentation comply with the PHP license (#240) (f40b7dd)

1.13.0 (2024-10-15)

Features

1.12.0 (2024-09-25)

Features

Miscellaneous

  • add Apache 2.0 license (#207) (6faa79e)
  • add storage docs snippets (#205) (1458202)
  • rename TEST_AUTH_TOKEN to MOMENTO_API_KEY (#208) (4b63c2f)
  • Run CI on PHP 8.3 and 8.4, fix PHP 8.4 support, pin actions versions (#211) (22d1dcb)

1.11.1 (2024-07-09)

Miscellaneous

1.11.0 (2024-07-08)

Features

Miscellaneous