Skip to content

Commit 7428967

Browse files
chore(main): release 2.8.1 (#345)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent 93c7930 commit 7428967

2 files changed

Lines changed: 15 additions & 1 deletion

File tree

packages/google-cloud-datastore/CHANGELOG.md

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

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

7+
## [2.8.1](https://github.com/googleapis/python-datastore/compare/v2.8.0...v2.8.1) (2022-08-12)
8+
9+
10+
### Bug Fixes
11+
12+
* **deps:** allow protobuf < 5.0.0 ([#347](https://github.com/googleapis/python-datastore/issues/347)) ([de13860](https://github.com/googleapis/python-datastore/commit/de13860bface16c59a4085ecf9374c61c176629b))
13+
* **deps:** require proto-plus >= 1.22.0 ([de13860](https://github.com/googleapis/python-datastore/commit/de13860bface16c59a4085ecf9374c61c176629b))
14+
15+
16+
### Documentation
17+
18+
* Move the schedule_export samples from python-docs-samples ([#344](https://github.com/googleapis/python-datastore/issues/344)) ([2174800](https://github.com/googleapis/python-datastore/commit/21748009b35fbbfb2a2730d792e793472235dfd3))
19+
* **samples:** Add an example of using read_time in queries and get() ([#342](https://github.com/googleapis/python-datastore/issues/342)) ([ffc5f17](https://github.com/googleapis/python-datastore/commit/ffc5f176cf106e2180fe5f1475ab24010ff7e1e0))
20+
721
## [2.8.0](https://github.com/googleapis/python-datastore/compare/v2.7.2...v2.8.0) (2022-07-15)
822

923

packages/google-cloud-datastore/google/cloud/datastore/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
__version__ = "2.8.0"
15+
__version__ = "2.8.1"

0 commit comments

Comments
 (0)