Skip to content

Latest commit

 

History

History
39 lines (26 loc) · 2.22 KB

opensearch-ml-common.release-notes-2.7.0.0.md

File metadata and controls

39 lines (26 loc) · 2.22 KB

Version 2.7.0.0 Release Notes

Compatible with OpenSearch 2.7.0

Experimental Features

  • Add metrics correlation algorithm. (#845)

Enhancements

  • Add model auto deploy feature (#852)
  • Add memory consumption estimation for models in profile API (#853)
  • Add text docs ML input (#830)
  • Add allow custom deployment plan setting; add deploy to all nodes field in model index (#818)
  • Add exclude nodes setting. (#813)
  • set model state as partially loaded if unload model from partial nodes (#806)

Bug Fixes

  • change to old method to fix missing method createParentDirectories (#759)
  • fix delete model API (#861)
  • fix breaking changes of Xcontent namespace change (#838)
  • Change the ziputil dependency to fix a potential security concern (#824)
  • fix checkstyle version (#792)
  • Typo fix and minor improvement in maven-publish GHA workflow (#757)

Documentation

  • add docker-compose file for starting cluster with dedicated ML node (#799)

Maintenance

  • Increment version to 2.7.0-SNAPSHOT (#742)
  • Publish snapshots to maven via GHA (#754)

Refactoring

  • rename API/function/variable names (#822)
  • rename model meta/chunk API (#827)