# Datomic 1.0.6344 now available

**URL:** https://forum.datomic.com/t/datomic-1-0-6344-now-available/1944
**Category:** Announcements
**Created:** [September 2, 2021, 10:51am UTC](https://forum.datomic.com/t/datomic-1-0-6344-now-available/1944 "2021-09-02T10:51:38Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![jaret](https://sea2.discourse-cdn.com/flex016/user_avatar/forum.datomic.com/jaret/32/45_2.png) [@jaret](https://forum.datomic.com/u/jaret)
#### Post date: [September 2, 2021, 10:51am UTC](https://forum.datomic.com/t/datomic-1-0-6344-now-available/1944/1 "2021-09-02T10:51:38Z")

</div>

This message covers changes in this release. For a summary of critical release notices, see [Release Notices | Datomic](http://docs.datomic.com/release-notices.html). The complete change log can be found at [https://docs.datomic.com/on-prem/changes.html](https://docs.datomic.com/on-prem/changes.html).

## 1.0.6344: 2021/09/15

- New API: `Database.dbStats`. See [https://docs.datomic.com/on-prem/javadoc/datomic/Database.html#dbStats–](https://docs.datomic.com/on-prem/javadoc/datomic/Database.html#dbStats%E2%80%93)
- Fix: Prevent a problem where in rare situations indexing jobs can fail repeatedly with an `ArityException` in the transactor log.
- Fix: Prevent a problem where in rare situations indexing jobs can fail to progress, leading to `AlarmBackPressure` and operators needing to restart the transactor process.
- Fix: Ensure that `d/log` is only as recent as `d/db` .
- Fix: Regression introduced in 1.0.6316 that caused memcache client to fail to start when using SASL authentication.
- Fix: Regression introduced in 1.0.6316 that could prevent reporting of metrics to Cloudwatch
- Fix: Redact memcache password in log data
- Fix: Don’t print connection URI to log
- Fix: Don’t expose database credentials when printing `db` value
- Change the transactor property `datomic.printConnectionInfo` default to false
- Enhancement: bin/maven-install now installs memcache-asg-java-client to the local maven repository.
- Upgraded Clojure to 1.10.3.
- Upgraded AWS Java SDK to 1.12.1.
- Upgraded Jetty to 9.4.41.v20210516.
- Upgraded ActiveMQ Artemis to 2.17.0.
- Upgraded core.async to 1.3.618.
- Upgraded data.json to 2.4.0.
- Upgraded tools.cli to 1.0.206.
- Upgraded org.fressian to 0.6.6.
- Upgraded transit-clj to 1.0.324.
