Skip to content

Releases: googleapis/python-ndb

v2.0.0

06 Dec 15:22
85f8a40
Compare
Choose a tag to compare

2.0.0 (2022-12-06)

⚠ BREAKING CHANGES

  • dependencies: Upgrade to google-cloud-datastore >= 2.7.2

Features

  • dependencies: Upgrade to google-cloud-datastore >= 2.7.2 (12bbcb5)

Bug Fixes

  • Correct access to SerializeToString, CopyFrom, and MergeFromString (12bbcb5)
  • Fix enum namespaces (12bbcb5)
  • Update API capitalization/casing (12bbcb5)
  • Update datastore stub creation (12bbcb5)
  • Update module imports (12bbcb5)

v1.12.0

30 Nov 19:18
8f5ec70
Compare
Choose a tag to compare

1.12.0 (2022-11-29)

Bug Fixes

  • Drop Python 2 support (90efd77)
  • Drop Python 3.6 support (#829) (b110199)
  • model: Ensure repeated props have same kind when converting from ds (#824) (29f5a85)

Documentation

  • Add note in Django middleware documentation that it is unimplemented (#805) (aa7621d)
  • Add note that ProtoRPC message classes are unimplemented (#819) (ae813e9)
  • context: Note that several methods are no longer implemented. (#821) (34c2c38)
  • CONTRIBUTING: Note the need for Redis/Memcached env vars in tests (#838) (19f8415), closes #836
  • Fix bad import path in migration guide (#827) (7b44961)
  • Fix typo in begin_transaction docstring (#822) (7fd3ed3)
  • README: Syncronize supported version text with python-datastore (#837) (316f959)
  • tasklets: Fix Py2-style print statement (#840) (0ebfaed)

v1.12.0rc1

17 Nov 17:32
Compare
Choose a tag to compare
v1.12.0rc1 Pre-release
Pre-release

1.12.0rc1 (2022-11-17)

Bug Fixes

  • Drop Python 2 support (90efd77)
  • Drop Python 3.6 support (#829) (b110199)
  • model: Ensure repeated props have same kind when converting from ds (#824) (29f5a85)

Documentation

  • Add note in Django middleware documentation that it is unimplemented (#805) (aa7621d)
  • Add note that ProtoRPC message classes are unimplemented (#819) (ae813e9)
  • context: Note that several methods are no longer implemented. (#821) (34c2c38)
  • CONTRIBUTING: Note the need for Redis/Memcached env vars in tests (#838) (19f8415), closes #836
  • Fix bad import path in migration guide (#827) (7b44961)
  • Fix typo in begin_transaction docstring (#822) (7fd3ed3)
  • README: Syncronize supported version text with python-datastore (#837) (316f959)

v1.11.2

16 Nov 17:21
ae76903
Compare
Choose a tag to compare

1.11.2 (2022-06-03)

Documentation

  • fix changelog header to consistent size (#773) (7bb4e5a)

v1.11.1

08 Nov 18:35
5b82f58
Compare
Choose a tag to compare

Bug Fixes

v1.11.0

28 Oct 20:47
4f7f0b4
Compare
Choose a tag to compare

Features

v1.10.5

13 Oct 03:02
0cd8eb1
Compare
Choose a tag to compare

Bug Fixes

v1.10.4

28 Sep 18:32
1c80d64
Compare
Choose a tag to compare

Bug Fixes

  • pin grpcio / googleapis-common-protos under Python2 (#725) (ccc82e4)

v1.10.3

13 Sep 17:17
be931e5
Compare
Choose a tag to compare

Bug Fixes

  • use thread-safe iterator to generate context ids (#716) (92ec8ac), closes #715

v1.10.2

01 Sep 12:17
e959f4f
Compare
Choose a tag to compare

Bug Fixes

  • deps: add pytz as an explicit dependency (#707) (6b48548)