Release Notes
> 文档中心 > 文档中心 > Release Notes

Release Notes #

Information about release notes of INFINI Framework is provided here.

2023-04-15 #

Improvements #

  • feat: allow to use default auth for agent’s auto enroll
  • refactor: refactor func GetFieldCaps
  • feat: register background job to clean up badger LSM tree
  • fix: skip load missing wal

2023-12-29 #

Improvements #

  • feat: support even partition
  • feat: support nested object
  • fix log error when temp file was missing

2023-12-01 #

Improvements #

  • fix: fix the issue of disk queue was blocked
  • chore: checkout specify branch before pull

2023-11-16 #

Improvements #

  • feat: add simple_kv module
  • feat: allow config to void being managed
  • feat: expose APIs to render config template
  • handle timeout for discover search api
  • refactoring get nodes info
  • align timestamp for metrics
  • add _all metrics to buffer bytes pool
  • fix custom bucket_size not work with node level
  • feat: add shard level metrics
  • feat: allow to skip config missing or parse error
  • allow to skip config missing or parse error
  • skip attempt to register to config server if already registered
  • fix agent proxy via mTLS
  • unify agent proxy util
  • feat: report assertion errors
  • refactoring remote config manager
  • seamless handle default config loading
  • refactoring test connection
  • fix ipv6
  • orm support partial update
  • improve util to convert interface to int64
  • fix pipeline equals check
  • add config manager
  • refactoring queue consumer, allow to wait tag before commit, pass more context to inner processor
  • refactor request, panic on request is nil
  • allow to parse bulk version info and output to queue
  • add more time util
  • allow to set parent context to pipeline context
  • refactor fasthttp, allow to encode or decode the full request
  • allow to check if the tag exists in context
  • update to use global major ip pattern
  • record stats in bulk_indexing processor
  • refactor basic auth
  • allow to disable traffic control, unify localhost hosts
  • allow to disable elasticserch config
  • update system config
  • remove duplicated instance domain objects
  • allow to skip panic when error on load config
  • fix smtp processor, allow backward compatibility
  • feat(mapstr): support array index
  • support query thread pool metrics by node_id
  • chore: remove unused api
  • fix custom instance name not work
  • dev tool support SQL SELECT query
  • extract first group from dn while group attribute can not be found
  • chore: remove log message in service mode
  • trim whitespace for input
  • feat: throttle the disk capacity check
  • feat: multi-tenant
  • handle table name contains special character
  • fix(conditions): ignore nil placeholders

2023-06-29 #

Breaking changes #

Features #

  • [security] Refactoring security, support LDAP integration

Bug fix #

Improvements #