Skip to content
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,3 +1,3 @@
{
".": "0.2.1"
".": "0.3.0"
}
2 changes: 1 addition & 1 deletion .stats.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
configured_endpoints: 22
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/stainless-commons%2Fstripe-minimal-d7db5d2f2f83e89d00e8529a1b6d4ed4746bd306d0e6ffba02f321b576dcc340.yml
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/stainless-commons/stripe-minimal-873073cd1fb4cdd778649b19fd32d07c569b855f5db09a527626e51a479c3c3e.yml
openapi_spec_hash: e09fbe83a958ffba517bce207e9f9dc1
config_hash: 59158dbcf8534e76accb613919408cdb
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Changelog

## 0.3.0 (2026-05-01)

Full Changelog: [v0.2.1...v0.3.0](https://github.com/stainless-commons/stripe-sql/compare/v0.2.1...v0.3.0)

### Features

* **go:** add default http client with timeout ([bb37cf2](https://github.com/stainless-commons/stripe-sql/commit/bb37cf252d4b0f6bc947de1cb20762db11e8b51d))


### Chores

* **internal:** codegen related update ([883a0b5](https://github.com/stainless-commons/stripe-sql/commit/883a0b5aadfdc86382fb0d32830558388a8997ae))
* **internal:** codegen related update ([578f9a4](https://github.com/stainless-commons/stripe-sql/commit/578f9a4c3ea60c2ab6af821ec2bf0397af8d1790))
* **internal:** codegen related update ([06d7086](https://github.com/stainless-commons/stripe-sql/commit/06d7086bd29edf846ccfd20b907b70312eb0ea18))

## 0.2.1 (2026-04-18)

Full Changelog: [v0.2.0...v0.2.1](https://github.com/stainless-commons/stripe-sql/compare/v0.2.0...v0.2.1)
Expand Down
Loading