P6Spy 3.1.0 发布了。P6Spy是一个可以用来在应用程序中拦截和修改数据操作语句的开源框架。通过P6Spy我们可以对SQL语句进行处理,相当于一个SQL语句的记录器,这样我们可以用它来作相关的分析,比如性能分析。
新版本更新内容如下:
改进:
Introduced excludebinary=true|false flag (causing [binary] instead of binary data logged)
Introduced Loggable.getConnectionInformation() while removed Loggable.getConnectionId()
StatementInformation.getSqlWithValues() returns getSql() rather than “”
缺陷解决:
Fixed excludecategories docs
Fixed StatementInformation.getSql() null for connection-pool validation queries
其他:
migrated from maven to gradle for build
integrated release process with travis-ci
release notes synced to github releases
local dev env moved from vagrant to docker
软件详情:http://p6spy.readthedocs.io/en/latest/releasenotes.html
下载地址:https://github.com/p6spy/p6spy/archive/p6spy-3.1.0.zip
来自:开源中国社区

