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: orbcorp/orb-java
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.56.0
Choose a base ref
...
head repository: orbcorp/orb-java
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.57.0
Choose a head ref
  • 18 commits
  • 365 files changed
  • 2 contributors

Commits on May 22, 2025

  1. Configuration menu
    Copy the full SHA
    335d12a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6b6e2e0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1c0d5ec View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    14bbdee View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5fb6e16 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    eebea7a View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    62bc4d5 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    57bc3da View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    df10e1c View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    1c84579 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    db0aa0e View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    8e5389d View commit details
    Browse the repository at this point in the history
  13. feat(client)!: extract auto pagination to shared classes

    refactor(client)!: refactor async auto-pagination
    refactor(client)!: rename `getNextPage{,Params}` to `nextPage{,Params}`
    refactor(client)!: swap `nextPage{,Params}` to return non-optional
    
    # 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)
    
    There are examples and further information about pagination in the readme.
    stainless-app[bot] committed May 22, 2025
    Configuration menu
    Copy the full SHA
    e0a815b View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    a0bd1d5 View commit details
    Browse the repository at this point in the history
  15. codegen metadata

    stainless-app[bot] committed May 22, 2025
    Configuration menu
    Copy the full SHA
    b02918f View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    1e5613b View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    4524e19 View commit details
    Browse the repository at this point in the history
  18. release: 0.57.0

    stainless-app[bot] committed May 22, 2025
    Configuration menu
    Copy the full SHA
    1b46759 View commit details
    Browse the repository at this point in the history
Loading