Skip to content

Tags: dev573/codegen

Tags

v0.52.3

Toggle v0.52.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: update searchbyfilename tool to paginate (codegen-sh#896)

# Motivation

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

# Content
Add pagination fields and paginated response to the SearchByFileName
tool, to prevent large results blowing up the context.
<!-- 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.2

Toggle v0.52.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Increase view file size limit (codegen-sh#852)

# Motivation

Window size for the ViewFile tool is too small

# Content

Increased the ViewFile tool window size to 500

# Testing
Tested with swe bench

# 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.1

Toggle v0.52.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: search_files_by_name_tool error (codegen-sh#885)

# 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.0

Toggle v0.52.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Extract co-author from gitconfig (codegen-sh#883)

# 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.51.4

Toggle v0.51.4'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.23.1 (codegen-sh#879)

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.23.0` -> `==2.23.1` |
[![age](https://developer.mend.io/api/mc/badges/age/pypi/sentry-sdk/2.23.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/pypi/sentry-sdk/2.23.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/pypi/sentry-sdk/2.23.0/2.23.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/sentry-sdk/2.23.0/2.23.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

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

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

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

##### Various fixes & improvements

- Fix import problem in release 2.23.0
([#&#8203;4140](https://redirect.github.com/getsentry/sentry-python/issues/4140))
by [@&#8203;antonpirker](https://redirect.github.com/antonpirker)

</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>

v0.51.3

Toggle v0.51.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.23.0 (codegen-sh#874)

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.22.0` -> `==2.23.0` |
[![age](https://developer.mend.io/api/mc/badges/age/pypi/sentry-sdk/2.23.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/pypi/sentry-sdk/2.23.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/pypi/sentry-sdk/2.22.0/2.23.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/sentry-sdk/2.22.0/2.23.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

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

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

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

##### Various fixes & improvements

- Feat(profiling): Add new functions to start/stop continuous profiler
([#&#8203;4056](https://redirect.github.com/getsentry/sentry-python/issues/4056))
by [@&#8203;Zylphrex](https://redirect.github.com/Zylphrex)
- Feat(profiling): Export start/stop profile session
([#&#8203;4079](https://redirect.github.com/getsentry/sentry-python/issues/4079))
by [@&#8203;Zylphrex](https://redirect.github.com/Zylphrex)
- Feat(tracing): Backfill missing `sample_rand` on `PropagationContext`
([#&#8203;4038](https://redirect.github.com/getsentry/sentry-python/issues/4038))
by
[@&#8203;szokeasaurusrex](https://redirect.github.com/szokeasaurusrex)
- Feat(logs): Add alpha version of Sentry logs
([#&#8203;4126](https://redirect.github.com/getsentry/sentry-python/issues/4126))
by [@&#8203;colin-sentry](https://redirect.github.com/colin-sentry)
- Security(gha): fix potential for shell injection
([#&#8203;4099](https://redirect.github.com/getsentry/sentry-python/issues/4099))
by [@&#8203;mdtro](https://redirect.github.com/mdtro)
- Docs: Add `init()` parameters to ApiDocs.
([#&#8203;4100](https://redirect.github.com/getsentry/sentry-python/issues/4100))
by [@&#8203;antonpirker](https://redirect.github.com/antonpirker)
- Docs: Document that caller must check `mutable`
([#&#8203;4010](https://redirect.github.com/getsentry/sentry-python/issues/4010))
by
[@&#8203;szokeasaurusrex](https://redirect.github.com/szokeasaurusrex)
- Fix(Anthropic): Add partial json support to streams
([#&#8203;3674](https://redirect.github.com/getsentry/sentry-python/issues/3674))
- Fix(ASGI): Fix KeyError if transaction does not exist
([#&#8203;4095](https://redirect.github.com/getsentry/sentry-python/issues/4095))
by [@&#8203;kevinji](https://redirect.github.com/kevinji)
- Fix(asyncio): Improve asyncio integration error handling.
([#&#8203;4129](https://redirect.github.com/getsentry/sentry-python/issues/4129))
by [@&#8203;antonpirker](https://redirect.github.com/antonpirker)
- Fix(AWS Lambda): Fix capturing errors during AWS Lambda INIT phase
([#&#8203;3943](https://redirect.github.com/getsentry/sentry-python/issues/3943))
- Fix(Bottle): Prevent internal error on 404
([#&#8203;4131](https://redirect.github.com/getsentry/sentry-python/issues/4131))
by [@&#8203;sentrivana](https://redirect.github.com/sentrivana)
- Fix(CI): Fix API doc failure in CI
([#&#8203;4075](https://redirect.github.com/getsentry/sentry-python/issues/4075))
by [@&#8203;sentrivana](https://redirect.github.com/sentrivana)
- Fix(ClickHouse) ClickHouse in test suite
([#&#8203;4087](https://redirect.github.com/getsentry/sentry-python/issues/4087))
by [@&#8203;antonpirker](https://redirect.github.com/antonpirker)
- Fix(cloudresourcecontext): Added timeout to HTTP requests in
CloudResourceContextIntegration
([#&#8203;4120](https://redirect.github.com/getsentry/sentry-python/issues/4120))
by [@&#8203;antonpirker](https://redirect.github.com/antonpirker)
- Fix(crons): Fixed bug when `cron_jobs` is set to `None` in arq
integration
([#&#8203;4115](https://redirect.github.com/getsentry/sentry-python/issues/4115))
by [@&#8203;antonpirker](https://redirect.github.com/antonpirker)
- Fix(debug): Take into account parent handlers for debug logger
([#&#8203;4133](https://redirect.github.com/getsentry/sentry-python/issues/4133))
by [@&#8203;sentrivana](https://redirect.github.com/sentrivana)
- Fix(FastAPI/Starlette): Fix middleware with positional arguments.
([#&#8203;4118](https://redirect.github.com/getsentry/sentry-python/issues/4118))
by [@&#8203;antonpirker](https://redirect.github.com/antonpirker)
- Fix(featureflags): add LRU update/dedupe test coverage
([#&#8203;4082](https://redirect.github.com/getsentry/sentry-python/issues/4082))
- Fix(logging): Coerce None values into strings in logentry params.
([#&#8203;4121](https://redirect.github.com/getsentry/sentry-python/issues/4121))
by [@&#8203;antonpirker](https://redirect.github.com/antonpirker)
- Fix(pyspark): Grab `attemptId` more defensively
([#&#8203;4130](https://redirect.github.com/getsentry/sentry-python/issues/4130))
by [@&#8203;sentrivana](https://redirect.github.com/sentrivana)
- Fix(Quart): Support `quart_flask_patch`
([#&#8203;4132](https://redirect.github.com/getsentry/sentry-python/issues/4132))
by [@&#8203;sentrivana](https://redirect.github.com/sentrivana)
- Fix(tests): A way to locally run AWS Lambda functions
([#&#8203;4128](https://redirect.github.com/getsentry/sentry-python/issues/4128))
by [@&#8203;antonpirker](https://redirect.github.com/antonpirker)
- Fix(tests): Add concurrency testcase for arq
([#&#8203;4125](https://redirect.github.com/getsentry/sentry-python/issues/4125))
by [@&#8203;sentrivana](https://redirect.github.com/sentrivana)
- Fix(tests): Add fail_on_changes to toxgen by
[@&#8203;sentrivana](https://redirect.github.com/sentrivana)
- Fix(tests): Run AWS Lambda tests locally
([#&#8203;3988](https://redirect.github.com/getsentry/sentry-python/issues/3988))
by [@&#8203;antonpirker](https://redirect.github.com/antonpirker)
-   Fix(tests): Test relevant prereleases and allow to ignore releases
- Fix(tracing): Move `TRANSACTION_SOURCE_*` constants to `Enum`
([#&#8203;3889](https://redirect.github.com/getsentry/sentry-python/issues/3889))
by [@&#8203;mgaligniana](https://redirect.github.com/mgaligniana)
- Fix(typing): Add more typing info to Scope.update_from_kwargs's
"contexts"
([#&#8203;4080](https://redirect.github.com/getsentry/sentry-python/issues/4080))
- Fix(typing): Set correct type for `set_context` everywhere
([#&#8203;4123](https://redirect.github.com/getsentry/sentry-python/issues/4123))
by [@&#8203;sentrivana](https://redirect.github.com/sentrivana)
- Chore(tests): Regenerate tox.ini
([#&#8203;4108](https://redirect.github.com/getsentry/sentry-python/issues/4108))
by [@&#8203;sentrivana](https://redirect.github.com/sentrivana)
- Build(deps): bump actions/create-github-app-token from 1.11.5 to
1.11.6
([#&#8203;4113](https://redirect.github.com/getsentry/sentry-python/issues/4113))
by [@&#8203;dependabot](https://redirect.github.com/dependabot)
- Build(deps): bump codecov/codecov-action from 5.3.1 to 5.4.0
([#&#8203;4112](https://redirect.github.com/getsentry/sentry-python/issues/4112))
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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMDAuMCIsInVwZGF0ZWRJblZlciI6IjM5LjIwMC4wIiwidGFyZ2V0QnJhbmNoIjoiZGV2ZWxvcCIsImxhYmVscyI6W119-->

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

v0.51.2

Toggle v0.51.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add logger interface support (codegen-sh#857)

# 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.51.1

Toggle v0.51.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: Fix Inefficient List Directory Implementation (codegen-sh#853)

# 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.51.0

Toggle v0.51.0's commit message
docs: updated API reference

v0.50.2

Toggle v0.50.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: CG-11708 set draft=False if repo is private (codegen-sh#835)

a better solution would be to use graph QL to pull the repo plan
features - this is a temporary one for eitan