Skip to content

Latest commit

 

History

History
48 lines (26 loc) · 2.27 KB

CHANGELOG.md

File metadata and controls

48 lines (26 loc) · 2.27 KB

Changelog

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

3.1.0 - 2025-02-13

⚠ Breaking changes

  • Migrate FSirius and RodrigueThemis SDK to use Symfony HTTP Client instead of Guzzle
  • Removed getEventDateIds, use getEventDateParams instead

Bug Fixes

  • Added User-Agent for SDK HTTP-based clients - (96611c2)

Features

  • [breaking]Migrate FSirius and RodrigueThemis SDK to use Symfony HTTP Client instead of Guzzle - (ca1af88)
  • [breaking]Removed getEventDateIds, use getEventDateParams instead - (d110653)

Refactor

  • Installed friendsofphp/php-cs-fixer and refactor all PHP files style, moved to multi-staged Dockerfile for development environment - (033a428)

Testing

  • Upgraded phpstan dependency - (ffc5391)

3.0.0 - 2024-05-15

Features

  • Migrated to Roadiz 2.3-dev and Symfony 6.4 - (f4aca50)
  • Expose Availability as an API platform endpoint - (aa0282d)

2.0.0 - 2023-06-06

Features

  • Migrate to Symfony 5.4 and PHP 5.4.* with strict typing and new asbtract Authenticator class - (4a66675)

1.2.1 - 2022-05-23

Bug Fixes

  • Prefix session id with client id - (1bcf8a6)