Skip to content

Releases: pocketbase/pocketbase

v0.2.2 Release

10 Jul 18:12
Compare
Choose a tag to compare

Changes

  • Fixed files download error due to failing time.LoadLocation on Windows (#45)

v0.2.1 Release

10 Jul 12:10
72cb2d3
Compare
Choose a tag to compare

Changes

  • Fixed migrations registration when in framework mode (thanks @egor-romanov)

v0.2.0 Release

10 Jul 09:19
Compare
Choose a tag to compare

Changes

  • Replaced the initial interactive admin-create cli with a new "Installer" web page (#31)
  • Allowed entering decimals for the Number type field (#32)
  • Added golangci linter and fixed some formatting inconsistencies (thanks @ValleyZw)
  • Fixed typos in the docs and comments (thanks to everyone for reporting them)
  • Other minor improvements in the admin UI

All changes should be backward compatible.

v0.1.2 Release

08 Jul 22:10
Compare
Choose a tag to compare

Changes

  • fixed typos in the admin UI and code comments

v0.1.1 Release

08 Jul 10:33
Compare
Choose a tag to compare

Changes

  • Fix admin sidebar z-index (#18)
  • Test the GitHub action with go1.19.0-beta.1 to try fixing the windows mime type issue (#6)
  • Fixed typo (#13)

v0.1.0 Release

07 Jul 02:58
Compare
Choose a tag to compare

First public release πŸŽ‰

In short, PocketBase is a Go backend, consisting of:

  • embedded database (SQLite) with realtime subscriptions
  • backed-in files and users management
  • convenient Admin dashboard UI
  • and simple REST-ish API

In the Assets section below you could find the prebuilt base PocketBase executables (built on examples/base).

To start the application, download end extract the archive for your platform and run ./pocketbase serve within the extracted directory.

Documentation and usage examples could be found at https://pocketbase.io/docs.

⚠️ PocketBase is still under active development and therefore full backward compatibility is not guaranteed before reaching v1.0.0.