What's Changed
* HTTP error handling by ztamas83 in https://github.com/Danielhiversen/pyTibber/pull/220
* Dynamically fetch websocket subscription url by toini in https://github.com/Danielhiversen/pyTibber/pull/213
* Remove glitre grid price by Danielhiversen in https://github.com/Danielhiversen/pyTibber/pull/243
* Refactor by Danielhiversen in https://github.com/Danielhiversen/pyTibber/pull/247
* Drop python 3.9 by Danielhiversen in https://github.com/Danielhiversen/pyTibber/pull/248
* 3.12.0 alpha by Danielhiversen in https://github.com/Danielhiversen/pyTibber/pull/249
* 312 by Danielhiversen in https://github.com/Danielhiversen/pyTibber/pull/250
* Improve error handling and reconnect by Danielhiversen in https://github.com/Danielhiversen/pyTibber/pull/246
Breaking changes
* Python 3.9 is no longer supported, https://github.com/Danielhiversen/pyTibber/pull/248
* For realtime data, `update_info` needs to be called before `rt_connect`, https://github.com/Danielhiversen/pyTibber/pull/213
* Glitre grid prices are removed, https://github.com/Danielhiversen/pyTibber/pull/243
* Raises on HTTP errors, https://github.com/Danielhiversen/pyTibber/pull/220
New Contributors
* ztamas83 made their first contribution in https://github.com/Danielhiversen/pyTibber/pull/220
**Full Changelog**: https://github.com/Danielhiversen/pyTibber/compare/0.26.8...0.27.0