Skip to content

Releases: nhost/hasura-backend-plus

v2.7.1

16 Jul 10:12
Compare
Choose a tag to compare

Hotfix for production docker container to build properly.

v2.7.0

16 Jul 09:17
3ce57d5
Compare
Choose a tag to compare

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

#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.

#627

Redirect on the account activation

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

#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

25 Jun 13:18
Compare
Choose a tag to compare

Bug-fix release

v2.6.0

23 Jun 13:45
Compare
Choose a tag to compare

Metadata tracked automatically by HBP.

More coming soon...

v2.5.4

08 Jun 08:52
b79346c
Compare
Choose a tag to compare
  • Use register instead of sign-up for Magic Link (#576)

Using this release

Use the following docker image:

nhost/hasura-backend-plus:v2.5.4

v2.5.3

08 Jun 07:24
b4bfaf7
Compare
Choose a tag to compare

Incorrect release. Don't use!

v2.5.2

07 Jun 07:36
Compare
Choose a tag to compare
  • PGOPTIONS in docker file (2a8106b)

Using this release

Use the following docker image:

nhost/hasura-backend-plus:v2.5.2

v2.5.1

02 Jun 05:31
ba9a767
Compare
Choose a tag to compare

New Features

Bug fixes

Other

  • Always redirect users on login with Magic Link. (#537)
  • Changed ENABLE_MAGIC_LINK to MAGIC_LINK_ENABLE (#532)
  • Added action_url for Magic Link emails (#536)

Using this release

Use the following docker image:

nhost/hasura-backend-plus:v2.5.1

v2.5.0

24 May 14:46
a42e1ab
Compare
Choose a tag to compare

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

30 Apr 16:34
cb782d9
Compare
Choose a tag to compare

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