2024.10.0
2024.10
It's been a few months since my last release, I've not added loads of new fuel providers or features to this release, mainly a number of under the hood changes.
Breaking
- UK Fuel Sources now return the fuel price in the correct monetary format (eg £1.38 rather than 138.9). If you still need the price measured in pence, update your scripts to multiply the price by 100.
New
- UK: Karen Retail provider added (from https://www.gov.uk/guidance/access-fuel-price-data)
- All: Added new
fuel_details
dict to attributes, this will expose the any fuel specific properties (such as tomorrow's price in the case of FuelWatch) (#21)
Fixes
- AU, NZ: PetrolSpy showing incorrect currency code (#16)
- UK: Price showing in pence, however unit is set to GBP (#16 - see breaking change above)
- All: Under the hood data validation changes
- Fix regression in version string introduced by tag in 2024.10.0b0
Known issues
- UK: Morrisons data source seems to have lost most of its fuel stations, but it looks like there are some significant changes going on to transfer ownership of Morrisons fuel stations to MFG instead (https://uk.news.yahoo.com/morrisons-petrol-stations-closed-four-115900807.html)
Full Changelog: 2024.7.2...2024.10.0