Skip to content
Merged
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,3 +1,3 @@
{
".": "2.2.0"
".": "2.3.0"
}
8 changes: 4 additions & 4 deletions .stats.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
configured_endpoints: 29
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/context-dev/context.dev-ecb277557634e2f0838ea196e2b21f11924f65e133c7977e8c2e1a603b8df466.yml
openapi_spec_hash: 798ce4cb042389a1179bf9af6fc1173d
config_hash: ff35e224e809656528c44163aa41bebd
configured_endpoints: 30
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/context-dev/context.dev-c90f13e3cf4b9ae6a1d8f22c0e7285ab12d412d3a659a51a247a97adc7f08121.yml
openapi_spec_hash: bf7879be38ebf3397a939c80b261a47a
config_hash: daabb160675d86b354711da1e77e5129
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## 2.3.0 (2026-07-12)

Full Changelog: [v2.2.0...v2.3.0](https://github.com/context-dot-dev/context-go-sdk/compare/v2.2.0...v2.3.0)

### Features

* **api:** api update ([a3f2a36](https://github.com/context-dot-dev/context-go-sdk/commit/a3f2a36a8eec95f86c2413a306163117e81a5aef))
* **api:** api update ([a329e8f](https://github.com/context-dot-dev/context-go-sdk/commit/a329e8fd82cb7daa96a57d34c64c0fdc173fcfe6))
* **api:** api update ([94c8657](https://github.com/context-dot-dev/context-go-sdk/commit/94c865717ba0322cfb6978f30451cedbc83024d3))
* **api:** api update ([a689b94](https://github.com/context-dot-dev/context-go-sdk/commit/a689b94cc1913c2521c6e8932cfe4cb35e07fff1))
* **api:** api update ([28e740f](https://github.com/context-dot-dev/context-go-sdk/commit/28e740f468b39810f2f5ca477e67bbcab358ae11))
* **api:** api update ([cea1ee4](https://github.com/context-dot-dev/context-go-sdk/commit/cea1ee4604ca3c5510d57f47afddc0c2f04a13bd))
* **api:** manual updates ([8d816b0](https://github.com/context-dot-dev/context-go-sdk/commit/8d816b0540dde7b346e76870be8e2a5b68be3b2b))

## 2.2.0 (2026-07-10)

Full Changelog: [v2.1.0...v2.2.0](https://github.com/context-dot-dev/context-go-sdk/compare/v2.1.0...v2.2.0)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ Or to pin the version:
<!-- x-release-please-start-version -->

```sh
go get -u 'github.com/context-dot-dev/context-go-sdk@v2.2.0'
go get -u 'github.com/context-dot-dev/context-go-sdk@v2.3.0'
```

<!-- x-release-please-end -->
Expand Down
11 changes: 11 additions & 0 deletions api.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
# Parse

Response Types:

- <a href="https://pkg.go.dev/github.com/context-dot-dev/context-go-sdk/v2">contextdev</a>.<a href="https://pkg.go.dev/github.com/context-dot-dev/context-go-sdk/v2#ParseHandleResponse">ParseHandleResponse</a>

Methods:

- <code title="post /parse">client.Parse.<a href="https://pkg.go.dev/github.com/context-dot-dev/context-go-sdk/v2#ParseService.Handle">Handle</a>(ctx <a href="https://pkg.go.dev/context">context</a>.<a href="https://pkg.go.dev/context#Context">Context</a>, body <a href="https://pkg.go.dev/builtin#io.Reader">io.Reader</a>, params <a href="https://pkg.go.dev/github.com/context-dot-dev/context-go-sdk/v2">contextdev</a>.<a href="https://pkg.go.dev/github.com/context-dot-dev/context-go-sdk/v2#ParseHandleParams">ParseHandleParams</a>) (\*<a href="https://pkg.go.dev/github.com/context-dot-dev/context-go-sdk/v2">contextdev</a>.<a href="https://pkg.go.dev/github.com/context-dot-dev/context-go-sdk/v2#ParseHandleResponse">ParseHandleResponse</a>, <a href="https://pkg.go.dev/builtin#error">error</a>)</code>

# Web

Response Types:
Expand Down Expand Up @@ -78,6 +88,7 @@ Methods:

Response Types:

- <a href="https://pkg.go.dev/github.com/context-dot-dev/context-go-sdk/v2">contextdev</a>.<a href="https://pkg.go.dev/github.com/context-dot-dev/context-go-sdk/v2#WebhookDelivery">WebhookDelivery</a>
- <a href="https://pkg.go.dev/github.com/context-dot-dev/context-go-sdk/v2">contextdev</a>.<a href="https://pkg.go.dev/github.com/context-dot-dev/context-go-sdk/v2#MonitorNewResponse">MonitorNewResponse</a>
- <a href="https://pkg.go.dev/github.com/context-dot-dev/context-go-sdk/v2">contextdev</a>.<a href="https://pkg.go.dev/github.com/context-dot-dev/context-go-sdk/v2#MonitorGetResponse">MonitorGetResponse</a>
- <a href="https://pkg.go.dev/github.com/context-dot-dev/context-go-sdk/v2">contextdev</a>.<a href="https://pkg.go.dev/github.com/context-dot-dev/context-go-sdk/v2#MonitorUpdateResponse">MonitorUpdateResponse</a>
Expand Down
7 changes: 5 additions & 2 deletions client.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,16 @@ import (
// directly, and instead use the [NewClient] method instead.
type Client struct {
options []option.RequestOption
Parse ParseService
Web WebService
AI AIService
Brand BrandService
Industry IndustryService
Utility UtilityService
// Monitor pages, sitemaps, and extracted website data for exact or semantic
// changes. The change.detected webhook payload is documented by the
// MonitorsChangeDetectedWebhookPayload schema.
// changes. Webhook payloads are documented by the
// MonitorsChangeDetectedWebhookPayload and MonitorsRunCompletedWebhookPayload
// schemas.
Monitors MonitorService
}

Expand Down Expand Up @@ -59,6 +61,7 @@ func NewClient(opts ...option.RequestOption) (r Client) {

r = Client{options: opts}

r.Parse = NewParseService(opts...)
r.Web = NewWebService(opts...)
r.AI = NewAIService(opts...)
r.Brand = NewBrandService(opts...)
Expand Down
2 changes: 1 addition & 1 deletion internal/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

package internal

const PackageVersion = "2.2.0" // x-release-please-version
const PackageVersion = "2.3.0" // x-release-please-version
Loading
Loading