Releases: eifinger/pywaze
Releases · eifinger/pywaze
v1.1.0 🌈 Officially add support for python 3.12
Changes
This has been working before but is now officially tested and supported
🚀 Enhancements
⬆️ Dependency updates
- chore(deps): bump eifinger/setup-rye from 3 to 4 @dependabot (#35)
v1.0.2 🌈 add license classifier
This release only adds a license identifier in pyproject.toml.
Normal users can ignore this.
Changes
⬆️ Dependency updates
- chore(deps): bump actions/cache from 4.0.1 to 4.0.2 @dependabot (#29)
- chore(deps): bump pypa/gh-action-pypi-publish from 1.8.14 to 1.9.0 @dependabot (#33)
- chore(deps): bump eifinger/setup-rye from 2 to 3 @dependabot (#32)
v1.0.1 🌈 Handle empty street and routeNames
Changes
- Bump eifinger/setup-rye to v2 @eifinger (#25)
- ci: pin python to full version @eifinger (#24)
- ci: speed up by using caching @eifinger (#23)
🐛 Bug fixes
📚 Documentation
⬆️ Dependency updates
- chore(deps): bump pypa/gh-action-pypi-publish from 1.8.12 to 1.8.14 @dependabot (#28)
- chore(deps): bump release-drafter/release-drafter from 5.25.0 to 6.0.0 @dependabot (#22)
- chore(deps): bump actions/cache from 4.0.0 to 4.0.1 @dependabot (#27)
- chore(deps): bump pypa/gh-action-pypi-publish from 1.8.11 to 1.8.12 @dependabot (#26)
v1.0.0 🌈 Routes with possibilities
Changes
This release changes the available methods and the return values.
- Rename
npath
toalternative
- Only one method
calc_routes
- Response model includes route name and street names (aka the route)
🚨 Breaking changes
🐛 Bug fixes
⬆️ Dependency updates
- chore(deps): bump release-drafter/release-drafter from 5.24.0 to 5.25.0 @dependabot (#17)
- chore(deps): bump pypa/gh-action-pypi-publish from 1.8.10 to 1.8.11 @dependabot (#18)
v0.5.1 🌈 set default timeout to 60s
v0.5.0 🌈 Configure your timeouts
The Waze API has a lot to do. This release sets the default timeout from 5s to 10s and adds an option to tune it on demand.
🚀 Enhancements
📚 Documentation
⬆️ Dependency updates
- chore(deps): bump actions/checkout from 3 to 4 @dependabot (#13)
v0.4.0 🌈 WRCError wraps TimeoutExceptions
Changes
🚀 Enhancements
⬆️ Dependency updates
- chore(deps): bump pypa/gh-action-pypi-publish from 1.8.8 to 1.8.10 @dependabot (#10)
v0.3.0 🌈 Reuse existing httpx clients
v0.2.0 🌈 Less classes more options
🚀 Enhancements
- move route options from property to arg @eifinger (#8)
route = await self.get_route( start, end, vehicle_type=vehicle_type, avoid_toll_roads=avoid_toll_roads, avoid_subscription_roads=avoid_subscription_roads, avoid_ferries=avoid_ferries, npaths=npaths, time_delta=time_delta, )