05-16-2019 12:23 PDT
- Remove classifier for Python 3.4 for end-of-life. (#7535)
- Add
client_infosupport to client / connection. (#7869)
- Pin
google-cloud-core >= 1.0.0, < 2.0dev. (#7993)
- Update client library documentation URLs. (#7307)
12-17-2018 16:47 PST
- Ensure that
ManagedZone:exists()does not misreportTrueresult. (#6884)
- Document Python 2 deprecation (#6910)
- Docs/fixit: normalize docs for
page_size/max_results/page_token(#6842)
12-10-2018 12:50 PST
- Update dependency to google-cloud-core (#6835)
- Bump minimum
api_coreversion for all GAPIC libs to 1.4.1. (#6391)
- Fix 'Datastore' in text as well as examples / links
- Add blacken to noxfile (#6795)
- Blackening Continued... (#6667)
- Add templates for flake8, coveragerc, noxfile, and black. (#6642)
- Docs: normalize use of support level badges (#6159)
- Add / fix badges for PyPI / versions. (#6158)
- Fix copy-pasta from datastore README. (#6208)
- Use new Nox (#6175)
- Prep dns docs for repo split. (#6020)
- Nox: use inplace installs (#5865)
- Add Test runs for Python 3.7 and remove 3.4 (#5295)
- Fix bad trove classifier
- Renaming
makeResource->make_resource. (#4355)
- Update dependency range for api-core to include v1.0.0 releases (#4944)
- Fixing "Fore" -> "For" typo in README docs. (#4317)
- Install local dependencies when running lint (#4936)
- Re-enable lint for tests, remove usage of pylint (#4921)
- Normalize all setup.py files (#4909)
- Making a
nox -s defaultsession for all packages. (#4324) - Shorten test names (#4321)
- Added link to "Python Development Environment Setup Guide" in project README (#4187, h/t to @michaelawyu)
- Upgrading to
google-cloud-core >= 0.28.0and adding dependency ongoogle-api-core(#4221, #4280)