When I ran an ion push, I got these artifacts downloaded:
$ clojure -M:ion-dev "{:op :push :uname ,,, :creds-profile vm-dev :region ,,,}"
Downloading: com/datomic/ion-dev/1.0.326/ion-dev-1.0.326.pom from central
Downloading: com/datomic/ion-dev/1.0.326/ion-dev-1.0.326.jar from central
Downloading: com/datomic/client/1.0.139/client-1.0.139.pom from https://repo1.maven.org/maven2/
Downloading: com/datomic/query-support/0.8.31/query-support-0.8.31.pom from https://repo1.maven.org/maven2/
Downloading: com/datomic/client-cloud/1.0.131/client-cloud-1.0.131.pom from https://repo1.maven.org/maven2/
Downloading: com/datomic/client/1.0.139/client-1.0.139.jar from https://repo1.maven.org/maven2/
Downloading: com/datomic/query-support/0.8.31/query-support-0.8.31.jar from https://repo1.maven.org/maven2/
Downloading: com/datomic/client-cloud/1.0.131/client-cloud-1.0.131.jar from https://repo1.maven.org/maven2/
Which suggests that com.datomic/client-cloud
was upgraded from the latest announced 1.0.130
to 1.0.131
.
I can’t find any mention of that version on https://docs.datomic.com/changes/cloud.html either.
Can we have somewhere a note on what has changed in it, pls?