Skip to content

chore: release main #149

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"packages/synthetics-sdk-api": "0.7.0",
"packages/synthetics-sdk-api": "0.5.1",
"packages/synthetics-sdk-mocha": "0.1.1",
"packages/synthetics-sdk-broken-links": "0.3.1"
}
21 changes: 21 additions & 0 deletions packages/synthetics-sdk-api/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,26 @@
# Changelog

## [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)


### Features

* 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))
* 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))
* Adds a pathway for automatic instrumentation ([84a1bc3](https://github.com/GoogleCloudPlatform/synthetics-sdk-nodejs/commit/84a1bc31c7ec5a53a1c082cb5b28c882dce3f462))
* Adds the raw stack trace in the synthetic monitors response ([91446b6](https://github.com/GoogleCloudPlatform/synthetics-sdk-nodejs/commit/91446b671ac1bebb4ca0357f7cadce1080967255))
* Adds the raw stack trace in the synthetic monitors response ([71e6afe](https://github.com/GoogleCloudPlatform/synthetics-sdk-nodejs/commit/71e6afebc69a3f2f9ae31e8b683a5b43e89adfcd))
* 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))
* 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))


### Bug Fixes

* Fixes broken patch dependencies ([#59](https://github.com/GoogleCloudPlatform/synthetics-sdk-nodejs/issues/59)) ([45834df](https://github.com/GoogleCloudPlatform/synthetics-sdk-nodejs/commit/45834dfad0c494f1117465095e9c85929929915b))
* **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))
* Trivial change to trigger api release please ([ae59117](https://github.com/GoogleCloudPlatform/synthetics-sdk-nodejs/commit/ae591175e66db527a6c37421d1147626a5e162a8))
* 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))

## [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)


Expand Down
2 changes: 1 addition & 1 deletion packages/synthetics-sdk-api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@google-cloud/synthetics-sdk-api",
"version": "0.7.0",
"version": "0.5.1",
"description": "NodeJS distribution of the API Specification that must be complied with for integrating with Google Cloud Monitoring Synthetics",
"repository": "GoogleCloudPlatform/synthetics-sdk-nodejs",
"main": "build/src/index.js",
Expand Down
Loading