Releases: helium/console
Console Open Source Release: 08/26/2021
Notes for existing open source users:
-
Fixed issue with nginx-default.conf template where the X-Forwarded-For header was not being passed to the docker container. Existing users should check that their local nginx.conf file be updated with the fix.
-
Added additional mandatory and optional environment variables to open source .env template
MAIL_FROM - Used for your email from address if using Mailgun
MAIL_REPLY_TO - Used for your reply email address if using Mailgun
BLOCKCHAIN_API_RETRY - Used for an upcoming feature not yet released
BLOCKCHAIN_API_URL - Used for an upcoming feature not yet released
SOCKET_CHECK_ORIGIN - Removed from docker-compose-server.yaml and surfaced to .env file to keep all environment variable in one place
Console Open Source Release: 07/29/2021
This release updates Console 1.0 (label centric data modeling) to Console 2.0 (data modeling with Flows)
Please note that the master branch on the Console repo has diverged from the original master branch. Existing open source users should delete their local master branch, fetch the latest master branch, then rebuild and redeploy as usual.
Updating to Console 2.0 will require database migrations, and thus we highly recommend taking a db backup before attempting this update.
Our db backup commands that worked for us were:
docker exec -t {container_id} pg_dumpall -c -U postgres > backup.sql (This saves a backup file)
cat backup.sql | docker exec -i {container_id} psql -U postgres (This restores the above backup file)
For other guidance, this article might help (https://www.tecmint.com/backup-and-restore-postgresql-database/)
If you have any issues migrating, please tell us about it here (https://github.com/helium/console/issues).
Console Open Source Release: 07/15/2021
https://engineering.helium.com/2021/07/15/console-updates-1.9.55.html
Open Source users please note:
- Libressl-dev has been swapped with openssl-dev in the Dockerfile dependencies list. This simply requires a rebuild.
- If experiencing issues running Console/Router locally, update Docker to the latest version and pick up the changes in docker-compose-local.yaml template regarding socket_check_origin arg.
Console Open Source Release: 07/01/2021
Console Open Source Release: 06/17/2021
Console Open Source Release: 06/03/2021
Console Open Source Release: 05/20/2021
Console Open Source Release: 05/06/2021
Console Open Source Release: 04/22/2021
2021.04.22 Check for unsupported unicode payload strings in add event (#555)
Console Open Source Release: 04/01/2021
- Updated open source build flow with new templates folder
- Provided sample nginx configuration for https hosting