Release Notes
> Documentation > Docs > Release Notes

Release Notes #

Information about release notes of INFINI Agent is provided here.

1.24.0 (2024-04-15) #

Improvements #

  • Maintain the same version number as INFINI Console

1.23.0 (2024-03-01) #

Bug fix #

  • Fix consumer offsets were not reset after deleting instance queues.

1.22.0 (2023-01-26) #

Improvements #

  • Unified version number with INFINI Console

0.7.1 (2023-12-01) #

Features #

  • Add http processor

Bug fix #

  • Fix the number of connections not being released and abnormal memory growth caused by Framework Bug

Improvements #

  • Optimized the memory usage and reduce it to less than 50M

0.7.0 (2023-11-03) #

Breaking changes #

Features #

  • Limit agent resource consumption, restrict CPU usage
  • Optimize agent memory usage, reduced by 10 times
  • Support centralized configuration management, dynamic push
  • Support one-click agent installation and auto registration
  • Optimize node metrics collection, only collect metrics for local node

Bug fix #

Improvements #

  • refactoring node stats
  • remove unused files
  • fix nodes discovery
  • no panic for remote config issue
  • add api to discovery unknown nodes
  • refactoring nodes discovery
  • refactoring for new api

0.6.1 (2023-08-03) #

Bug fix #

  • Fix the issue that the ES node port is incorrect when discovering node process information

0.6.0 (2023-07-21) #

Improvements #

  • Add cluster_uuid information to collect monitoring metric

Bug fix #

  • Fix the issue that the latest cluster configuration cannot be obtained when discovering node process information

0.5.1 (2023-06-30) #

Improvements #

  • Optimize the performance of viewing node log files

0.5.0 (2023-06-08) #

Features #

  • Support registering Agent to Console
  • Add save configuration to dynamic loading directory API

Improvements #

  • Optimized the automatic discovery of Easysearch instance processes
  • Optimized APIs related to viewing Easysearch instance logs

0.4.0 (2023-05-10) #

Features #

  • Added logs_processor to collect local log files
  • es_logs_processor added collect configuration, optionally collect text logs from local Easysearch node.

Breaking changes #

  • es_logs_processor updated log fields to better align with other INFINI products.
    • renamed created to timestamp
    • extract payload.timestamp and payload.@timestamp into timestamp field
  • es_logs_processor deleted enable option, used pipeline-level enabled option to toggle the pipeline

0.3.0 (2023-04-14) #

Features #

  • Added es_cluster_health to collect cluster health from specified Easysearch cluster.
  • Added es_cluster_stats to collect cluster stats from specified Easysearch cluster.
  • Added es_index_stats to collect index stats from specified Easysearch cluster
  • Added es_node_stats to collect node stats from specified Easysearch node
  • Added es_logs_processor to collect logs from specified Easysearch node
  • Added ecloud_es_metadata to generate Easysearch configurations from local auth file.