Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: openai/openai-java
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.20.1
Choose a base ref
...
head repository: openai/openai-java
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v3.0.0
Choose a head ref
  • 14 commits
  • 160 files changed
  • 5 contributors

Commits on Aug 8, 2025

  1. Configuration menu
    Copy the full SHA
    0b9ea53 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6c83caf View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    641fdd0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6d370b9 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d9e9bb9 View commit details
    Browse the repository at this point in the history
  6. feat(client): support new unified Azure URL scheme (#554)

    * Drafting proposal to allow for flexible base URL
    
    # Conflicts:
    #	openai-java-core/src/main/kotlin/com/openai/azure/HttpRequestBuilderExtensions.kt
    #	openai-java-core/src/main/kotlin/com/openai/core/ClientOptions.kt
    
    * Added utility functions for the unified v1 and legacy azure endpoints
    
    * Renamed tests
    
    * Aligned impl with spec, fixed tests, added docs
    
    * Simplified unified endpoint check
    
    * PR feedback and sample cleanup
    
    * Fixed some final renamings
    
    * Update HttpRequestBuilderExtensions.kt comments
    
    * Update Azure service version clause in ClientOptions.kt
    
    * Added AzureUrlCategory enum to centralize Azure endpoint identification, PR comments
    
    * Adjusting toggle and related methods sorting
    
    * Adjusted weird comment.
    
    * Made new enum and method internal
    
    * Update openai-java-core/src/main/kotlin/com/openai/azure/AzureUrlCategory.kt
    
    Co-authored-by: Tomer Aberbach <[email protected]>
    
    * Changed azureLegacyPaths toggle to AzureUrlPathMode enum
    
    * chore: refactor
    
    ---------
    
    Co-authored-by: Tomer Aberbach <[email protected]>
    Co-authored-by: Tomer Aberbach <[email protected]>
    3 people authored and stainless-app[bot] committed Aug 8, 2025
    Configuration menu
    Copy the full SHA
    b98f533 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    b95b355 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    bd94a0b View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    daa99cb View commit details
    Browse the repository at this point in the history
  10. codegen metadata

    stainless-app[bot] committed Aug 8, 2025
    Configuration menu
    Copy the full SHA
    eda4ace View commit details
    Browse the repository at this point in the history
  11. codegen metadata

    stainless-app[bot] committed Aug 8, 2025
    Configuration menu
    Copy the full SHA
    96a6766 View commit details
    Browse the repository at this point in the history
  12. codegen metadata

    stainless-app[bot] committed Aug 8, 2025
    Configuration menu
    Copy the full SHA
    fc05a8b View commit details
    Browse the repository at this point in the history
  13. codegen metadata

    stainless-app[bot] committed Aug 8, 2025
    Configuration menu
    Copy the full SHA
    037abaf View commit details
    Browse the repository at this point in the history
  14. release: 3.0.0

    stainless-app[bot] committed Aug 8, 2025
    Configuration menu
    Copy the full SHA
    67dde1f View commit details
    Browse the repository at this point in the history
Loading