Releases: jobrouter/php-rest-client
Releases · jobrouter/php-rest-client
3.1.0
3.0.0
Added:
- Compatibility with PHP 8.3
- Compatibility with JobRouter® 2024.1
Changed:
- Namespace from
Brotkrueml\JobRouterClient
toJobRouter\AddOn\RestClient
See also the upgrade section in the docs:
https://github.com/jobrouter/php-rest-client/blob/main/docs/upgrade.md
2.0.0
Added:
- Compatibility with JobRouter® 2023.1
Changed:
- On instantiation of the RestClient no authentication is done automatically anymore
- Incident class accepts as a priority only a Priority enum
- Incident class must be instantiated with a step number
- Step number in Incident class is always an integer
- Pool number in Incident class is always an integer
- Simulation in Incident class is always a boolean
Removed:
- Compatibility with PHP < 8.1
- Compatibility with JobRouter® < 2022.1
1.4.0
Added:
- Compatibility with JobRouter® 2022.3
- Compatibility with PHP 8.2
- Hide sensitive parameters in back traces for PHP versions >= 8.2
1.3.0
1.2.0
Added:
- Compatibility with JobRouter® 2022.1
Removed:
- Compatibility with PHP 7.3
1.1.2
Fixed:
- Annotation for data argument in request method of decorators
1.1.1
Fixed:
- Return type of FileStorage::key()
1.1.0
Added:
- Compatibility with PHP 8.0 and 8.1
- Compatibility with JobRouter® 5.2
Removed:
- Compatibility with PHP 7.2