Skip to content

Change in IDatabasesClient.QueryAsync API return type in version 4.3.0 #463

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

Open
mix4242 opened this issue Jun 12, 2025 · 1 comment
Open

Comments

@mix4242
Copy link

mix4242 commented Jun 12, 2025

Describe the bug
Please correct me if I'm being very dumb but in version 4.3.0, the return type of IDatabasesClient's QueryAsync has changed which causes a breaking compilation error in my codebase.

This is unexpected to me in a minor version bump/no note in release notes.

To Reproduce

  1. In version 4.2.0, call IDatabasesClient.QueryAsync and assign the Results field of the response to a variable of type List<Page>. Should compile fine
  2. Update to 4.3.0
  3. Compilation fails

Expected behavior
No breaking changes in minor version bump

Additional context
Change can be seen here by searching for Src/Notion.Client/Api/Databases/IDatabasesClient.cs edited file.

Copy link

👋 Hi there! Thanks for opening your first issue in this repository. We appreciate your contribution. A maintainer will take a look soon.

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

No branches or pull requests

1 participant