Skip to content

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

Open
@mix4242

Description

@mix4242

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions