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.
- Added support v
symfony/yaml
v7. - Added PHP 8.3 between tested versions.
- Added method
ScenarioSchedulersController::activateScenarioScheduler()
. - Added method
ScenarioSchedulersController::deactivateScenarioScheduler()
. - Added property
bool $active
and mapping for value objectScenarioSchedulerListingItem
, request bodyScenarioSchedulerRequestBody
and response bodyScenarioSchedulerResponseBody
.
- Updated README.
- Added method
CrawlerClientInterface::getSerializer()
.
- Added the field
finishedAt
for the value objectScenarioListingItem
(GET /api/scenarios
). - Added the field
finishedAt
for the response bodyScenarioResponseBody
(GET /api/scenarios/:scenarioId
). - Added method
ScenariosController::abortScenario()
(PUT /api/scenarios/:scenarioId/abort
). - Added tests.
- Initial release.