Skip to content
This repository has been archived by the owner on Sep 5, 2023. It is now read-only.

Latest commit

 

History

History
176 lines (109 loc) · 10 KB

CHANGELOG.md

File metadata and controls

176 lines (109 loc) · 10 KB

Changelog

PyPI History

2.2.0 (2021-07-01)

Features

Bug Fixes

Documentation

2.1.1 (2021-05-28)

Bug Fixes

2.1.0 (2021-01-29)

Features

  • add common resource helpers; expose client transport; remove send/recv gRPC limits (#38) (f3f1a86)

2.0.0 (2020-09-14)

⚠ BREAKING CHANGES

  • migrate to microgen (#30)

Features

Bug Fixes

Documentation

  • add multiprocessing note (via synth) (#17) (fb04673)

1.0.0 (2020-05-12)

Features

  • set release_status to production/stable (#11) (effc368)

0.4.0 (2020-02-12)

Features

  • redis: undeprecate resource name helper methods, add 2.7 deprecation warning (via synth) (#10049) (b8a8c24)
  • add ConnectMode and upgrade_instance (#5) (e55220b)

Bug Fixes

  • redis: deprecate resource name helper methods (via synth) (#9840) (75342ef)

0.3.0

07-24-2019 17:15 PDT

Implementation Changes

  • Allow kwargs to be passed to create_channel (via synth). (#8400)
  • Remove classifier for Python 3.4 for end-of-life. (#7535)
  • Remove unused message exports. (#7272)
  • Protoc-generated serialization update. (#7092)
  • Pick up stub docstring fix in GAPIC generator. (#6979)

New Features

  • Add 'client_options' support, update list method docstrings (via synth). (#8519)
  • Add 'import_instance' / 'export_instance' support (via synth). (#8220)
  • Remove v1 'import_instance' / 'export_instance'; add v1beta1 'failover_instance' (via synth). (#7937)
  • Add support for instance import / export / failover (via synth). (#7423)

Dependencies

  • Bump minimum version for google-api-core to 1.14.0. (#8709)
  • Pin black version (via synth). (#8592)

Documentation

  • Link to googleapis.dev documentation in READMEs. (#8705)
  • Add compatibility check badges to READMEs. (#8288)
  • Updated client library documentation URLs. (#7307)
  • Update year: 2018 -> 2019. (#7154)

Internal / Testing Changes

  • Add docs job to publish to googleapis.dev. (#8464)
  • Declare encoding as utf-8 in pb2 files (via synth). (#8360)
  • Add disclaimer to auto-generated template files (via synth). (#8324)
  • Suppress checking 'cov-fail-under' in nox default session (via synth). (#8249)
  • Fix coverage in 'types.py' (via synth). (#8161)
  • Blacken noxfile.py, setup.py (via synth). (#8129)
  • Add empty lines (via synth). (#8068)
  • Finsh setup for 'docs' session in nox. (#8101)
  • Use alabaster theme everwhere. (#8021)
  • Copy lintified proto files (via synth).
  • Add clarifying comment to blacken nox target. (#7400)
  • Copy proto files alongside protoc versions.
  • Add protos as an artifact to library (#7205)

0.2.1

12-18-2018 09:40 PST

Implementation Changes

  • Import iam.policy from google.api_core. (#6741)
  • Pick up fixes to GAPIC generator. (#6504)
  • Assorted synth fixups / cleanups (#6400)
  • Fix client_info bug, update docstrings. (#6419)
  • Re-generate library using redis/synth.py (#6016)
  • Re-generate library using redis/synth.py (#5993)

Dependencies

  • Bump minimum api_core version for all GAPIC libs to 1.4.1. (#6391)

Documentation

  • Document Python 2 deprecation (#6910)
  • Normalize use of support level badges (#6159)

Internal / Testing Changes

  • Add baseline for synth.metadata
  • Update noxfile.
  • Blacken all gen'd libs (#6792)
  • Omit local deps (#6701)
  • Run black at end of synth.py (#6698)
  • Run Black on Generated libraries (#6666)
  • Add templates for flake8, coveragerc, noxfile, and black. (#6642)
  • Don't synth 'README.rst'. (#6262)
  • Add / fix badges for PyPI / versions. (#6158)
  • Use new Nox (#6175)

0.2.0

New Features

  • Add the v1 API client library. (#5945)

Documentation

  • Docs: Replace links to '/stable/' with '/latest/'. (#5901)
  • Redis: Fix README.md links (#5745)
  • Add redis documentation to main index.rst (#5405)

Internal / Testing Changes

  • Nox: use inplace installs (#5865)
  • Avoid overwriting 'module' of messages from shared modules. (#5364)
  • Unit tests require grpcio. (#5363)

0.1.0

New Features

Initial version of Redis client library v1beta1.