-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Making release for most packages. (#4296)
* Making release for most packages. Every package except those that have already been released (`google-cloud-core`, `google-api-core`, `google-cloud-bigquery`): - `google-cloud` - `google-cloud-bigtable` - `google-cloud-datastore` - `google-cloud-dns` - `google-cloud-error-reporting` - `google-cloud-firestore` - `google-cloud-language` - `google-cloud-logging` - `google-cloud-monitoring` - `google-cloud-resource-manager` - `google-cloud-runtimeconfig` - `google-cloud-spanner` - `google-cloud-speech` - `google-cloud-storage` - `google-cloud-trace` - `google-cloud-translate` - `google-cloud-videointelligence` - `google-cloud-vision` * Adding changelog files for each package.
- Loading branch information
Showing
41 changed files
with
511 additions
and
52 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
# Changelog | ||
|
||
[PyPI History][1] | ||
|
||
[1]: https://pypi.org/project/google-cloud/#history | ||
|
||
## 0.28.0 | ||
|
||
Placeholder |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
# Changelog | ||
|
||
[PyPI History][1] | ||
|
||
[1]: https://pypi.org/project/google-cloud-bigtable/#history | ||
|
||
## 0.28.0 | ||
|
||
### Documentation | ||
|
||
- Fixed referenced types in `Table.row` docstring (#3934, h/t to | ||
@MichaelTamm) | ||
- Added link to "Python Development Environment Setup Guide" in | ||
project README (#4187, h/t to @michaelawyu) | ||
|
||
### Dependencies | ||
|
||
- Upgrading to `google-cloud-core >= 0.28.0` and adding dependency | ||
on `google-api-core` (#4221, #4280) | ||
|
||
PyPI: https://pypi.org/project/google-cloud-bigtable/0.28.0/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
# Changelog | ||
|
||
[PyPI History][1] | ||
|
||
[1]: https://pypi.org/project/google-cloud-core/#history | ||
|
||
## 0.28.0 | ||
|
||
### Notable Implementation Changes | ||
|
||
- A large portion of the implementation has moved into | ||
[`google-api-core`][2] (#4022, #4041, #4057, #4067, | ||
#4069, #4079, #4081, #4166, #4221) | ||
|
||
### Dependencies | ||
|
||
- Explicit depending on `google-api-core` and upgrading to | ||
`grpcio >= 1.7.0` (see #4096, #4280 and | ||
https://github.com/grpc/grpc/issues/12455) | ||
|
||
### Interface changes / additions | ||
|
||
- Rename `google.cloud.obselete` module to | ||
`obsolete` (#3913, h/t to @dimaqq) | ||
|
||
PyPI: https://pypi.org/project/google-cloud-core/0.28.0/ | ||
|
||
[2]: https://pypi.org/project/google-api-core/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
# Changelog | ||
|
||
[PyPI History][1] | ||
|
||
[1]: https://pypi.org/project/google-cloud-datastore/#history | ||
|
||
## 1.4.0 | ||
|
||
### Interface changes / additions | ||
|
||
- Allowing `dict` (as an `Entity`) for property values. (#3927) | ||
|
||
### Documentation | ||
|
||
- Added link to "Python Development Environment Setup Guide" in | ||
project README (#4187, h/t to @michaelawyu) | ||
|
||
### Dependencies | ||
|
||
- Upgrading to `google-cloud-core >= 0.28.0` and adding dependency | ||
on `google-api-core` (#4221, #4280) | ||
|
||
PyPI: https://pypi.org/project/google-cloud-datastore/1.4.0/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
# Changelog | ||
|
||
[PyPI History][1] | ||
|
||
[1]: https://pypi.org/project/google-cloud-dns/#history | ||
|
||
## 0.28.0 | ||
|
||
### Documentation | ||
|
||
- Added link to "Python Development Environment Setup Guide" in | ||
project README (#4187, h/t to @michaelawyu) | ||
|
||
### Dependencies | ||
|
||
- Upgrading to `google-cloud-core >= 0.28.0` and adding dependency | ||
on `google-api-core` (#4221, #4280) | ||
|
||
PyPI: https://pypi.org/project/google-cloud-dns/0.28.0/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
# Changelog | ||
|
||
[PyPI History][1] | ||
|
||
[1]: https://pypi.org/project/google-cloud-error-reporting/#history | ||
|
||
## 0.28.0 | ||
|
||
### Documentation | ||
|
||
- Added link to "Python Development Environment Setup Guide" in | ||
project README (#4187, h/t to @michaelawyu) | ||
|
||
### Dependencies | ||
|
||
- Upgrading to `google-cloud-core >= 0.28.0` and adding dependency | ||
on `google-api-core` (#4221, #4280) | ||
- Upgrading to `google-cloud-logging >= 1.4.0` (#4296) | ||
|
||
PyPI: https://pypi.org/project/google-cloud-error-reporting/0.28.0/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
# Changelog | ||
|
||
[PyPI History][1] | ||
|
||
[1]: https://pypi.org/project/google-cloud-firestore/#history | ||
|
||
## 0.28.0 | ||
|
||
### Documentation | ||
|
||
- Added link to "Python Development Environment Setup Guide" in | ||
project README (#4187, h/t to @michaelawyu) | ||
|
||
### Dependencies | ||
|
||
- Upgrading to `google-cloud-core >= 0.28.0` and adding dependency | ||
on `google-api-core` (#4221, #4280) | ||
|
||
PyPI: https://pypi.org/project/google-cloud-firestore/0.28.0/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
# Changelog | ||
|
||
[PyPI History][1] | ||
|
||
[1]: https://pypi.org/project/google-cloud-language/#history | ||
|
||
## 0.30.0 | ||
|
||
### Documentation | ||
|
||
- Added link to "Python Development Environment Setup Guide" in | ||
project README (#4187, h/t to @michaelawyu) | ||
|
||
### Dependencies | ||
|
||
- Upgrading to `google-cloud-core >= 0.28.0` and adding dependency | ||
on `google-api-core` (#4221, #4280) | ||
- Deferring to `google-api-core` for `grpcio` and | ||
`googleapis-common-protos`dependencies (#4096, #4098) | ||
|
||
PyPI: https://pypi.org/project/google-cloud-language/0.30.0/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
# Changelog | ||
|
||
[PyPI History][1] | ||
|
||
[1]: https://pypi.org/project/google-cloud-logging/#history | ||
|
||
## 1.4.0 | ||
|
||
### Implementation Changes | ||
|
||
- Remove `deepcopy` of `Client._http` in background transport (#3954) | ||
|
||
### Documentation | ||
|
||
- Added link to "Python Development Environment Setup Guide" in | ||
project README (#4187, h/t to @michaelawyu) | ||
|
||
### Dependencies | ||
|
||
- Upgrading to `google-cloud-core >= 0.28.0` and adding dependency | ||
on `google-api-core` (#4221, #4280) | ||
- Deferring to `google-api-core` for `grpcio` and | ||
`googleapis-common-protos`dependencies (#4096, #4098) | ||
|
||
PyPI: https://pypi.org/project/google-cloud-logging/1.4.0/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
# Changelog | ||
|
||
[PyPI History][1] | ||
|
||
[1]: https://pypi.org/project/google-cloud-monitoring/#history | ||
|
||
## 0.28.0 | ||
|
||
### Documentation | ||
|
||
- Added link to "Python Development Environment Setup Guide" in | ||
project README (#4187, h/t to @michaelawyu) | ||
|
||
### Dependencies | ||
|
||
- Upgrading to `google-cloud-core >= 0.28.0` and adding dependency | ||
on `google-api-core` (#4221, #4280) | ||
|
||
PyPI: https://pypi.org/project/google-cloud-monitoring/0.28.0/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.