General
\* Documentation is now generated by Sphinx and can be found at [streetlevel.readthedocs.io](https://streetlevel.readthedocs.io/).
\+ All functions which make network requests now have an async version ending in `_async`, usually requiring an `aiohttp.ClientSession` as additional parameter.
Apple Look Around
\+ Add rudimentary support for Apple Look Around
Bing Streetside
\+ Add `find_panorama_by_id` function
\* Fix zoom level 4 of the old original Microsoft panos not being downloadable
\* **[breaking]** The `get_panorama` and `download_panorama` methods now take a `StreetsidePanorama` object as first parameter, rather than just the ID
Google Street View
\+ `find_panorama` can now optionally search for third-party panoramas
\* **[breaking]** For consistency, `lookup_panoid` has been renamed `find_panorama_by_id`. `lookup_panoid` is now an alias which will be removed in v0.5
\* **[breaking]** The `day`/`month`/`year` fields of `StreetViewPanorama` have been merged into a `date` field of type `CaptureDate`
Mapy.cz Panorama
\+ Add `find_panorama_by_id` function
\+ Add `year`, `historical`, `neighbors` parameters
\* Fix integer radius breaking `find_panorama`