Skip to content

Commit 97f4f81

Browse files
chore(main): release 1.12.0
1 parent 1d120c7 commit 97f4f81

File tree

5 files changed

+17
-4
lines changed

5 files changed

+17
-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-
".": "1.11.1"
2+
".": "1.12.0"
33
}

CHANGELOG.md

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

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

7+
## [1.12.0](https://github.com/googleapis/python-error-reporting/compare/v1.11.1...v1.12.0) (2025-03-03)
8+
9+
10+
### Features
11+
12+
* Add REST Interceptors which support reading metadata ([1d120c7](https://github.com/googleapis/python-error-reporting/commit/1d120c77c73b566796b32cab017a0d4cdfa28713))
13+
* Add support for opt-in debug logging ([1d120c7](https://github.com/googleapis/python-error-reporting/commit/1d120c77c73b566796b32cab017a0d4cdfa28713))
14+
15+
16+
### Bug Fixes
17+
18+
* Fix typing issue with gRPC metadata when key ends in -bin ([1d120c7](https://github.com/googleapis/python-error-reporting/commit/1d120c77c73b566796b32cab017a0d4cdfa28713))
19+
720
## [1.11.1](https://github.com/googleapis/python-error-reporting/compare/v1.11.0...v1.11.1) (2024-09-17)
821

922

google/cloud/error_reporting/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__ = "1.11.1" # {x-release-please-version}
16+
__version__ = "1.12.0" # {x-release-please-version}

google/cloud/errorreporting_v1beta1/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__ = "1.11.1" # {x-release-please-version}
16+
__version__ = "1.12.0" # {x-release-please-version}

samples/generated_samples/snippet_metadata_google.devtools.clouderrorreporting.v1beta1.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-error-reporting",
11-
"version": "0.1.0"
11+
"version": "1.12.0"
1212
},
1313
"snippets": [
1414
{

0 commit comments

Comments
 (0)