Skip to content

Conversation

@elastic-renovate-prod
Copy link
Contributor

@elastic-renovate-prod elastic-renovate-prod bot commented Oct 1, 2025

This PR contains the following updates:

Package Type Update Change
com.openai:openai-java (source) dependencies major 2.20.1 -> 4.3.0

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

openai/openai-java (com.openai:openai-java)

v4.3.0

Full Changelog: v4.2.0...v4.3.0

Features
  • add more helper methods to instantiate union objects (e5e61b5)
  • api: comparison filter in/not in (29b6606)
Bug Fixes

v4.2.0

Full Changelog: v4.1.0...v4.2.0

Features
  • api: dev day 2025 launches (d4f0999)

v4.1.0

Full Changelog: v4.0.1...v4.1.0

Features
  • api: add support for realtime calls (c4d224c)

v4.0.1

Full Changelog: v4.0.0...v4.0.1

Bug Fixes
  • api: add status, approval_request_id to MCP tool call (56ed867)

v4.0.0

Full Changelog: v3.7.1...v4.0.0

⚠ BREAKING CHANGES
  • api: ResponseFunctionToolCallOutputItem.output and ResponseCustomToolCallOutput.output now return string | Array<ResponseInputText | ResponseInputImage | ResponseInputFile> instead of string only. This may break existing callsites that assume output is always a string.
Features
  • api: Support images and files for function call outputs in responses, BatchUsage (de7a6c1)
Bug Fixes
  • client: remove duplicate outputAsJson function (4718871)

v3.7.1

Full Changelog: v3.7.0...v3.7.1

Bug Fixes
  • client: deserialization of empty objects (9a1f927)
Chores
  • internal: change some comment formatting (3ae2e58)

v3.6.1

Full Changelog: v3.6.0...v3.6.1

Bug Fixes
Chores
  • api: openapi updates for conversations (0dbcc0a)
  • improve example values (109a350)
  • improve formatter performance (3fce946)

v3.6.0

Full Changelog: v3.5.3...v3.6.0

Features
  • api: add reasoning_text (2bde290)
  • api: type updates for conversations, reasoning_effort and results for evals (364a176)
  • client: expose sleeper option (a5ffd57)
Bug Fixes
  • client: ensure single timer is created per client (a5ffd57)

v3.5.3

Full Changelog: v3.5.2...v3.5.3

Bug Fixes
  • client: incorrect getPackageVersion impl (51a0e59)
Chores
  • api: docs and spec refactoring (02720cf)

v3.5.2

Full Changelog: v3.5.1...v3.5.2

Chores
  • api: Minor docs and type updates for realtime (63ad148)
  • improve formatter performance (be0acb7)
  • internal: codegen related update (18a0e64)
  • internal: codegen related update (ab87009)
  • internal: remove redundant deserializer symbols (8c63a5b)

v3.5.1

Full Changelog: v3.5.0...v3.5.1

Chores
  • api: fix realtime GA types (10cd1c4)

v3.5.0

Full Changelog: v3.4.1...v3.5.0

Features
  • api: ship the RealtimeGA API shape (4eb0dfa)

v3.4.1

Full Changelog: v3.4.0...v3.4.1

Bug Fixes
  • ci: use java-version 21 for publish step (db861bd)

v3.4.0

Full Changelog: v3.3.0...v3.4.0

Features
  • api: Add gpt-realtime models (37b8b69)

v3.3.0

Full Changelog: v3.2.1...v3.3.0

Features
  • client: support verbosity with structured outputs (#​603) (2496464)

v3.2.1

Full Changelog: v3.2.0...v3.2.1

Chores
  • api: manual updates for ResponseInputAudio (d070eb7)

v3.2.0

Full Changelog: v3.1.2...v3.2.0

Features
  • api: Add connectors support for MCP tool (ee175a9)
  • api: add web search filters (45c5856)
  • api: adding support for /v1/conversations to the API (9d088c5)
  • api: realtime API updates (0ea523e)
Bug Fixes
Chores
  • add missing delegate methods (557e9ee)
  • ci: reduce log noise (9e91952)
  • client: refactor closing / shutdown (94cdfcd)
  • internal: support running formatters directly (6242da5)
  • remove memory upper bound from publishing step (fdc5fdd)

v3.1.2

Full Changelog: v3.1.1...v3.1.2

Bug Fixes
  • client: ensure correct binary content type (86386c9)
Chores
  • client: rename parameter (86386c9)
  • internal: fix multipart tests (ea67d5d)

v3.1.1

Full Changelog: v3.1.0...v3.1.1

Chores
  • internal/ci: setup breaking change detection (2a18622)

v3.1.0

Full Changelog: v3.0.3...v3.1.0

Features
  • api: add new text parameters, expiration options (658f053)
Performance Improvements
  • internal: make formatting faster (d7909d9)
Chores
  • api: accurately represent shape for verbosity on Chat Completions (d01f37f)
  • ci: add build job (7699c4f)
  • internal: dynamically determine included projects (1342647)
  • internal: support passing arguments to test script (ac596c6)

v3.0.3

Full Changelog: v3.0.2...v3.0.3

Bug Fixes
  • serialize dates correctly in structured outputs (8cd3639)
Chores
  • internal: format identity methods (fd2661b)
Documentation
  • add response raw structured outputs (e68d31e)

v3.0.2

Full Changelog: v3.0.1...v3.0.2

Chores
  • internal: update comment in script (925656f)

v3.0.1

Full Changelog: v3.0.0...v3.0.1

Bug Fixes
  • client: fix verbosity parameter location in Responses (c4200c3)
  • responses: remove incorrect verbosity builder method (76286de)
  • responses: remove more references to incorrect verbosity location (1f56089)
Chores

v3.0.0

Full Changelog: v2.20.1...v3.0.0

Features
  • api: adds GPT-5 and new API features: platform.openai.com/docs/guides/gpt-5 (fa34d24)
  • api: manual updates (089a075)
  • client: support new unified Azure URL scheme (#​554) (9aacff0)
Bug Fixes
  • functions: add accidentally removed arguments method (696dfb1)
Chores
  • example: fix run example comment (42fe3d9)
  • increase max gradle JVM heap to 8GB (87afac0)
  • internal: add async lock helper (1a75cea)
Documentation
  • more prominently call out examples (d601c1a)
  • multiple image editing (a64f375)

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

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


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

@elastic-renovate-prod elastic-renovate-prod bot requested a review from a team as a code owner October 1, 2025 06:54
@elastic-renovate-prod elastic-renovate-prod bot force-pushed the renovate/com.openai-openai-java-4.x branch 2 times, most recently from 450654f to 082a93a Compare October 9, 2025 12:18
@elastic-renovate-prod elastic-renovate-prod bot force-pushed the renovate/com.openai-openai-java-4.x branch from 082a93a to 0877172 Compare October 11, 2025 12:41
@elastic-renovate-prod elastic-renovate-prod bot force-pushed the renovate/com.openai-openai-java-4.x branch from 0877172 to e647958 Compare October 15, 2025 13:16
@jackshirazi
Copy link
Contributor

the local openai mplementation is frozen and deprecated as the upstream implementation has replaced it

@elastic-renovate-prod
Copy link
Contributor Author

Renovate Ignore Notification

Because you closed this PR without merging, Renovate will ignore this update. You will not get PRs for any future 4.x releases. But if you manually upgrade to 4.x then Renovate will re-enable minor and patch updates automatically.

If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.

@elastic-renovate-prod elastic-renovate-prod bot deleted the renovate/com.openai-openai-java-4.x branch October 15, 2025 15:29
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.

2 participants