Added
- Add clients for
scoringcluster
,geocoordinates
andarticlereferences
- Documentation improvements
Changed
- The connection creation now expects a
EvalancheConfig
instance - The connection creation also supports optionally passing existing PSR RequestFactory and PSR18 HttpClient instances
- Remove support for older PHP versions and require at least
PHP8
Removed
- Remove
checkpoint
client
En detail
- Introduce PSR18 support by @usox in #12
- Bump minimal required php version to 7.4 by @usox in #13
- Add support for campaign profile history by @usox in #15
- Add deprecation notice for checkpoint clients by @usox in #16
- Drop checkpoint support by @usox in #18
- Upgrade to php8 by @usox in #20
- Dependency update by @usox in #21
- Update dependencies by @usox in #22
- Update dependencies by @usox in #24
- Add customerId as optional param for all eligible clients by @usox in #25
- Add documentation for EvalancheConnection by @usox in #27
- Add missing tables by @usox in #29
- Update dependencies by @usox in #30
- Make customer_id optional in geocoordinates and articlereferences by @usox in #31
- Add a static create-method by @usox in #32
- Update CHANGELOG and add upgrading instructions by @usox in #33
- Update dependencies before release by @usox in #34
Full Changelog: v1.1.0...v2.0.0