Skip to content

Commit 8574591

Browse files
chore: release main
1 parent 9731c31 commit 8574591

3 files changed

Lines changed: 23 additions & 2 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"packages/synthetics-sdk-api": "0.7.0",
2+
"packages/synthetics-sdk-api": "0.5.1",
33
"packages/synthetics-sdk-mocha": "0.1.1",
44
"packages/synthetics-sdk-broken-links": "0.3.1"
55
}

packages/synthetics-sdk-api/CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,26 @@
11
# Changelog
22

3+
## [0.5.1](https://github.com/GoogleCloudPlatform/synthetics-sdk-nodejs/compare/synthetics-sdk-api-v0.7.0...synthetics-sdk-api-v0.5.1) (2025-06-10)
4+
5+
6+
### Features
7+
8+
* Add broken link api support ([#76](https://github.com/GoogleCloudPlatform/synthetics-sdk-nodejs/issues/76)) ([9d4d75c](https://github.com/GoogleCloudPlatform/synthetics-sdk-nodejs/commit/9d4d75c235a95cba528adfb89c553d5e50a9d256))
9+
* Add screenshot storage support to broken link checker ([#123](https://github.com/GoogleCloudPlatform/synthetics-sdk-nodejs/issues/123)) ([cd34e35](https://github.com/GoogleCloudPlatform/synthetics-sdk-nodejs/commit/cd34e35da4d97d7af27caa4ebfe5fb7f95311aaa))
10+
* Adds a pathway for automatic instrumentation ([84a1bc3](https://github.com/GoogleCloudPlatform/synthetics-sdk-nodejs/commit/84a1bc31c7ec5a53a1c082cb5b28c882dce3f462))
11+
* Adds the raw stack trace in the synthetic monitors response ([91446b6](https://github.com/GoogleCloudPlatform/synthetics-sdk-nodejs/commit/91446b671ac1bebb4ca0357f7cadce1080967255))
12+
* Adds the raw stack trace in the synthetic monitors response ([71e6afe](https://github.com/GoogleCloudPlatform/synthetics-sdk-nodejs/commit/71e6afebc69a3f2f9ae31e8b683a5b43e89adfcd))
13+
* Makes execution id accessible in the user's code ([#58](https://github.com/GoogleCloudPlatform/synthetics-sdk-nodejs/issues/58)) ([78b2162](https://github.com/GoogleCloudPlatform/synthetics-sdk-nodejs/commit/78b216235b9671c47b4c943a2bec0f007f95faff))
14+
* Update proto to support broken link screenshot support & add getExecutionRegion() functionality ([#116](https://github.com/GoogleCloudPlatform/synthetics-sdk-nodejs/issues/116)) ([be413ac](https://github.com/GoogleCloudPlatform/synthetics-sdk-nodejs/commit/be413ace5d75eb2b143c606a997c0c577c7f21d3))
15+
16+
17+
### Bug Fixes
18+
19+
* Fixes broken patch dependencies ([#59](https://github.com/GoogleCloudPlatform/synthetics-sdk-nodejs/issues/59)) ([45834df](https://github.com/GoogleCloudPlatform/synthetics-sdk-nodejs/commit/45834dfad0c494f1117465095e9c85929929915b))
20+
* **remove-ts-proto-and-upgrade-puppeteer:** Removes unnecessary ts-proto dependency and upgrade puppeteer ([#148](https://github.com/GoogleCloudPlatform/synthetics-sdk-nodejs/issues/148)) ([c3c21d7](https://github.com/GoogleCloudPlatform/synthetics-sdk-nodejs/commit/c3c21d7ad93de28eb442572e97781e0d68dd4efa))
21+
* Trivial change to trigger api release please ([ae59117](https://github.com/GoogleCloudPlatform/synthetics-sdk-nodejs/commit/ae591175e66db527a6c37421d1147626a5e162a8))
22+
* Trivial change to trigger release please ([#69](https://github.com/GoogleCloudPlatform/synthetics-sdk-nodejs/issues/69)) ([f795d59](https://github.com/GoogleCloudPlatform/synthetics-sdk-nodejs/commit/f795d59cd649409ea71bd6a304408da4f67aacd2))
23+
324
## [0.7.0](https://github.com/GoogleCloudPlatform/synthetics-sdk-nodejs/compare/synthetics-sdk-api-v0.6.0...synthetics-sdk-api-v0.7.0) (2025-06-09)
425

526

packages/synthetics-sdk-api/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@google-cloud/synthetics-sdk-api",
3-
"version": "0.7.0",
3+
"version": "0.5.1",
44
"description": "NodeJS distribution of the API Specification that must be complied with for integrating with Google Cloud Monitoring Synthetics",
55
"repository": "GoogleCloudPlatform/synthetics-sdk-nodejs",
66
"main": "build/src/index.js",

0 commit comments

Comments
 (0)