Hasura Backend Plus Versions Save

🔑Auth and 📦Storage for Hasura. The quickest way to get Auth and Storage working for your next app based on Hasura.

v2.7.1

2 years ago

Hotfix for production docker container to build properly.

v2.7.0

2 years ago

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

https://github.com/nhost/hasura-backend-plus/pull/631

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.

https://github.com/nhost/hasura-backend-plus/pull/627

Redirect on the account activation

Users now get redirected to the app after clicking the activation email.

https://github.com/nhost/hasura-backend-plus/pull/628


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

2 years ago

Bug-fix release

v2.6.0

2 years ago

Metadata tracked automatically by HBP.

More coming soon...

v2.5.4

2 years ago

Using this release

Use the following docker image:

nhost/hasura-backend-plus:v2.5.4

v2.5.3

2 years ago

Incorrect release. Don't use!

v2.5.2

2 years ago

Using this release

Use the following docker image:

nhost/hasura-backend-plus:v2.5.2

v2.5.1

2 years ago

New Features

Bug fixes

Other

Using this release

Use the following docker image:

nhost/hasura-backend-plus:v2.5.1

v2.5.0

2 years ago

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 as HASURA_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

3 years ago

New Features

  • Magic Link passwordless register and login method (#465).
  • sub and iss included in JWT tokens (#496)

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