3.00.5

AWS

New Features

  • Added support for automatically retrieving account configurations via the AWS SDK credential provider chain. (3.00.5.10)
  • Added getUserAgentFeatures to return the authentication methods detected by the AWS SDK. (3.00.5.10)
  • Added setClientConfig to set global default configurations for account. (3.00.5.10)
  • Added getClientConfig to return the client configuration currently in effect. (3.00.5.10)

HBase

New Features

  • Added the scanOptions parameter to the load method for passing through HBase Thrift TScan parameters to control the scan behavior. (3.00.5.6)

Improvements

  • When the isFramed of connect is not specified, the transport protocol is auto-detected. (3.00.5.7)

httpClient

Bug Fixes

  • Fix the issue where emails cannot be sent via QQ Mail. (3.00.5.7)

input

First release. The plugin supports automatically recognizing compression formats (currently supporting zstd and gzip) and decompressing the data. (3.00.5.3)

kafka

Improvements

Added support for retrieving the message send time in the background subscription mode. (3.00.5.2)

mqtt5

Added the mqtt5 plugin to support the MQTT 5.0 protocol and encrypted communication. (3.00.5.7)

mysql

Improvements

Added the optional "CHARSET" key to the config parameter of the connect method for specifying the character set used for the connection. (3.00.5.11)

pulsar

New Features

  • Added the compressionType configuration parameter to producerConfig of producer to specify the compression type used when the producer sends messages. Supported values are "none", "lz4", "zstd", "snappy", and "zlib". (3.00.5.8)

redis

Bug Fixes

Fixed the issue where the received binary data was incorrectly truncated during parsing. (3.00.5.2)

signal

New Features

  • Added method angle to return the angles of complex numbers. (3.00.5.7)

xgboost

New Features

  • Added support for Linux ARM. (3.00.5.5)