Skip to content

Release 3.0.2 - #306

Merged
hagenw merged 2 commits into
mainfrom
release-3.0.2
Jul 20, 2026
Merged

Release 3.0.2#306
hagenw merged 2 commits into
mainfrom
release-3.0.2

Conversation

@hagenw

@hagenw hagenw commented Jul 20, 2026

Copy link
Copy Markdown
Member
image

@hagenw hagenw self-assigned this Jul 20, 2026
@sourcery-ai

sourcery-ai Bot commented Jul 20, 2026

Copy link
Copy Markdown
Contributor
Reviewer's guide (collapsed on small PRs)

Reviewer's Guide

Prepares the project for the 3.0.2 release by updating the changelog entry to document the new version.

File-Level Changes

Change Details Files
Update changelog for the 3.0.2 release.
  • Add or adjust the 3.0.2 section header and release date in the changelog.
  • Summarize the notable changes, fixes, or improvements included in version 3.0.2.
  • Ensure the changelog formatting remains consistent with previous entries.
CHANGELOG.rst

Tips and commands

Interacting with Sourcery

  • Trigger a new review: Comment @sourcery-ai review on the pull request.
  • Continue discussions: Reply directly to Sourcery's review comments.
  • Generate a GitHub issue from a review comment: Ask Sourcery to create an
    issue from a review comment by replying to it. You can also reply to a
    review comment with @sourcery-ai issue to create an issue from it.
  • Generate a pull request title: Write @sourcery-ai anywhere in the pull
    request title to generate a title at any time. You can also comment
    @sourcery-ai title on the pull request to (re-)generate the title at any time.
  • Generate a pull request summary: Write @sourcery-ai summary anywhere in
    the pull request body to generate a PR summary at any time exactly where you
    want it. You can also comment @sourcery-ai summary on the pull request to
    (re-)generate the summary at any time.
  • Generate reviewer's guide: Comment @sourcery-ai guide on the pull
    request to (re-)generate the reviewer's guide at any time.
  • Resolve all Sourcery comments: Comment @sourcery-ai resolve on the
    pull request to resolve all Sourcery comments. Useful if you've already
    addressed all the comments and don't want to see them anymore.
  • Dismiss all Sourcery reviews: Comment @sourcery-ai dismiss on the pull
    request to dismiss all existing Sourcery reviews. Especially useful if you
    want to start fresh with a new review - don't forget to comment
    @sourcery-ai review to trigger a new review!

Customizing Your Experience

Access your dashboard to:

  • Enable or disable review features such as the Sourcery-generated pull request
    summary, the reviewer's guide, and others.
  • Change the review language.
  • Add, remove or edit custom review instructions.
  • Adjust other review settings.

Getting Help

@sourcery-ai sourcery-ai Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hey - I've found 1 issue

Prompt for AI Agents
Please address the comments from this code review:

## Individual Comments

### Comment 1
<location path="CHANGELOG.rst" line_range="15" />
<code_context>
+
+* Changed: reuse ``minio.Minio`` defaults for connection
+  in ``audbackend.backend.Minio``
+* Fixed: ``audbackend.backend.Minio`` now retries on 50x errors
+
+
</code_context>
<issue_to_address>
**issue (typo):** “50x errors” likely should be “5xx errors” to match standard HTTP status code notation.

Use the standard "5xx errors" terminology (e.g., 500, 502, 503) to match HTTP status code notation and avoid ambiguity.

```suggestion
* Fixed: ``audbackend.backend.Minio`` now retries on 5xx errors (e.g. 500, 502, 503)
```
</issue_to_address>

Sourcery is free for open source - if you like our reviews please consider sharing them ✨
Help me be more useful! Please click 👍 or 👎 on each comment and I'll use the feedback to improve your reviews.

Comment thread CHANGELOG.rst Outdated
Co-authored-by: sourcery-ai[bot] <58596630+sourcery-ai[bot]@users.noreply.github.com>
@hagenw
hagenw requested a review from frankenjoe July 20, 2026 11:59
@frankenjoe

Copy link
Copy Markdown
Collaborator

Great! Thanks for fixing this so quickly :)

@hagenw
hagenw merged commit 03bba4c into main Jul 20, 2026
13 checks passed
@hagenw
hagenw deleted the release-3.0.2 branch July 20, 2026 12:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants