Skip to content

Commit df82e7e

Browse files
release: 0.1.0-alpha.15 (#101)
* chore(internal): version bump (#99) * feat(api): api update (#102) * chore(internal): remove trailing character (#103) * feat(api): api update (#104) * fix(client): send all configured auth headers (#106) * feat(api): api update (#107) * chore(internal): slight transform perf improvement (#108) * feat(api): api update * chore(internal): expand CI branch coverage * chore(internal): reduce CI branch coverage * fix(perf): skip traversing types for NotGiven values * fix(perf): optimize some hot paths * chore(internal): update pyright settings * chore(client): minor internal fixes * release: 0.1.0-alpha.15 --------- Co-authored-by: stainless-app[bot] <142633134+stainless-app[bot]@users.noreply.github.com>
1 parent 754a5fa commit df82e7e

30 files changed

+1063
-46
lines changed

.github/workflows/ci.yml

-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ jobs:
1212
lint:
1313
name: lint
1414
runs-on: ubuntu-latest
15-
1615
steps:
1716
- uses: actions/checkout@v4
1817

.release-please-manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.1.0-alpha.14"
2+
".": "0.1.0-alpha.15"
33
}

.stats.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
configured_endpoints: 36
2-
openapi_spec_hash: 6a5cfa54c19b354978b1654c152b0431
2+
openapi_spec_hash: 2e10455457751c9efb36adc4399c684d
33
config_hash: adbedb6317fca6f566f54564cc341846

CHANGELOG.md

+29
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,34 @@
11
# Changelog
22

3+
## 0.1.0-alpha.15 (2025-04-15)
4+
5+
Full Changelog: [v0.1.0-alpha.14...v0.1.0-alpha.15](https://github.com/cleanlab/codex-python/compare/v0.1.0-alpha.14...v0.1.0-alpha.15)
6+
7+
### Features
8+
9+
* **api:** api update ([a25d003](https://github.com/cleanlab/codex-python/commit/a25d0033bafc06b6c6ad35597278067c02794071))
10+
* **api:** api update ([#102](https://github.com/cleanlab/codex-python/issues/102)) ([5675c9e](https://github.com/cleanlab/codex-python/commit/5675c9efbda688fa1799f1e48f64c20143fcf410))
11+
* **api:** api update ([#104](https://github.com/cleanlab/codex-python/issues/104)) ([404e013](https://github.com/cleanlab/codex-python/commit/404e013054df741a1d3c77597f35030cba080b82))
12+
* **api:** api update ([#107](https://github.com/cleanlab/codex-python/issues/107)) ([9a3564e](https://github.com/cleanlab/codex-python/commit/9a3564e4e18decc1a7238a986f6a5b23db845f35))
13+
14+
15+
### Bug Fixes
16+
17+
* **client:** send all configured auth headers ([#106](https://github.com/cleanlab/codex-python/issues/106)) ([772695b](https://github.com/cleanlab/codex-python/commit/772695b60b05439999d9f8bd81ec772908c664d3))
18+
* **perf:** optimize some hot paths ([fb1f7c1](https://github.com/cleanlab/codex-python/commit/fb1f7c1783af5dd17ef959733b670604ac6b877b))
19+
* **perf:** skip traversing types for NotGiven values ([38418ad](https://github.com/cleanlab/codex-python/commit/38418ad25f1ce660c9ee1cfabf0fc48e965c02f9))
20+
21+
22+
### Chores
23+
24+
* **client:** minor internal fixes ([228700d](https://github.com/cleanlab/codex-python/commit/228700d4e54104c50f0c8eac09bb490a2e0b4fe8))
25+
* **internal:** expand CI branch coverage ([8ce4af4](https://github.com/cleanlab/codex-python/commit/8ce4af445131dae911282d7330cd31d3124212ca))
26+
* **internal:** reduce CI branch coverage ([0aee51f](https://github.com/cleanlab/codex-python/commit/0aee51f42c7400fea6538a505ab0368f9397681a))
27+
* **internal:** remove trailing character ([#103](https://github.com/cleanlab/codex-python/issues/103)) ([45f7fde](https://github.com/cleanlab/codex-python/commit/45f7fde22223d99bec5ab8142b59f5124b275c28))
28+
* **internal:** slight transform perf improvement ([#108](https://github.com/cleanlab/codex-python/issues/108)) ([552640f](https://github.com/cleanlab/codex-python/commit/552640f0d27993032b3b6b0a9861c3dbaf09d852))
29+
* **internal:** update pyright settings ([fc0f5bc](https://github.com/cleanlab/codex-python/commit/fc0f5bcf5e4f92ed59aa3498a4fb52713fe0c7c7))
30+
* **internal:** version bump ([#99](https://github.com/cleanlab/codex-python/issues/99)) ([4bc12e4](https://github.com/cleanlab/codex-python/commit/4bc12e4d6bd408e6256f2e6e5539fd8feb29fab2))
31+
332
## 0.1.0-alpha.14 (2025-04-03)
433

534
Full Changelog: [v0.1.0-alpha.13...v0.1.0-alpha.14](https://github.com/cleanlab/codex-python/compare/v0.1.0-alpha.13...v0.1.0-alpha.14)

0 commit comments

Comments
 (0)