Releases: glotcode/glot-www
Releases · glotcode/glot-www
2021-03-07
glot-run is now incorporated into glot-www and is no longer needed.
The canonical url for the run api is now: https://glot.io/api/run
Upgrade notes
glot-www needs these new environment variables
DOCKER_RUN_BASE_URL
DOCKER_RUN_ACCESS_TOKEN
DOCKER_RUN_RESPONSE_TIMEOUT
These environment variables can be removed
RUN_API_BASE_URL
RUN_API_ADMIN_TOKEN
RUN_API_ANONYMOUS_TOKEN
Run this db query before starting glot-www
ALTER TABLE "api_user" DROP COLUMN "run_id";
2021-02-27
This release deprecates glot-snippets (and CouchDB) and all new snippets will be saved in PostgreSQL.
Upgrade notes
Run this db query before starting glot-www
ALTER TABLE "api_user" DROP COLUMN "snippets_id";
Old snippets stored in CouchDB are not automatically migrated.
glot-snippets-migration-tool can be used to migrate the snippets.
2020-12-25
Merge pull request #38 from styfle/patch-1 Updated csharp default content
2017-05-21
Program id can't be main