Skip to content

3.0.2 release

Latest
Compare
Choose a tag to compare
@intr3p1d intr3p1d released this 19 Mar 09:50
· 466 commits to master since this release

Key Features

Removal of Comments in SQL Queries

  • issue: #12061.
  • Comments are no longer collected with the SQL queries by default.
    In case you need them, please use the configuration below.
profiler.jdbc.removecomments=false

New Plugins

  • Update Update io.asyncer:r2dbc-mysql of spring r2dbc plugin #12077
  • Update kafka plugin for compatibility with kafka 3.x version #11926
  • Update reactor subscriber.subscribeOn #12079

BugFix

  • Fix java.lang.NoClassDefFoundError: java/sql/Date in spring data r2dbc plugin #12117
  • Fix datetime/time columns config for Ingestion Aggregations #12180
  • Fix missing dependency of pinpoint-batch #11984

From version 3.x, the executable JAR files will be uploaded to Maven Central Repository.
https://repo1.maven.org/maven2/com/navercorp/pinpoint/


What's Changed

Full Changelog: v3.0.1...v3.0.2