Version 2.3.4 - 10/29/2021
# Version 2.3.4 - 10/29/2021
In the version a lot of focus was put on the LocalStack integration. We have fixed a few bugs with how it was connecting to existing containers.
# LocalStack Enhancements
# LocalStack Environment Variables
You can now easily see the current environment variables that are in use in the LocalStack docker container.
# Enhanced LocalStack Start Dialog
We have added an explicit dialog when starting your LocalStack container. This is helpful in that you now no longer have to go out to your settings, make adjustments, and then rerun the container.
# LocalStack Stop Dialog
We now show you a dialog to confirm that you want to stop your container.
# Docker Enhancements
# Deleting Containers
Now if you try to delete a running container, behind the scenes we will first stop the container. This is a limitation of Docker itself that requires the container to first be stopped, so we now handle that for you.
# Performance Tuning
We moved page and button click analytics to a background process, so moving between tabs and pages should be a little quicker.