Added
* max concurrency per spider property is now part of
the output from Spider.get_validated_metadata() regardless
of whether or not it is specified as part of the explicit spider
metadata declaration
* added paranoia_level to spider metadata
* added max_crawl_time_in_seconds to spider metadata
* ttl_in_seconds now has an upper bound of 86,400 (1 day in seconds)
* max_concurrency now has an upper bound of 25
Changed
* Selenium 3.7.0 -> 3.8.1
* [ChromeDriver](https://sites.google.com/a/chromium.org/chromedriver) 2.33 -> 2.34
* *breaking change* ttl -> ttl_in_seconds in spider metadata
Removed
* Nothing