Releases: eifinger/pywaze
Releases · eifinger/pywaze
v1.2.0 🌈 Add configurable and inferred base coords for address resolution
Changes
You can now supply base_coords to make Waze resolve addresses near that location.
🚀 Enhancements
🧰 Maintenance
- Add chore as maintenance label @eifinger (#74)
- chore: update ruff to v0.9.4 and fix linting errors @eifinger-bot (#67)
- chore: migrate from pre-commit to prek @eifinger-bot (#66)
⬆️ Dependency updates
- chore(deps): bump astral-sh/setup-uv from 7.3.0 to 7.3.1 @dependabot (#71)
- chore(deps): bump astral-sh/setup-uv from 7.1.6 to 7.3.0 @dependabot (#70)
- chore(deps): bump astral-sh/setup-uv from 7.1.4 to 7.1.6 @dependabot (#57)
v1.1.1 🌈 use new routing API endpoints
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
npathtoalternative - 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)