Skip to content

Releases: eifinger/pywaze

v1.0.2 🌈 add license classifier

25 Jun 11:44
f2ed3dc
Compare
Choose a tag to compare

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

02 May 12:57
Compare
Choose a tag to compare

Changes

🐛 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

21 Jan 19:21
49189da
Compare
Choose a tag to compare

Changes

This release changes the available methods and the return values.

  • Rename npath to alternative
  • 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

05 Oct 17:56
7f3286a
Compare
Choose a tag to compare

Changes

🐛 Bug fixes

v0.5.0 🌈 Configure your timeouts

15 Sep 15:53
Compare
Choose a tag to compare

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

v0.4.0 🌈 WRCError wraps TimeoutExceptions

09 Sep 16:16
0db5bc1
Compare
Choose a tag to compare

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

13 Aug 14:56
9be5ea7
Compare
Choose a tag to compare

🚀 Enhancements

  • pass optional httpx AsyncClient in init @eifinger (#9)

v0.2.0 🌈 Less classes more options

10 Aug 19:38
8eaf7fa
Compare
Choose a tag to compare

🚀 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,
            )

🧰 Maintenance

v0.1.3 🌈 Additional url of deployed pypi release

09 Aug 20:26
Compare
Choose a tag to compare

📚 Documentation

v0.1.2 🌈 Fixes for the release process

08 Aug 07:47
7a468b8
Compare
Choose a tag to compare

This release only fixes the release process and does not include any changes to the code itself.

🐛 Bug fixes

  • Search and replace version before publishing @eifinger (#4)