Skip to content

v3.6.0

Choose a tag to compare

@linyows linyows released this 08 Aug 14:27
· 4 commits to main since this release
833732a

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