- marking a field primary that already is primary shouldnt fail (#67) (72a48ff)
- list fields for table assumes wrong response (#65) (9a88527)
- allow setting fields as primary via fieldbuilder (#60) (a33793e)
- export and implement uuid field building (#58) (c7da771)
- Remove timer-based auto-refresh of JWT tokens
- add a stream of user to identify whether we're logged in or not (b61e775)
- add refresh token lifetime to public api (e412c23)
- Remove timer-based auto-refresh of JWT tokens (0a077b5)
- add listing applications (f5c1981)
- add method to list apps in a workspace (9170f2d)
- add method to retrieve single application (fd914fa)
- extract interfaces from humongous client class (41b6127)
- retrieve a database table by id (2a9bddc)
- allow int values for filters as well (e9884b8)
- filter_type should only be sent when there are multiple filters (80933c2)
- dont use both filters at the same time (7e68968)
- add method to retrieve a single row by id (16f3d70)
- generativeAiModelsEnabled is Map<String,dynamic> (a27e730)
- Revert "fx: ensure list workspaces result is accurate" (7bf9e62)
- ensure list workspaces result is accurate (b209b94)
- add support for listing workspaces (db1d65e)
- remove deprecated username parameter (b6ac069)
- add ability to get database token (ee8cd9e)
- add ability to list database tokens (9aa6067)
- add method to add a database token (88afb25)
- add the ability to check a token (769011a)
- add the ability to delete a database token (6640bef)
- add all the filters that are available (5a8b8ff)
- add batch-delete (2e33d2c)
- add logout method (7373e7f)
- add moveRow method (21514d6)
- implement all filter options in ListRowsOptions (e0e2c2a)
- set timer to be below 10 minutes for successful refresh (e00ba1a)
- listing records should correctly transform rows and fields (#13) (09e741b)
- deliver correct result for listing tables (#9) (17af060)
- use correct endpoint to list tables (#7) (14acd6b)
- publish to pub.flutter-io.cn (0de5f0b)