---------------------
Added
~~~~~
- Added ``semaphore_wrapper`` to easily use a semaphore for async coroutines.
- Added ``context.download_semaphore`` to share a download semaphore.
- Added ``max_concurrent_downloads`` pref, defaulting to 5.
Fixed
~~~~~
- Fixed 4-part versions.
Removed
~~~~~~~
- CoT support for ``application-services`` as cleanup effort
- Removed ``aiohttp_max_connections`` in favor of ``max_concurrent_downloads``.