Skip to content

Latest commit

 

History

History
103 lines (63 loc) · 2.55 KB

CHANGELOG.md

File metadata and controls

103 lines (63 loc) · 2.55 KB

Changelog

PyPI History

0.34.0

Implementation Changes

  • Clean up feature introspection. (#5851)

New Features

  • Regenerate to pick up new features in the underlying API. (#5854)

0.33.0

New Features

  • Add v1p3beta1 endpoint to vision client library (#5638)

0.32.0

Implementation Changes

  • Avoid overwriting 'module' of messages from shared modules. (#5364)
  • Regenerate underlying client library (#5467)

Internal / Testing Changes

  • Add Test runs for Python 3.7 and remove 3.4 (#5295)
  • Modify system tests to use prerelease versions of grpcio (#5304)

0.31.1

Packaging

  • Update setuptools before packaging (#5265)

0.31.0

  • Vision v1p2beta1: PDF/TIFF OCR (#5127)
  • Use install_requires for platform dependencies instead of extras_require (#4991)
  • Add vision v1p2beta1 (#4998)
  • Fix bad trove classifier
  • Add max results to feature (#4817)

0.30.1

Dependencies

  • Update dependency range for api-core to include v1.0.0 releases (#4944)

Testing and internal changes

  • Install local dependencies when running lint (#4936)
  • Re-enable lint for tests, remove usage of pylint (#4921)
  • Normalize all setup.py files (#4909)
  • Fix coveragerc to correctly omit generated files (#4843)

0.29.0

⚠️ Breaking Changes

  • The HTTP/JSON based client that was deprecated in 0.25.0 is completely removed.

Release Candidate

  • This is the (hopefully) final release candidate before declaring a stable release.

Features

  • The v1p1beta1 endpoint has been added. (#4493)

    This is a superset of v1 and includes features that are still in beta on the API side. You can opt in to this endpoint by importing it explicitly:

    from google.cloud import vision_v1p1beta1
    client = vision_v1p1beta1.ImageAnnotatorClient()

PyPI: https://pypi.org/project/google-cloud-vision/0.29.0/

0.28.0

Notable Implementation Changes

  • Update and re-organize autogenerated code (#3952)

Documentation

  • Added link to "Python Development Environment Setup Guide" in project README (#4187, h/t to @michaelawyu)

Dependencies

  • Upgrading to google-cloud-core >= 0.28.0 and adding dependency on google-api-core (#4221, #4280)
  • Deferring to google-api-core for grpcio and googleapis-common-protosdependencies (#4096, #4098)

PyPI: https://pypi.org/project/google-cloud-vision/0.28.0/