- New: Reading and inserting comments is implemented.
- Chg: `SList` is part of the public API now, i.e. is in the `ultimate_notion` namespace.
- Fix: Added missing `link_to_page` subtype `comment_id`.
- Chg: Remove `Text` as direct import, use `text` instead.
- Chg: `.props` namespace of a page now behaves like a mapping, i.e. read-only dictionary.
- Fix: Added missing `.value` function of several `PropertyValue`s.
- Add: Page method `get_property` to allow fetching a single property without reloading the whole page.
- Fix: Resolving page properties correctly if they contain more than 25 references.
- Fix: `PropertiesEndpoint.retrieve` now actually works and either returns a single property item or a list.
- Chg: Renamed `db.fetch_all()` to `db.get_all_pages()`.
- New: Query databases with a PySpark/Polars inspired DSL, e.g. `uno.prop('Name') == 'Linus Torvalds'`, implemented.
- Fix: Database pages created with `db.create_page` are now added to the session cache.
- New: Easily activate a debug mode within the config file.
- Fix: Rollup property defined on a self-referencing relation works now.
- Doc: Added a page about querying a database.
- Chg: Renamed property types `People` to `Person` and `PhoneNumber` to `Phone`.