Skip to main content

v4.2.53 release

v4.2.53 had one improvement and one bug fix.

Significant improvement

  • Replaced *:* queries with ping&df=data. As a result, this change updates the query in dari/db/DefaultDatabasePing to a ping&df=data query. This correction introduced a breaking change described below.

Significant defect addressed

  • Corrected an issue preventing the proper display of images when querying and trying to import from external AP Images libraries.

Breaking changes

  • ping APIs have changed to throw Exception instead of Throwable. Implementations should be changed to reflect this.