This repository has been archived by the owner on Sep 2, 2024. It is now read-only.
v1.4.0
It's been six month since the last official release of v1.3. Here's what's new and what was fixed in v1.4.
Thanks to all new contributors 👋 .
Features:
- Dev cache impl now handle pub/sub (thanks @rostikts)
- New server-side runtime function allowing to make HTTP requests (thanks @ksankeerth)
- Magic link to login without entering password
- Clean up log output via zerolog (thanks @VladPetriv)
- Ability to update multiple documents from a query. (thanks @rostikts)
- UI list uploaded files. (thanks @VladPetriv)
- Added
/me
endpoint that returns current user with their role. - Added OAuth login/signup flow (supporting Google, Facebook and Twitter for now)
- Creation of the
config
package to holw all configuration variables - In memory datastore and cache (for local dev / CLI)
Bug fixes:
- Fixed bug when calling List/Query when collection did not exists (thanks @rostikts)
- Fixed a bug with PostgreSQL read/write permission
- Fixed issue when serving local store files.
- Fixed UI displaying internal SB collections
- Fixed Go version in DockerFile (thanks @MyWay)
- Fixed issue with PostgreSQL schema name not starting with a letter