Skip to content

release: 3.0.0-alpha.2#3

Merged
Dhravya merged 48 commits intomainfrom
release-please--branches--main--changes--next
Jun 26, 2025
Merged

release: 3.0.0-alpha.2#3
Dhravya merged 48 commits intomainfrom
release-please--branches--main--changes--next

Conversation

@stainless-app
Copy link
Contributor

@stainless-app stainless-app bot commented May 19, 2025

Automated Release PR

3.0.0-alpha.2 (2025-06-24)

Full Changelog: v3.0.0-alpha.1...v3.0.0-alpha.2

Features

Bug Fixes

  • client: correctly parse binary response | stream (b236e85)
  • tests: fix: tests which call HTTP endpoints directly with the example parameters (f9bf3c1)

Chores

  • ci: enable for pull requests (ec1b12b)
  • docs: grammar improvements (1f9f018)
  • docs: remove reference to rye shell (23840c8)
  • internal: codegen related update (2b10aa8)
  • internal: codegen related update (c4039a7)
  • internal: update conftest.py (355810b)
  • readme: update badges (9415b50)
  • tests: add tests for httpx client instantiation & proxies (a462f22)
  • tests: run tests in parallel (79f6359)
  • tests: skip some failing tests on the latest python versions (394e639)

Documentation

  • client: fix httpx.Timeout documentation reference (be3ccbd)

This pull request is managed by Stainless's GitHub App.

The semver version number is based on included commit messages. Alternatively, you can manually set the version number in the title of this pull request.

For a better experience, it is recommended to use either rebase-merge or squash-merge when merging this pull request.

🔗 Stainless website
📚 Read the docs
🙋 Reach out for help or questions

@coderabbitai
Copy link

coderabbitai bot commented May 19, 2025

Important

Review skipped

Bot user detected.

To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.


🪧 Tips

Chat

There are 3 ways to chat with CodeRabbit:

  • Review comments: Directly reply to a review comment made by CodeRabbit. Example:
    • I pushed a fix in commit <commit_id>, please review it.
    • Explain this complex logic.
    • Open a follow-up GitHub issue for this discussion.
  • Files and specific lines of code (under the "Files changed" tab): Tag @coderabbitai in a new review comment at the desired location with your query. Examples:
    • @coderabbitai explain this code block.
    • @coderabbitai modularize this function.
  • PR comments: Tag @coderabbitai in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples:
    • @coderabbitai gather interesting stats about this repository and render them as a table. Additionally, render a pie chart showing the language distribution in the codebase.
    • @coderabbitai read src/utils.ts and explain its main purpose.
    • @coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.
    • @coderabbitai help me debug CodeRabbit configuration file.

Support

Need help? Join our Discord community for assistance with any issues or questions.

Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments.

CodeRabbit Commands (Invoked using PR comments)

  • @coderabbitai pause to pause the reviews on a PR.
  • @coderabbitai resume to resume the paused reviews.
  • @coderabbitai review to trigger an incremental review. This is useful when automatic reviews are disabled for the repository.
  • @coderabbitai full review to do a full review from scratch and review all the files again.
  • @coderabbitai summary to regenerate the summary of the PR.
  • @coderabbitai generate sequence diagram to generate a sequence diagram of the changes in this PR.
  • @coderabbitai resolve resolve all the CodeRabbit review comments.
  • @coderabbitai configuration to show the current CodeRabbit configuration for the repository.
  • @coderabbitai help to get help.

Other keywords and placeholders

  • Add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.
  • Add @coderabbitai summary to generate the high-level summary at a specific location in the PR description.
  • Add @coderabbitai anywhere in the PR title to generate the title automatically.

CodeRabbit Configuration File (.coderabbit.yaml)

  • You can programmatically configure CodeRabbit by adding a .coderabbit.yaml file to the root of your repository.
  • Please see the configuration documentation for more information.
  • If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation: # yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json

Documentation and Community

  • Visit our Documentation for detailed information on how to use CodeRabbit.
  • Join our Discord Community to get help, request features, and share feedback.
  • Follow us on X/Twitter for updates and announcements.

@stainless-app
Copy link
Contributor Author

stainless-app bot commented May 19, 2025

🧪 Testing

To try out this version of the SDK, run:

pip install --pre 'https://pkg.stainless.com/s/supermemory-python/394e639fb904cd4c27b299f5960fd2f02f159b10'

Last updated: Tue, 24 Jun 2025 04:12:11 GMT

@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next branch from 27e387e to 1f9f018 Compare May 22, 2025 02:30
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next branch from ed1a639 to 5bc5a86 Compare May 24, 2025 20:17
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next branch from b1b7a0c to 1788d47 Compare May 25, 2025 04:17
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next branch from 8a87eae to 02e8b00 Compare May 25, 2025 05:17
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next branch from a0c8ec5 to ca1c596 Compare May 25, 2025 22:17
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next branch from 16e62d2 to 7d2fded Compare May 25, 2025 23:17
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next branch from 2f9715b to 173a337 Compare May 26, 2025 00:17
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next branch from b28d446 to beffc5e Compare May 29, 2025 07:17
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next branch from 39d8451 to e95b77e Compare June 1, 2025 08:17
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next branch from 9f38975 to f58d93d Compare June 2, 2025 19:17
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next branch from 4eb47bc to cd4782d Compare June 2, 2025 22:17
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next branch from cb6e314 to a0d7515 Compare June 3, 2025 00:17
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next branch from 20fc795 to 51586e6 Compare June 3, 2025 01:17
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next branch from b941599 to f9bf3c1 Compare June 18, 2025 05:46
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next branch from dd43517 to be3ccbd Compare June 19, 2025 02:48
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next branch from bcc2685 to 1e9b706 Compare June 19, 2025 23:17
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next branch from 10ef682 to 200e97a Compare June 20, 2025 23:18
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next branch from 44a2dd0 to 5aefc85 Compare June 21, 2025 03:19
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next branch from 16ab80c to d376719 Compare June 21, 2025 04:04
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next branch from f319105 to fc586f7 Compare June 21, 2025 04:31
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next branch from c36ee1b to c4039a7 Compare June 21, 2025 04:46
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next branch from 7878286 to 75c22e3 Compare June 23, 2025 00:17
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next branch from fcaafc2 to d792e5f Compare June 23, 2025 01:17
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next branch from cc367b8 to 2b10aa8 Compare June 24, 2025 02:10
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next branch from 413bfac to 394e639 Compare June 24, 2025 04:12
@Dhravya Dhravya merged commit e8da506 into main Jun 26, 2025
8 checks passed
@stainless-app
Copy link
Contributor Author

stainless-app bot commented Jun 26, 2025

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant