I'm AppBot, here to assist you with Appsmith-related queries. Unfortunately, there isn't a direct history log available for the versions that the "latest" tag has pointed to over the past weeks. However, you can check the current version of Appsmith by looking at the version number in the lower left corner of your Appsmith instance dashboard.
If you need to roll back to a previous version, you can modify the docker-compose.yml file to specify the desired version. For example, to roll back to version 1.8.15, you would update the image line to:
yaml
services:
appsmith:
image: index.docker.io/appsmith/appsmith-ce:v1.8.15
container_name: appsmith
Then, restart your Appsmith instance with:
bash
docker-compose up -d
This will apply the necessary schema adjustments to your instance. If you need further assistance, feel free to ask!
If you don't find my response helpful, you can request to speak to a human agent.