Releases: stephan192/dwdwfsapi
Releases · stephan192/dwdwfsapi
v1.1.0
v1.0.8
Changed
- Update minimum required Python version to 3.11
- Remove usage of ciso8601
- Update minimum required versions for requests and urllib3
- Remove query for unavailable layer dwd:Warnungen_See
- Add timeout to request.get()
v1.0.7
Changed
- Update urllib3 requirement
v1.0.6
Changed
- Add option to use a GPS location for the object creation that's used to retrieve the warncell ID
v1.0.5
Changed
- Revert changes done in 1.0.4
v1.0.4
Changed
- Warncell ID handling due to changes in DWD api
v1.0.3
Added
- Urgency attribute added to warning dictionary
Changed
- Divison criteria between current and expected warnings changed from time to urgency attribute
v1.0.2
Added
- Input validation
- Flake8 and pydocstyle conformity
v1.0.1
Fixed
- DwdWeatherWarningsAPI: Exception handling when input data is None
- README.md: Typo
v1.0.0
Added
- DwdWeatherWarningsAPI