-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support PocketBase version 0.23.0-rc12 #103
Conversation
@patmood maybe the breaking changes of this version would be a good time to fix:
? I would be eager to help with this. |
PocketBase no longer adds those fields by default.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is looking great! Thanks for the thorough update.
I'm still getting up to speed on the PB changes but all looks good so far.
If you want to address the other issues you mentioned in separate PRs, that would be amazing.
Integrations tests are failing because
Feel free to switch it back to rc12 as there will probably be more things like this before the final release. |
I should have run the integration tests locally. Upgraded to rc14 and regenerate all needed files. |
@patmood I have upgraded the integration tests to 0.23.1. This should now be ready for merge ^^ |
Folks, thank you for your time and work |
Thanks for the work on all of this everyone who worked on this! |
Description
All changes based on Release Notes v0.23.0-rc1
updated
,created
field optional on base recordoptions
fields with field typeschema
field and use newfields
field_superuser
collection for url type generationTodo
Issue
closes #102
fixes #92