v3.6.0
FetchDatabase now tells which part of a database query is invalid before the notion api rejects it, and the exported database property types match the api. DatabasePropertyConfigResponse describes the data source schema it was always used for, and DatabaseProperty points at the new DatabasePropertyValue.
What's Changed
- Report which part of a database query is invalid by @linyows in #255
- Match the database property types to the notion api by @linyows in #256
Full Changelog: v3.5.7...v3.6.0