Skip to content

Commit 4cb790a

Browse files
chore(main): release 3.5.0 (#701)
1 parent 76612ef commit 4cb790a

File tree

5 files changed

+24
-4
lines changed

5 files changed

+24
-4
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "3.4.0"
2+
".": "3.5.0"
33
}

CHANGELOG.md

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

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

7+
## [3.5.0](https://github.com/googleapis/python-logging/compare/v3.4.0...v3.5.0) (2023-01-24)
8+
9+
10+
### Features
11+
12+
* Add support for Python 3.11 ([412d481](https://github.com/googleapis/python-logging/commit/412d481701a62dcdeaa728414dbc82a6edb72c31))
13+
14+
15+
### Bug Fixes
16+
17+
* Add context manager return types ([e2278c1](https://github.com/googleapis/python-logging/commit/e2278c11fba3d489efad1d42d09d5f05783f2a46))
18+
* Instrumentation entries should not contain user labels ([#703](https://github.com/googleapis/python-logging/issues/703)) ([e05d132](https://github.com/googleapis/python-logging/commit/e05d132437739e61983bbda4742d5f4587eecdf2))
19+
* Require proto-plus 1.22.2 for Python 3.11 ([412d481](https://github.com/googleapis/python-logging/commit/412d481701a62dcdeaa728414dbc82a6edb72c31))
20+
* Send StructuredLogHandler instrumentation log using an explicit logger ([#705](https://github.com/googleapis/python-logging/issues/705)) ([ac6a2c6](https://github.com/googleapis/python-logging/commit/ac6a2c6742b9a620599fa0f4707badf138689645))
21+
22+
23+
### Documentation
24+
25+
* Add documentation for enums ([e2278c1](https://github.com/googleapis/python-logging/commit/e2278c11fba3d489efad1d42d09d5f05783f2a46))
26+
727
## [3.4.0](https://github.com/googleapis/python-logging/compare/v3.3.1...v3.4.0) (2022-12-15)
828

929

google/cloud/logging/gapic_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313
# See the License for the specific language governing permissions and
1414
# limitations under the License.
1515
#
16-
__version__ = "3.4.0" # {x-release-please-version}
16+
__version__ = "3.5.0" # {x-release-please-version}

google/cloud/logging_v2/gapic_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313
# See the License for the specific language governing permissions and
1414
# limitations under the License.
1515
#
16-
__version__ = "3.4.0" # {x-release-please-version}
16+
__version__ = "3.5.0" # {x-release-please-version}

samples/generated_samples/snippet_metadata_google.logging.v2.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
],
99
"language": "PYTHON",
1010
"name": "google-cloud-logging",
11-
"version": "0.1.0"
11+
"version": "3.5.0"
1212
},
1313
"snippets": [
1414
{

0 commit comments

Comments
 (0)