Skip to content

Bump com.openai:openai-java from 0.23.1 to 2.2.0 #18

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github May 26, 2025

Bumps com.openai:openai-java from 0.23.1 to 2.2.0.

Release notes

Sourced from com.openai:openai-java's releases.

v2.2.0

2.2.0 (2025-05-23)

Full Changelog: v2.1.0...v2.2.0

Features

  • api: remove deprecated endpoints from Java client (7b5acb5)

Bug Fixes

  • examples: remove old examples (8fe838c)

Chores

  • internal: fix release workflows (c66f725)

v2.1.0

2.1.0 (2025-05-22)

Full Changelog: v2.0.0...v2.1.0

Features

  • api: new streaming helpers for background responses (a82279d)

Bug Fixes

  • internal: fix issues with new items in structured responses (931f7b8)
  • tests: fix file test (a82adfd)

v2.0.0

2.0.0 (2025-05-21)

Full Changelog: v1.6.1...v2.0.0

⚠ BREAKING CHANGES

  • client: change precision of some numeric types
  • client: extract auto pagination to shared classes
  • client: Migration: - If you were referencing the AutoPager class on a specific *Page or *PageAsync type, then you should instead reference the shared AutoPager and AutoPagerAsync types, under the core package
    • AutoPagerAsync now has different usage. You can call .subscribe(...) on the returned object instead to get called back each page item. You can also call onCompleteFuture() to get a future that completes when all items have been processed. Finally, you can call .close() on the returned object to stop auto-paginating early
    • If you were referencing getNextPage or getNextPageParams:
      • Swap to nextPage() and nextPageParams()
      • Note that these both now return non-optional types (use hasNextPage() before calling these, since they will throw if it's impossible to get another page)

Features

... (truncated)

Changelog

Sourced from com.openai:openai-java's changelog.

2.2.0 (2025-05-23)

Full Changelog: v2.1.0...v2.2.0

Features

  • api: remove deprecated endpoints from Java client (7b5acb5)

Bug Fixes

  • examples: remove old examples (8fe838c)

Chores

  • internal: fix release workflows (c66f725)

2.1.0 (2025-05-22)

Full Changelog: v2.0.0...v2.1.0

Features

  • api: new streaming helpers for background responses (a82279d)

Bug Fixes

  • internal: fix issues with new items in structured responses (931f7b8)
  • tests: fix file test (a82adfd)

2.0.0 (2025-05-21)

Full Changelog: v1.6.1...v2.0.0

⚠ BREAKING CHANGES

  • client: change precision of some numeric types
  • client: extract auto pagination to shared classes
  • client: Migration: - If you were referencing the AutoPager class on a specific *Page or *PageAsync type, then you should instead reference the shared AutoPager and AutoPagerAsync types, under the core package
    • AutoPagerAsync now has different usage. You can call .subscribe(...) on the returned object instead to get called back each page item. You can also call onCompleteFuture() to get a future that completes when all items have been processed. Finally, you can call .close() on the returned object to stop auto-paginating early
    • If you were referencing getNextPage or getNextPageParams:
      • Swap to nextPage() and nextPageParams()
      • Note that these both now return non-optional types (use hasNextPage() before calling these, since they will throw if it's impossible to get another page)

Features

  • api: Add reinforcement fine-tuning api support (3a9fcbb)
  • api: further updates for evals API (2b9d5bc)

... (truncated)

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [com.openai:openai-java](https://github.com/openai/openai-java) from 0.23.1 to 2.2.0.
- [Release notes](https://github.com/openai/openai-java/releases)
- [Changelog](https://github.com/openai/openai-java/blob/main/CHANGELOG.md)
- [Commits](openai/openai-java@v0.23.1...v2.2.0)

---
updated-dependencies:
- dependency-name: com.openai:openai-java
  dependency-version: 2.2.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update java code labels May 26, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file java Pull requests that update java code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants