Releases: nhost/hasura-backend-plus
Releases · nhost/hasura-backend-plus
v2.7.1
v2.7.0
Today, we are excited to share the 2.7.0 stable release 🎉
🌟 Help us spread the word about Hasura Backend Plus by starring the repo 🌟 .
Major Improvements & New Features
New Documentation
Documentation has been rewritten from scratch using Docusaurus and is now live!
Hasura Backend Plus Documentation
The new documentation includes up to date material:
- Introduction
- Getting Started
- OAuth Providers
- Storage Rules
- Emails
- Environment Variables
- API Reference
Repository Cleanup
This is what we've done to clean up the repository:
- Cleaned up unused and old files .
- Restructured docker and docker-compose files.
- Simplified yarn scripts in
package.json
.
Allow users to add a password
Previously users who registered using an OAuth provider or via Magic LInk were not able to add a password. This is now fixed.
Redirect on the account activation
Users now get redirected to the app after clicking the activation email.
Follow us on Twitter and Discord
If you find Hasura Backend Plus valuable, make sure to follow us on Twitter and Discord.
v2.6.1
v2.6.0
v2.5.4
v2.5.3
v2.5.2
v2.5.1
v2.5.0
New Features
- Manage migrations with postgres-migrations (#507)
Bug fixes
- LinkedIn hotfix (#526)
Other
- The environment variable
DATABASE_URL
must be added to the Hasura Backend Plus container. The value should be the same asHASURA_GRAPHQL_DATABASE_URL
that is used for Hasura.
Using this release
Use the following docker image:
nhost/hasura-backend-plus:v2.5.0
v2.4.0
New Features
Bug fixes
- Make rate limit work behind a proxy (#460)
- Typo in cache header (#479)
- Fix expire check for tickets (#493)
Other
- Dynamically set environment variables during tests (#466)
- Use
express-boom
(#480) - Added VS Code debugger (#486)
Using this release
Use the following docker image:
nhost/hasura-backend-plus:v2.4.0