Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 1.5 KB

CHANGELOG.md

File metadata and controls

28 lines (20 loc) · 1.5 KB

Changelog

All notable changes to this project will be documented in this file. See commit-and-tag-version for commit guidelines.

4.0.0 (2024-08-23)

Features

  • Added DictionaryLookupArray operation (64a24fc)
  • Each operation has its own character and array element limits now (64a24fc)

Fixes

  • Increased operation limits (811a984)
  • Removed deprecation notice (1d25327)
  • Finally PHP 8.0 is supported now (PHP7 still supported)

  • Added DictionaryLookup call

  • Added PSR6 compatible Cache support

  • Upgraded to Buzz Browser v1.2

    • Any PSR7 compatible adapter should work with it
  • Some detected BC breaks

    • Dropped PHP5.6 compatibility
    • AzureTokenCache and CachedClient constructors changed to support PSR6 caches
      • This means Doctrine\Common\Cache\ArrayCache is no longer supported
    • Buzz Browser upgrade forces new initialization process