Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
c2c2835
codegen metadata
stainless-app[bot] Mar 23, 2026
efa546f
chore(ci): skip lint on metadata-only changes
stainless-app[bot] Mar 24, 2026
4a88992
chore(tests): bump steady to v0.19.7
stainless-app[bot] Mar 24, 2026
fbb5df5
feat(api): api update
stainless-app[bot] Mar 24, 2026
9adaaf5
feat(api): api update
stainless-app[bot] Mar 24, 2026
9d743a8
feat(api): api update
stainless-app[bot] Mar 24, 2026
0df1b29
feat(api): api update
stainless-app[bot] Mar 24, 2026
e512543
feat(api): api update
stainless-app[bot] Mar 25, 2026
5a98590
feat(api): api update
stainless-app[bot] Mar 25, 2026
a717858
chore(internal): update multipart form array serialization
stainless-app[bot] Mar 26, 2026
0ce3dab
feat(api): api update
stainless-app[bot] Mar 27, 2026
332ece2
codegen metadata
stainless-app[bot] Mar 27, 2026
03709bc
feat(api): api update
stainless-app[bot] Mar 30, 2026
43811bb
feat(api): api update
stainless-app[bot] Mar 30, 2026
4b8120e
codegen metadata
stainless-app[bot] Mar 30, 2026
c1544ba
chore(tests): bump steady to v0.20.1
stainless-app[bot] Mar 31, 2026
d554312
fix(client): allow cancelling when enumerating over an http response
stainless-app[bot] Mar 31, 2026
4614bbc
feat(api): api update
stainless-app[bot] Mar 31, 2026
2754272
feat(api): api update
stainless-app[bot] Mar 31, 2026
a9ea2e6
feat(client): enable gzip decompression
stainless-app[bot] Mar 31, 2026
e27647a
chore(tests): bump steady to v0.20.2
stainless-app[bot] Mar 31, 2026
04b6967
fix(tests): handle ambiguous null values properly with overloaded met…
stainless-app[bot] Mar 31, 2026
66f0532
release: 0.1.0
stainless-app[bot] Mar 31, 2026
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
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
timeout-minutes: 10
name: lint
runs-on: ${{ github.repository == 'stainless-sdks/increase-csharp' && 'depot-ubuntu-24.04' || 'ubuntu-latest' }}
if: github.event_name == 'push' || github.event.pull_request.head.repo.fork
if: (github.event_name == 'push' || github.event.pull_request.head.repo.fork) && (github.event_name != 'push' || github.event.head_commit.message != 'codegen metadata')

steps:
- uses: actions/checkout@v6
Expand All @@ -38,7 +38,7 @@ jobs:
timeout-minutes: 10
name: build
runs-on: ${{ github.repository == 'stainless-sdks/increase-csharp' && 'depot-ubuntu-24.04' || 'ubuntu-latest' }}
if: github.event_name == 'push' || github.event.pull_request.head.repo.fork
if: (github.event_name == 'push' || github.event.pull_request.head.repo.fork) && (github.event_name != 'push' || github.event.head_commit.message != 'codegen metadata')

steps:
- uses: actions/checkout@v6
Expand Down
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.0.1"
".": "0.1.0"
}
6 changes: 3 additions & 3 deletions .stats.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
configured_endpoints: 236
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/increase%2Fincrease-c125ce952e66ce3ea3b9a4d1c5a2449584ec7290497e3b6bba8358960713fb79.yml
openapi_spec_hash: 1ed3f6bc7b08ca891adea5fab74430c9
config_hash: 0997ade8b52ec04e82d5b0c3b61bb51e
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/increase%2Fincrease-c8283ca199163ab2079f2cafac18348f54e96e9049864f39cd7e89958e80db0d.yml
openapi_spec_hash: a4f32a1c462a8ad1380f6a7a1d7b75ec
config_hash: 4945e03affdf289484733306e4797f81
36 changes: 36 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
# Changelog

## 0.1.0 (2026-03-31)

Full Changelog: [v0.0.1...v0.1.0](https://github.com/Increase/increase-csharp/compare/v0.0.1...v0.1.0)

### Features

* **api:** api update ([2754272](https://github.com/Increase/increase-csharp/commit/2754272bdce162f764b4b7560fce1ae3d073cdb3))
* **api:** api update ([4614bbc](https://github.com/Increase/increase-csharp/commit/4614bbc0e12efe8068323e3f37992ab516b033cb))
* **api:** api update ([43811bb](https://github.com/Increase/increase-csharp/commit/43811bb8fc69b1b93ad12d08a648fdca20486c48))
* **api:** api update ([03709bc](https://github.com/Increase/increase-csharp/commit/03709bc20250cde62ae7e44ac9b0eafb27254e3f))
* **api:** api update ([0ce3dab](https://github.com/Increase/increase-csharp/commit/0ce3dabb33e81b15631bfe34fe5689ec36e55b26))
* **api:** api update ([5a98590](https://github.com/Increase/increase-csharp/commit/5a98590482b32f43fbe78fc6cf42d26e7d4e5507))
* **api:** api update ([e512543](https://github.com/Increase/increase-csharp/commit/e5125437fadd0e21b7bc78f6d3eca5a9ead5a021))
* **api:** api update ([0df1b29](https://github.com/Increase/increase-csharp/commit/0df1b29b5b197be1e405efe2a2b8442ee52d196f))
* **api:** api update ([9d743a8](https://github.com/Increase/increase-csharp/commit/9d743a86448720e56848d8ec51d2c72b4ee21250))
* **api:** api update ([9adaaf5](https://github.com/Increase/increase-csharp/commit/9adaaf524863a6b2593c85356923986ad1dbf4b2))
* **api:** api update ([fbb5df5](https://github.com/Increase/increase-csharp/commit/fbb5df55c354758f270b0bcbf98e217ab868f22f))
* **api:** api update ([240228b](https://github.com/Increase/increase-csharp/commit/240228ba2a119d90f53c6d00363f68d1353bd44b))
* **client:** enable gzip decompression ([a9ea2e6](https://github.com/Increase/increase-csharp/commit/a9ea2e6f2125eb498f82846bb32e659f7f20d9cd))


### Bug Fixes

* **client:** allow cancelling when enumerating over an http response ([d554312](https://github.com/Increase/increase-csharp/commit/d554312718fdb5e372bc18ab3d93e47d083a8f56))
* **tests:** handle ambiguous null values properly with overloaded methods ([04b6967](https://github.com/Increase/increase-csharp/commit/04b6967c8cc1f44ec89484d473c9273470b2d3ef))


### Chores

* **ci:** skip lint on metadata-only changes ([efa546f](https://github.com/Increase/increase-csharp/commit/efa546ff6ead9bdc0f3dde5d63e2658bfd4a696e))
* **internal:** update multipart form array serialization ([a717858](https://github.com/Increase/increase-csharp/commit/a7178580659ac154ea217f895ce03c28445609a5))
* **tests:** bump steady to v0.19.7 ([4a88992](https://github.com/Increase/increase-csharp/commit/4a88992bd2a8929bd26d524afc129f396b30a2a5))
* **tests:** bump steady to v0.20.1 ([c1544ba](https://github.com/Increase/increase-csharp/commit/c1544ba4d4956abd2afa12609baab8ba761fde07))
* **tests:** bump steady to v0.20.2 ([e27647a](https://github.com/Increase/increase-csharp/commit/e27647a4f3b341b644a1b6d1a49c144bea8c0c7a))
6 changes: 3 additions & 3 deletions scripts/mock
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ echo "==> Starting mock server with URL ${URL}"
# Run steady mock on the given spec
if [ "$1" == "--daemon" ]; then
# Pre-install the package so the download doesn't eat into the startup timeout
npm exec --package=@stdy/cli@0.19.6 -- steady --version
npm exec --package=@stdy/cli@0.20.2 -- steady --version

npm exec --package=@stdy/cli@0.19.6 -- steady --host 127.0.0.1 -p 4010 --validator-form-array-format=comma --validator-query-array-format=comma --validator-form-object-format=dots --validator-query-object-format=dots "$URL" &> .stdy.log &
npm exec --package=@stdy/cli@0.20.2 -- steady --host 127.0.0.1 -p 4010 --validator-query-array-format=comma --validator-form-array-format=comma --validator-query-object-format=dots --validator-form-object-format=dots "$URL" &> .stdy.log &

# Wait for server to come online via health endpoint (max 30s)
echo -n "Waiting for server"
Expand All @@ -48,5 +48,5 @@ if [ "$1" == "--daemon" ]; then

echo
else
npm exec --package=@stdy/cli@0.19.6 -- steady --host 127.0.0.1 -p 4010 --validator-form-array-format=comma --validator-query-array-format=comma --validator-form-object-format=dots --validator-query-object-format=dots "$URL"
npm exec --package=@stdy/cli@0.20.2 -- steady --host 127.0.0.1 -p 4010 --validator-query-array-format=comma --validator-form-array-format=comma --validator-query-object-format=dots --validator-form-object-format=dots "$URL"
fi
2 changes: 1 addition & 1 deletion scripts/test
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ elif ! steady_is_running ; then
echo -e "To run the server, pass in the path or url of your OpenAPI"
echo -e "spec to the steady command:"
echo
echo -e " \$ ${YELLOW}npm exec --package=@stdy/cli@0.19.6 -- steady path/to/your.openapi.yml --host 127.0.0.1 -p 4010 --validator-form-array-format=comma --validator-query-array-format=comma --validator-form-object-format=dots --validator-query-object-format=dots${NC}"
echo -e " \$ ${YELLOW}npm exec --package=@stdy/cli@0.20.2 -- steady path/to/your.openapi.yml --host 127.0.0.1 -p 4010 --validator-query-array-format=comma --validator-form-array-format=comma --validator-query-object-format=dots --validator-form-object-format=dots${NC}"
echo

exit 1
Expand Down
Loading
Loading