Skip to content

Latest commit

 

History

History
39 lines (28 loc) · 1.5 KB

CHANGELOG.md

File metadata and controls

39 lines (28 loc) · 1.5 KB

php-grip Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

1.1.0 - 2023-12-15

Added

  • Support for verify_iss and verify_key GRIP configurations and parsing them from GRIP_URLs.
  • Support for Bearer tokens, using the new Fanout\Grip\Auth\BearerAuth class.
    • Use a Bearer token by using a GRIP configuration with key, but without a control_iss. This can also be parsed from GRIP_URL that have a key without an iss.
  • Updated with full support for Fastly Fanout.

1.0.1 - 2021-08-30

Changed

  • Renamed WebSocketDecodeEventException to WebSocketDecodeEventError

Fixed

  • Allow setting GripInstruct metas using set_meta.

[1.0.0] - 2021-08-07

  • Major update with great improvements in usability
  • Uses Guzzle (and its Promises library) for HTTP fetching and asynchronous functionality.
  • Collapsed php-pubcontrol and php-gripcontrol into a single library, simplifying use and deployment.
  • Reorganized utility functions into categorized files.
  • Install using Composer. Classes loaded using PSR-4.