Fix an issue with the local stack healthcheck.
Due to some edge cases, the local stack docker-compose.yaml file would not be correctly formatted until edit config had been executed. This patch ensures the files are synced with each invocation of stack.
Allow for email usernames.
For users who would like their usernames to match their emails, the acceptable usernames allow all alphanumeric characters as well as the following special characters: _, -, ., and @.
Minor bugfixes for MacOS.
Edge cases when mixing Brew-installed Pythons and system Pythons have been addressed.
v1.7.3
Fix an issue with the local stack healthcheck.
Due to some edge cases, the local stack
docker-compose.yaml
file would not be correctly formatted untiledit config
had been executed. This patch ensures the files are synced with each invocation ofstack
.Allow for email usernames.
For users who would like their usernames to match their emails, the acceptable usernames allow all alphanumeric characters as well as the following special characters:
_
,-
,.
, and@
.Minor bugfixes for MacOS.
Edge cases when mixing Brew-installed Pythons and system Pythons have been addressed.