Skip to content

Commit a3e04c8

Browse files
committed
[RELEASE] Crawler version 12.0.10
Added * Extract error information in SubProcess crawl strategy [@cweiske](https://github.com/cweiske) * Expose error when crawl response has not X-T3Crawler-Meta header [@cweiske](https://github.com/cweiske) * RequestHelper to more some of the logic for fetching value from request [@tomasnorre](https://github.com/tomasnorre) * Automatic reload process status without page reload [@tomasnorre](https://github.com/tomasnorre) Changed * ProcessCleanUpHook is splitted into more classes to strive for seperations of concerns [@tomasnorre](https://github.com/tomasnorre) Fixed * Set guzzle connect timeout to 5 seconds [@cweiske](https://github.com/cweiske) * Prevent warning when guzzle crawl requests return errors [@cweiske](https://github.com/cweiske)
1 parent 9bc42f5 commit a3e04c8

File tree

2 files changed

+3
-11
lines changed

2 files changed

+3
-11
lines changed

CHANGELOG.md

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,21 @@
11
# Changelog TYPO3 Crawler
22

3-
## Crawler 12.0.10-dev
3+
## Crawler 12.0.10
4+
Crawler 12.0.10 was released on October 28th, 2025
45

56
### Added
67
* Extract error information in SubProcess crawl strategy [@cweiske](https://github.com/cweiske)
78
* Expose error when crawl response has not X-T3Crawler-Meta header [@cweiske](https://github.com/cweiske)
89
* RequestHelper to more some of the logic for fetching value from request [@tomasnorre](https://github.com/tomasnorre)
910
* Automatic reload process status without page reload [@tomasnorre](https://github.com/tomasnorre)
1011

11-
1212
### Changed
1313
* ProcessCleanUpHook is splitted into more classes to strive for seperations of concerns [@tomasnorre](https://github.com/tomasnorre)
1414

1515
### Fixed
1616
* Set guzzle connect timeout to 5 seconds [@cweiske](https://github.com/cweiske)
1717
* Prevent warning when guzzle crawl requests return errors [@cweiske](https://github.com/cweiske)
1818

19-
### Deprecated
20-
#### Classes
21-
#### Functions & Properties
22-
23-
### Removed
24-
#### Classes
25-
#### Functions & Properties
26-
2719
## Crawler 12.0.9
2820
Crawler 12.0.9 was released on August 21st, 2025
2921

ext_emconf.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
'author' => 'Tomas Norre Mikkelsen',
1111
'author_email' => 'tomasnorre@gmail.com',
1212
'author_company' => '',
13-
'version' => '12.0.9',
13+
'version' => '12.0.10',
1414
'constraints' => [
1515
'depends' => [
1616
'php' => '8.1.0-8.99.99',

0 commit comments

Comments
 (0)