Skip to content

YelpAPI v2.6.0

Latest

Choose a tag to compare

@gfairchild gfairchild released this 18 Mar 06:14
· 5 commits to master since this release
  • Added 5 new API endpoints: Business Engagement Metrics (business_engagement_query), Business Service Offerings (business_service_offerings_query), Categories (categories_query), Category by Alias (category_query), and Review Highlights (review_highlights_query).
  • Updated all documentation URLs to the current docs.developer.yelp.com reference format.
  • Migrated from setup.py to pyproject.toml (hatchling build backend).
  • Dropped Python 3.8 support; added Python 3.13 and 3.14. Minimum supported version is now 3.9.
  • Migrated CI from Travis CI to GitHub Actions.
  • Added type hints throughout.
  • Reached 100% test coverage.