-
Notifications
You must be signed in to change notification settings - Fork 1
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
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
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: orbcorp/orb-java
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.57.0
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 18 commits
- 365 files changed
- 2 contributors
Commits on May 22, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 335d12a - Browse repository at this point
Copy the full SHA 335d12aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6b6e2e0 - Browse repository at this point
Copy the full SHA 6b6e2e0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1c0d5ec - Browse repository at this point
Copy the full SHA 1c0d5ecView commit details -
Configuration menu - View commit details
-
Copy full SHA for 14bbdee - Browse repository at this point
Copy the full SHA 14bbdeeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5fb6e16 - Browse repository at this point
Copy the full SHA 5fb6e16View commit details -
Configuration menu - View commit details
-
Copy full SHA for eebea7a - Browse repository at this point
Copy the full SHA eebea7aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 62bc4d5 - Browse repository at this point
Copy the full SHA 62bc4d5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 57bc3da - Browse repository at this point
Copy the full SHA 57bc3daView commit details -
Configuration menu - View commit details
-
Copy full SHA for df10e1c - Browse repository at this point
Copy the full SHA df10e1cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1c84579 - Browse repository at this point
Copy the full SHA 1c84579View commit details -
Configuration menu - View commit details
-
Copy full SHA for db0aa0e - Browse repository at this point
Copy the full SHA db0aa0eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8e5389d - Browse repository at this point
Copy the full SHA 8e5389dView commit details -
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.Configuration menu - View commit details
-
Copy full SHA for e0a815b - Browse repository at this point
Copy the full SHA e0a815bView commit details -
Configuration menu - View commit details
-
Copy full SHA for a0bd1d5 - Browse repository at this point
Copy the full SHA a0bd1d5View commit details -
Configuration menu - View commit details
-
Copy full SHA for b02918f - Browse repository at this point
Copy the full SHA b02918fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1e5613b - Browse repository at this point
Copy the full SHA 1e5613bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4524e19 - Browse repository at this point
Copy the full SHA 4524e19View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1b46759 - Browse repository at this point
Copy the full SHA 1b46759View commit details
Loading
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v0.56.0...v0.57.0