8000 Tags · Zeeeepa/codegen · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: Zeeeepa/codegen

Tags

v0.54.4

Toggle v0.54.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: install api client from git repo (codegen-sh#1046)

# Motivation

<!-- Why is this change necessary? -->

Removing the autogenerated api client from this repository in favor of
it living in it's own separate repository

# Content

<!-- Please include a summary of the change -->

# Testing

<!-- How was the change tested? -->

# Please check the following before marking your PR as ready for review

- [ ] I have added tests for my changes
- [ ] I have updated the documentation or added new documentation as
needed

---------

Co-authored-by: rushilpatel0 <171610820+rushilpatel0@users.noreply.github.com>

v0.54.3

Toggle v0.54.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix(deps): update dependency sentry-sdk to v2.26.1 (codegen-sh#1043)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [sentry-sdk](https://redirect.github.com/getsentry/sentry-python)
([changelog](https://redirect.github.com/getsentry/sentry-python/blob/master/CHANGELOG.md))
| `==2.26.0` -> `==2.26.1` |
[![age](https://developer.mend.io/api/mc/badges/age/pypi/sentry-sdk/2.26.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/pypi/sentry-sdk/2.26.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/pypi/sentry-sdk/2.25.1/2.26.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/sentry-sdk/2.25.1/2.26.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>getsentry/sentry-python (sentry-sdk)</summary>

###
[`v2.26.1`](https://redirect.github.com/getsentry/sentry-python/blob/HEAD/CHANGELOG.md#2261)

[Compare
Source](https://redirect.github.com/getsentry/sentry-python/compare/2.26.0...2.26.1)

##### Various fixes & improvements

- fix(threading): Data leak in ThreadingIntegration between threads
([#&#8203;4281](https://redirect.github.com/getsentry/sentry-python/issues/4281))
by [@&#8203;antonpirker](https://redirect.github.com/antonpirker)
- fix(logging): Clarify separate warnings case is for Python <3.11
([#&#8203;4296](https://redirect.github.com/getsentry/sentry-python/issues/4296))
by
[@&#8203;szokeasaurusrex](https://redirect.github.com/szokeasaurusrex)
- fix(logging): Add formatted message to log events
([#&#8203;4292](https://redirect.github.com/getsentry/sentry-python/issues/4292))
by
[@&#8203;szokeasaurusrex](https://redirect.github.com/szokeasaurusrex)
- fix(logging): Send raw logging parameters
([#&#8203;4291](https://redirect.github.com/getsentry/sentry-python/issues/4291))
by
[@&#8203;szokeasaurusrex](https://redirect.github.com/szokeasaurusrex)
- fix: Revert "chore: Deprecate `same_process_as_parent`
([#&#8203;4244](https://redirect.github.com/getsentry/sentry-python/issues/4244))"
([#&#8203;4290](https://redirect.github.com/getsentry/sentry-python/issues/4290))
by [@&#8203;sentrivana](https://redirect.github.com/sentrivana)

###
[`v2.26.0`](https://redirect.github.com/getsentry/sentry-python/blob/HEAD/CHANGELOG.md#2260)

[Compare
Source](https://redirect.github.com/getsentry/sentry-python/compare/2.25.1...2.26.0)

##### Various fixes & improvements

- fix(debug): Do not consider parent loggers for debug logging
([#&#8203;4286](https://redirect.github.com/getsentry/sentry-python/issues/4286))
by
[@&#8203;szokeasaurusrex](https://redirect.github.com/szokeasaurusrex)
- test(tracing): Simplify static/classmethod tracing tests
([#&#8203;4278](https://redirect.github.com/getsentry/sentry-python/issues/4278))
by
[@&#8203;szokeasaurusrex](https://redirect.github.com/szokeasaurusrex)
- feat(transport): Add a timeout
([#&#8203;4252](https://redirect.github.com/getsentry/sentry-python/issues/4252))
by [@&#8203;sentrivana](https://redirect.github.com/sentrivana)
- meta: Change CODEOWNERS back to Python SDK owners
([#&#8203;4269](https://redirect.github.com/getsentry/sentry-python/issues/4269))
by [@&#8203;sentrivana](https://redirect.github.com/sentrivana)
- feat(logs): Add sdk name and version as log attributes
([#&#8203;4262](https://redirect.github.com/getsentry/sentry-python/issues/4262))
by [@&#8203;AbhiPrasad](https://redirect.github.com/AbhiPrasad)
- feat(logs): Add server.address to logs
([#&#8203;4257](https://redirect.github.com/getsentry/sentry-python/issues/4257))
by [@&#8203;AbhiPrasad](https://redirect.github.com/AbhiPrasad)
- chore: Deprecate `same_process_as_parent`
([#&#8203;4244](https://redirect.github.com/getsentry/sentry-python/issues/4244))
by [@&#8203;sentrivana](https://redirect.github.com/sentrivana)
- feat(logs): Add sentry.origin attribute for log handler
([#&#8203;4250](https://redirect.github.com/getsentry/sentry-python/issues/4250))
by [@&#8203;AbhiPrasad](https://redirect.github.com/AbhiPrasad)
- feat(tests): Add optional cutoff to toxgen
([#&#8203;4243](https://redirect.github.com/getsentry/sentry-python/issues/4243))
by [@&#8203;sentrivana](https://redirect.github.com/sentrivana)
- toxgen: Retry & fail if we fail to fetch PyPI data
([#&#8203;4251](https://redirect.github.com/getsentry/sentry-python/issues/4251))
by [@&#8203;sentrivana](https://redirect.github.com/sentrivana)
- build(deps): bump actions/create-github-app-token from 1.12.0 to 2.0.2
([#&#8203;4248](https://redirect.github.com/getsentry/sentry-python/issues/4248))
by [@&#8203;dependabot](https://redirect.github.com/dependabot)
- Trying to prevent the grpc setup from being flaky
([#&#8203;4233](https://redirect.github.com/getsentry/sentry-python/issues/4233))
by [@&#8203;antonpirker](https://redirect.github.com/antonpirker)
- feat(breadcrumbs): add `_meta` information for truncation of
breadcrumbs
([#&#8203;4007](https://redirect.github.com/getsentry/sentry-python/issues/4007))
by [@&#8203;shellmayr](https://redirect.github.com/shellmayr)
- tests: Move django under toxgen
([#&#8203;4238](https://redirect.github.com/getsentry/sentry-python/issues/4238))
by [@&#8203;sentrivana](https://redirect.github.com/sentrivana)
- fix: Handle JSONDecodeError gracefully in StarletteRequestExtractor
([#&#8203;4226](https://redirect.github.com/getsentry/sentry-python/issues/4226))
by [@&#8203;moodix](https://redirect.github.com/moodix)
- fix(asyncio): Remove shutdown handler
([#&#8203;4237](https://redirect.github.com/getsentry/sentry-python/issues/4237))
by [@&#8203;sentrivana](https://redirect.github.com/sentrivana)

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - "* 0-3 * * 1" (UTC).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR is behind base branch, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/codegen-sh/codegen).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzguMCIsInVwZGF0ZWRJblZlciI6IjM5LjIzOC4wIiwidGFyZ2V0QnJhbmNoIjoiZGV2ZWxvcCIsImxhYmVscyI6W119-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

v0.54.2

Toggle v0.54.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore(deps): lock file maintenance (codegen-sh#1035)

This PR contains the following updates:

| Update | Change |
|---|---|
| lockFileMaintenance | All locks refreshed |

🔧 This Pull Request updates lock files to use the latest dependency
versions.

---

### Configuration

📅 **Schedule**: Branch creation - "* 0-3 * * 1" (UTC), Automerge - "*
0-3 * * 1" (UTC).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR is behind base branch, or you tick the
rebase/retry checkbox.

👻 **Immortal**: This PR will be recreated if closed unmerged. Get
[config
help](https://redirect.github.com/renovatebot/renovate/discussions) if
that's undesired.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/codegen-sh/codegen).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzguMCIsInVwZGF0ZWRJblZlciI6IjM5LjIzOC4wIiwidGFyZ2V0QnJhbmNoIjoiZGV2ZWxvcCIsImxhYmVscyI6W119-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

v0.54.1

Toggle v0.54.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: undefined field type (codegen-sh#1031)

# Motivation

<!-- Why is this change necessary? -->

# Content

<!-- Please include a summary of the change -->

# Testing

<!-- How was the change tested? -->

# Please check the following before marking your PR as ready for review

- [ ] I have added tests for my changes
- [ ] I have updated the documentation or added new documentation as
needed

---------

Co-authored-by: rushilpatel0 <171610820+rushilpatel0@users.noreply.github.com>

v0.54.0

Toggle v0.54.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: api client (codegen-sh#1027)

# Motivation

<!-- Why is this change necessary? -->

# Content

<!-- Please include a summary of the change -->

# Testing

<!-- How was the change tested? -->

# Please check the following before marking your PR as ready for review

- [ ] I have added tests for my changes
- [ ] I have updated the documentation or added new documentation as
needed

---------

Co-authored-by: rushilpatel0 <171610820+rushilpatel0@users.noreply.github.com>

v0.53.0

Toggle v0.53.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: better logger stream allocation (codegen-sh#1006)

# Motivation

<!-- Why is this change necessary? -->

# Content

<!-- Please include a summary of the change -->

# Testing

<!-- How was the change tested? -->

# Please check the following before marking your PR as ready for review

- [ ] I have added tests for my changes
- [ ] I have updated the documentation or added new documentation as
needed

v0.52.31

Toggle v0.52.31's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix(deps): update dependency sentry-sdk to v2.25.1 (codegen-sh#1002)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [sentry-sdk](https://redirect.github.com/getsentry/sentry-python)
([changelog](https://redirect.github.com/getsentry/sentry-python/blob/master/CHANGELOG.md))
| `==2.25.0` -> `==2.25.1` |
[![age](https://developer.mend.io/api/mc/badges/age/pypi/sentry-sdk/2.25.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/pypi/sentry-sdk/2.25.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/pypi/sentry-sdk/2.25.0/2.25.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/sentry-sdk/2.25.0/2.25.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>getsentry/sentry-python (sentry-sdk)</summary>

###
[`v2.25.1`](https://redirect.github.com/getsentry/sentry-python/blob/HEAD/CHANGELOG.md#2251)

[Compare
Source](https://redirect.github.com/getsentry/sentry-python/compare/2.25.0...2.25.1)

##### Various fixes & improvements

- fix(logs): Add a class which batches groups of logs together.
([#&#8203;4229](https://redirect.github.com/getsentry/sentry-python/issues/4229))
by [@&#8203;colin-sentry](https://redirect.github.com/colin-sentry)
- fix(logs): Use repr instead of json for message and arguments
([#&#8203;4227](https://redirect.github.com/getsentry/sentry-python/issues/4227))
by [@&#8203;colin-sentry](https://redirect.github.com/colin-sentry)
- fix(logs): Debug output from Sentry logs should always be `debug`
level.
([#&#8203;4224](https://redirect.github.com/getsentry/sentry-python/issues/4224))
by [@&#8203;antonpirker](https://redirect.github.com/antonpirker)
- fix(ai): Do not consume anthropic streaming stop
([#&#8203;4232](https://redirect.github.com/getsentry/sentry-python/issues/4232))
by [@&#8203;colin-sentry](https://redirect.github.com/colin-sentry)
- fix(spotlight): Do not spam sentry_sdk.warnings logger w/ Spotlight
([#&#8203;4219](https://redirect.github.com/getsentry/sentry-python/issues/4219))
by [@&#8203;BYK](https://redirect.github.com/BYK)
- fix(docs): fixed code snippet
([#&#8203;4218](https://redirect.github.com/getsentry/sentry-python/issues/4218))
by [@&#8203;antonpirker](https://redirect.github.com/antonpirker)
- build(deps): bump actions/create-github-app-token from 1.11.7 to
1.12.0
([#&#8203;4214](https://redirect.github.com/getsentry/sentry-python/issues/4214))
by [@&#8203;dependabot](https://redirect.github.com/dependabot)

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - "* 0-3 * * 1" (UTC).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR is behind base branch, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/codegen-sh/codegen).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMjcuMyIsInVwZGF0ZWRJblZlciI6IjM5LjIyNy4zIiwidGFyZ2V0QnJhbmNoIjoiZGV2ZWxvcCIsImxhYmVscyI6W119-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

v0.52.30

Toggle v0.52.30's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: add logs for git init failure (codegen-sh#1000)

v0.52.29

Toggle v0.52.29's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: CG-17050: skip codebase init if repo operator is none (codegen-s…

…h#999)

# Motivation

<!-- Why is this change necessary? -->

# Content

<!-- Please include a summary of the change -->

# Testing

<!-- How was the change tested? -->

# Please check the following before marking your PR as ready for review

- [ ] I have added tests for my changes
- [ ] I have updated the documentation or added new documentation as
needed

v0.52.28

Toggle v0.52.28's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix(deps): update dependency openai to v1.70.0 (codegen-sh#992)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [openai](https://redirect.github.com/openai/openai-python) |
`==1.69.0` -> `==1.70.0` |
[![age](https://developer.mend.io/api/mc/badges/age/pypi/openai/1.70.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/pypi/openai/1.70.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/pypi/openai/1.69.0/1.70.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/openai/1.69.0/1.70.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>openai/openai-python (openai)</summary>

###
[`v1.70.0`](https://redirect.github.com/openai/openai-python/blob/HEAD/CHANGELOG.md#1700-2025-03-31)

[Compare
Source](https://redirect.github.com/openai/openai-python/compare/v1.69.0...v1.70.0)

Full Changelog:
[v1.69.0...v1.70.0](https://redirect.github.com/openai/openai-python/compare/v1.69.0...v1.70.0)

##### Features

- **api:** add `get /responses/{response_id}/input_items` endpoint
([4c6a35d](https://redirect.github.com/openai/openai-python/commit/4c6a35dec65362a6a738c3387dae57bf8cbfcbb2))

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - "* 0-3 * * 1" (UTC).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR is behind base branch, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/codegen-sh/codegen).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMDcuMSIsInVwZGF0ZWRJblZlciI6IjM5LjIwNy4xIiwidGFyZ2V0QnJhbmNoIjoiZGV2ZWxvcCIsImxhYmVscyI6W119-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
0