Pinpoint Versions Save

APM, (Application Performance Management) tool for large-scale distributed systems.

v2.5.4

2 weeks ago

What's Changed

New Contributors

Full Changelog: https://github.com/pinpoint-apm/pinpoint/compare/v2.5.3...v2.5.4

v2.5.3

6 months ago

What's Changed

Full Changelog: https://github.com/pinpoint-apm/pinpoint/compare/v2.5.2...v2.5.3

v2.5.2

10 months ago

What's Changed

Full Changelog: https://github.com/pinpoint-apm/pinpoint/compare/v2.5.1...v2.5.2

v2.5.1-p1

10 months ago

What's Changed

Full Changelog: https://github.com/pinpoint-apm/pinpoint/compare/v2.5.1...v2.5.1-p1

v2.5.1

1 year ago

Key Features

Support Spring Framework 6, Spring Boot 3, Tomcat 10

  • issue : #9599, #9667

Apache Pinot performance optimization

URI Metric Improvement

  • New features : Apdex Score, Sorting, Failure Count Chart, Fetch Limit image

New Plugins

  • Support Tomcat 10 #9674
  • Support Spring-framework6, Spring Boot3 #9676
  • Support kafka-streams 2.5 ~ 3.2 #9689
  • Improvements to support spring-data-mongodb-reactive #9610

BugFix

  • Improved transform for lambda classes in java15+ #9588
  • Improve async state propagation of non sampling state for full statistics #9595

What's Changed

Dependency Update

New Contributors

Full Changelog: https://github.com/pinpoint-apm/pinpoint/compare/v2.5.0...v2.5.1

v2.5.0

1 year ago

Key Features

End of support for JDK7

Introduced Apache Pinot as metric store

  • Pinpoint now uses Apache Pinot as a repository for metrics.

URI Metric

  • Supported frameworks : Spring Web MVC, Spring WebFlux, Vert.x-Web
  • manual URI-Metric

Infrastructure Metric

Improved CallTree UX

  • CallTree's search interface has been improved #9272 call-tree2

New Plugins

  • Supports Spring Data R2DBC #9089
  • Supports Cassandra Java Driver 4.x #9452
  • Supports Apache HttpClient 5.x #9242
  • Add a sampling rate specification for each URL #9153

Bug Fixes

  • Improved stability of Pinpoint collector #9264
    • Prevents collector's native memory leak due to malfunction of grpc agent Fixed in go agent 1.0.1

What's Changed

Dependencies

New Contributors

Full Changelog: https://github.com/pinpoint-apm/pinpoint/compare/v2.4.0...v2.5.0

v2.4.2

1 year ago

What's Changed

Full Changelog: https://github.com/pinpoint-apm/pinpoint/compare/v2.4.1...v2.4.2

v2.4.1

1 year ago

What's Changed

Full Changelog: https://github.com/pinpoint-apm/pinpoint/compare/v2.4.0...v2.4.1

v2.4.0

1 year ago

Security Update

  • Log4j2 RCE
    • CVE-2021-44832
    • Agent : log4j 2.12.4
    • Server module : log4j 2.17.1
  • Spring RCE
    • spring framework : 5.3.20

Important Changes

  • Hbase schema changed #8348
hbase/bin> ./hbase shell
hbase> alter 'ApplicationTraceIndex', { NAME => 'M', TTL => 5184000, DATA_BLOCK_ENCODING => 'PREFIX' }
  or 
hbase> alter 'ApplicationTraceIndex', { NAME => 'M', TTL => 5184000, DATA_BLOCK_ENCODING => 'PREFIX' , COMPRESSION => 'SNAPPY'}
  • Bump Flink version (1.7.1 -> 1.14.2) #8550 Upgrade to Flink 1.14.x or higher is recommended

Key Features

Java11 support

  • #8470 Pinpoint server module no longer supports java8
  • #8480 image

Apdex score

Support Kotlin Coroutines Plugin

  • #8472 image

Pinpoint Banner

  • #8580 image

Bug Fixes

  • Fixed a bug where the realtime feature did not work intermittently
    • #8811 Backport CURATOR-525
  • Fixed a bug where very long traces were broken
    • #8597 Fix short overflow of sequence in Span

What's Changed

Dependencies

New Contributors

Thank you all. If there is someone who was inadvertently excluded, please let me know.

Full Changelog: https://github.com/pinpoint-apm/pinpoint/compare/v2.3.1...v2.4.0

v2.4.0-RC1

1 year ago

Security Update

  • Log4j2 RCE
    • CVE-2021-44832
    • Agent : log4j 2.12.4
    • Server module : log4j 2.17.1
  • Spring RCE
    • spring framework : 5.3.18

Important Changes

  • Hbase schema changed #8348
hbase/bin> ./hbase shell
hbase> alter 'ApplicationTraceIndex', { NAME => 'M', TTL => 5184000, DATA_BLOCK_ENCODING => 'PREFIX' }
  or 
hbase> alter 'ApplicationTraceIndex', { NAME => 'M', TTL => 5184000, DATA_BLOCK_ENCODING => 'PREFIX' , COMPRESSION => 'SNAPPY'}
  • Bump Flink version (1.7.1 -> 1.14.2) #8550 Upgrade to Flink 1.14.x or higher is recommended

Key Features

Java11 support

  • #8470 Pinpoint server module no longer supports java8
  • #8480 image

Apdex score

Support Kotlin Coroutines Plugin

  • #8472 image

Pinpoint Banner

  • #8580 image

Bug Fixes

  • Fixed a bug where the realtime feature did not work intermittently
    • #8811 Backport CURATOR-525
  • Fixed a bug where very long traces were broken
    • #8597 Fix short overflow of sequence in Span

What's Changed

Dependencies

New Contributors

Thank you all. If there is someone who was inadvertently excluded, please let me know.

Full Changelog: https://github.com/pinpoint-apm/pinpoint/compare/v2.3.1...v2.4.0-RC1