Skip to content

kotlin: Replace most query param classes with generated ones #1587

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

Merged
merged 3 commits into from
Dec 23, 2024

Conversation

svix-jplatte
Copy link
Member

@svix-jplatte svix-jplatte commented Dec 23, 2024

… and clean up the remaining ones to prepare for future replacement.

Also leave the default for the limit on pagination APIs up to the server. I don't think we need to mention this in the changelog since so far the default has been the same as on the server side; however if we were to change the limit for some API on the server side, it makes much more sense to me that the new default would apply immediately and for everyone who doesn't specify it, rather than requiring a libs update for Kotlin users.

Part of https://github.com/svix/monorepo-private/issues/9576.

@svix-jplatte svix-jplatte force-pushed the jplatte/kotlin-gen-list-options branch from 6525c70 to 78eba9e Compare December 23, 2024 15:32
@svix-jplatte svix-jplatte marked this pull request as ready for review December 23, 2024 15:35
@svix-jplatte svix-jplatte requested a review from a team as a code owner December 23, 2024 15:35
@tasn
Copy link
Member

tasn commented Dec 23, 2024

Yeah, no need to mention that. It's an implementation detail that was never public, and anyhow we won't change the server value anyway.

@svix-jplatte svix-jplatte merged commit 2dc19a9 into main Dec 23, 2024
2 checks passed
@svix-jplatte svix-jplatte deleted the jplatte/kotlin-gen-list-options branch December 23, 2024 17:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants