Releases: vaphes/pocketbase
Releases · vaphes/pocketbase
v0.9.0 - Wow! You guys rock!
What's Changed
- Add http_client parameter to Client by @abyesilyurt in #43
- fixed "get_first_list_item" weren't available and not even fully impl… by @Mahfoudh94 in #44
- Fix issue #45 unsubscribe does not work in RealtimeService by @m29h in #46
- Confirm verification by @regisin in #57
- Fixes #53 AdminService delete + update not working issue by @m29h in #54
- Fixes #39 handle timeout and loss of connection in realtime thread by @m29h in #58
- Fixes #51 correct return value in confirmPasswordReset and add EmailChange API by @m29h in #52
- Fixes #49 uploading a single FileUpload record by @m29h in #50
- Fixes #47 local_auth_store file not found error by @m29h in #48
- Add integration test against a sandboxed running real-world pocketbase instance by @m29h in #26
- Update README.md by @vaphes in #59
New Contributors
- @Mahfoudh94 made their first contribution in #44
- @regisin made their first contribution in #57
Full Changelog: v0.8.2...v0.9.0
v0.8.2 - Bug fixes
Thanks to @abyesilyurt and @stratosgear for the help and @Dan6erbond for pointing out on #37.
v0.8.1 - bug fixes
- fix auth by @stafel
v0.8.0 - bug fixes and bumb up in version number
What's Changed
- fix auth by @paulocoutinhox in #20
- 0.8.0 rc2 by @vaphes in #8
- fix readme by @paulocoutinhox in #23
New Contributors
- @paulocoutinhox made their first contribution in #20
- @vaphes made their first contribution in #8
Full Changelog: v0.3.0...v0.8.0
v0.3.0
v0.3.0-beta - support for PocketBase 0.8.0rc2
Beta release for compatibility with the new 0.8.0rc2 PocketBase
v0.2.2 - Almost the same as the JS/TS usage documentation
Just some minor cosmetic changes so the SDK documentation from the JS lib gets to be applied better
v0.2.1 - Better documentation
Better documentation and almost flake8 compliant (except for E501 and F401).
v0.2.0 - First working version
Realtime working with threading module.
All the other functions working just like the JS version of the SDK.
v0.1.0 - First release
This is the first pre-release! Assume that everything is broken and full of bugs!