Pinpoint v2.2.0 Release Notes

Release Date: 2020-12-02 // over 3 years ago
  • Key Features

    ๐Ÿ‘ End of support for JDK6

    * issue : #7428

    ๐Ÿ‘Œ Support Epoll channel type in gRpc

    • ๐Ÿ”ง configuration

      pinpoint.config

      AUTO, NIO, EPOLL

      profiler.transport.grpc.agent.sender.channel-type=AUTO

      pinpoint-collector.properties

      AUTO, NIO, EPOLL

      collector.receiver.grpc.span.channel-type=AUTO

    • issue : #7433

    ๐Ÿš€ Release Notes

    ๐Ÿ› Bugs

    ๐Ÿ”Œ [#7442] Fix NPE when SocketChannel state is connecting in KafkaPlugin
    [#7455] Fix race condation of PingStreamContext


Previous changes from v2.1.2

  • Key Features

    ๐Ÿ› Bugs

    ๐Ÿ”Œ [#7442] Fix NPE when SocketChannel state is connecting in KafkaPlugin