Skip to content

Commit c124597

Browse files
author
Jon Wayne Parrott
authored
Release Firestore 0.29.0 (googleapis#4959)
1 parent ea4d5e1 commit c124597

2 files changed

Lines changed: 32 additions & 1 deletion

File tree

firestore/CHANGELOG.md

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,37 @@
44

55
[1]: https://pypi.org/project/google-cloud-firestore/#history
66

7+
## 0.29.0
8+
9+
### New features
10+
11+
- All non-simple field names are converted into unicode (#4859)
12+
13+
### Implementation changes
14+
15+
- The underlying generated code has been re-generated to pick up new features and bugfixes. (#4916)
16+
- The `Admin` API interface has been temporarily removed.
17+
18+
### Dependencies
19+
20+
- Update dependency range for api-core to include v1.0.0 releases (#4944)
21+
- The minimum version for `google-api-core` has been updated to version 1.0.0. This may cause some incompatibility with older google-cloud libraries, you will need to update those libraries if you have a dependency conflict. (#4944, #4946)
22+
23+
### Documentation
24+
25+
- Fixing "Fore" -> "For" typo in README docs. (#4317)
26+
27+
### Testing and internal changes
28+
29+
- Install local dependencies when running lint (#4936)
30+
- Re-enable lint for tests, remove usage of pylint (#4921)
31+
- Normalize all setup.py files (#4909)
32+
- System test fix, changed ALREADY_EXISTS and MISSING_ENTITY to DOCUMENT_EXISTS and MISSING_DOCUMENT and updated wording (#4803)
33+
- Cross-language tests (#4359)
34+
- Fix import column lengths pass 79 (#4464)
35+
- Making a `nox -s default` session for all packages. (#4324)
36+
- Shorten test names (#4321)
37+
738
## 0.28.0
839

940
### Documentation

firestore/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222

2323
name = 'google-cloud-firestore'
2424
description = 'Google Cloud Firestore API client library'
25-
version = '0.28.1.dev1'
25+
version = '0.29.0'
2626
# Should be one of:
2727
# 'Development Status :: 3 - Alpha'
2828
# 'Development Status :: 4 - Beta'

0 commit comments

Comments
 (0)