Releases: helium/console
Console Open Source Release: 06/30/2022
Console Open Source Release: 06/17/2022
https://engineering.helium.com/2022/06/17/console-updates-2.2.11.html
Added ALLOWED_FUNCTIONS .env variable in preparation for functions customization.
ALLOWED_FUNCTIONS=all
Console Open Source Release: 06/03/2022
Console Open Source Release: 05/19/2022
https://engineering.helium.com/2022/05/19/console-updates-2.2.9.html
Added ALLOWED_INTEGRATIONS .env variable to toggle desired integrations.
ALLOWED_INTEGRATIONS=all
ALLOWED_INTEGRATIONS=[comma separated integration types]
For example, to enable only the following integrations: HTTP, MQTT, CARGO:
ALLOWED_INTEGRATIONS=http,mqtt,cargo
Integration keys can be found in /lib/console/channels/channel.ex
Console Open Source Release: 05/05/2022
Console Open Source Release: 04/21/2022
https://engineering.helium.com/2022/04/21/console-updates-2.2.7.html
Added ability for open source operators to accept stripe payments for DC purchases. See updated template .env file for the environment variables you need to set.
STRIPE_PUBLIC_KEY=[Your stripe public key]
STRIPE_SECRET_KEY=[Your stripe secret key]
STRIPE_MINIMUM_PURCHASE=[Defaults to 10 for $10 (optional)]
DC_COST_MULTIPLIER=[Defaults to 1, set to 2 to double the cost of each dc, 4 to quadruple etc.]
Console Open Source Release: 04/07/2022
Console Open Source Release: 03/24/2022
https://engineering.helium.com/2022/03/24/console-updates-2.2.5.html
Added MAX_DEVICES_IN_ORG environment variable in .env template. This allows operators to set the maximum number of devices allowed in an organization.
Removed BLOCKCHAIN_API_URL environment variable in .env template. This is now no longer needed as the hotspots table will be updated from published zip files going forward.
Console Open Source Release: 03/11/2022
https://engineering.helium.com/2022/03/10/console-updates-2.2.4.html
Also added migrations for audit actions table and materialized view for device stats. Migrations should run automatically.