Releases: Igloczek/n8n-nodes-pocketbase-admin
Releases · Igloczek/n8n-nodes-pocketbase-admin
3.0.0
This release changes how data is returned from list operations to match n8n's expected format.
This is a breaking change that will require updating your workflows.
What's changed
- List operations (
Get list
,Get full list
) now return data in the standard n8n format - not one big object, but an array of items - List operation (
Get list
) now includes pagination metadata in a_meta
object within each item
Upgrading
If you were manually transforming the data for list operations in your workflows, you can now remove those transformations as the node handles this automatically.
2.0.0
Added support to Pocketbase 0.23.0+, so now the node will do auth as a superuser, not admin, but I don't want to rename everything, since it works the same as before anyway.
Since Pocketbase introduced breaking changes in the API, this is also a major release, that won't work with Pocketbase 0.22 and older, please stick to 1.0.0 if you are not planing to upgrade.