Skip to content

Changelog

0.6.0 (2023-05-13)

TypeDescriptionPRIssuesAuthor
Improvement add support for baserow 1.16.0 workspaces, trailing slashes on urls7@luc-languagetools
Improvement Upgrade from `databind 1.x` to `4.x`8@NiklasRosenstein

0.5.1 (2022-03-24)

TypeDescriptionPRIssuesAuthor
Hygiene update project structure to use Poetry as the build system and Slap for tooling@NiklasRosenstein

0.5.0 (2021-10-22)

TypeDescriptionPRIssuesAuthor
Feature add `User.language` field6@dretay

0.4.0 (2021-09-16)

TypeDescriptionPRIssuesAuthor
Improvement rename `LinkedTableCollection` to `LinkedRow` and moved it to `baserow.orm.column`@NiklasRosenstein
Improvement add `Column.from_baserow()`@NiklasRosenstein
Improvement add `ColumnPlaceholderTranslator` helper class@NiklasRosenstein
Docs add a bunch of docstrings to the ORM classes@NiklasRosenstein
Feature add `BaserowClient.create_database_table_row()`, `BaserowClient.update_database_table_row()` and `Database.save()`@NiklasRosenstein
Feature add `BaserowClient.create_user()`@dermasmid

0.3.0 (2021-09-13)

TypeDescriptionPRIssuesAuthor
Feature add `Query.first()`, `BaserowOrmException` and `NoRowReturned`@NiklasRosenstein

0.2.1 (2021-09-13)

TypeDescriptionPRIssuesAuthor
Fix fix readme example@NiklasRosenstein

0.2.0 (2021-09-13)

TypeDescriptionPRIssuesAuthor
Feature add `BaserowClient.login()`, `BaserowClient.load()` and `BaserowClient.save()`@NiklasRosenstein
Feature support `boolean`, `long_text` and `file` fields@NiklasRosenstein
Feature add simple ORM capabilities@NiklasRosenstein
Feature add `BaserowClient.get_database_table_row()`@NiklasRosenstein
Feature add `Column.link_row_has()` and `Column.link_row_has_not()`@NiklasRosenstein

0.1.1 (2021-09-12)

TypeDescriptionPRIssuesAuthor
Fix add missing dependencies@NiklasRosenstein