Skip to content

Latest commit

 

History

History
59 lines (49 loc) · 1.92 KB

CHANGELOG.md

File metadata and controls

59 lines (49 loc) · 1.92 KB

Changelog

v0.9.9 - 2024.06.06

Added

  • Add support to API key authorization

v0.9.8 - 2024.01.16

Changed

Compatibility

  • Declare PHP8.2 and PHP8.3 compatibility

v0.9.7 - 2023.07.31

Changed

Compatibility

  • Declare psr/log v3.0 compatibility

v0.9.6 - 2023.01.24

SearchAdapter

  • Extend Search interface by records method

v0.9.5 - 2022.12.05

Add

AdapterFactory

  • add config

v0.9.4 - 2022.08.25

Changed

Compatibility

  • Declare PHP8.1 compatibility

v0.9.3 - 2021.11.04

Changed

Compatibility

  • Declare PHP8.0 compatibility

v0.9.2 - 2021.09.22

Fixed

  • Import
    • Standard adapter does not use query parameters

v0.9.1 - 2021.04.07

Fixed

  • Import
    • Cast returned value to array in case json_decode returns null for received response

v0.9 - 2021.01.21

Initial release

  • Client builder, according to FF version
  • Import, Search, and Tracking adapters