Skip to content

Latest commit

 

History

History
46 lines (37 loc) · 3.77 KB

opensearch-dashboards.release-notes-2.2.0.md

File metadata and controls

46 lines (37 loc) · 3.77 KB

Version 2.2.0 Release Notes

Notable changes

  • Bump node version to 14.20.0 (#2101)
  • OpenSearch Dashboards uses OUI and its alias onto EUI (#2080)
  • New experimental feature: adds the Drag and Drop editor to Visualize. Note this is disabled by default. Please enable by setting wizard.enabled: true in opensearch_dashboards.yml (#1966)

Deprecations

  • Deprecate the Blacklist / Whitelist nomenclature (#1808)

📈 Features/Enhancements

  • Add DocView links pluggable injection capability (#1200)
  • Enable users to select custom vector map for visualization (#1718)
  • [UX] Restyle global breadcrumbs (#1954)
  • [Feature] Adds the Drag and Drop editor to Visualize (#1966)
  • Alias OUI onto EUI (#2080)

🛡 Security

  • Bump terser from 4.8.0 to 4.8.1 (#1930)
  • Bump moment from 2.29.2 to 2.29.4 (#1931)
  • [CVE] Handle invalid query, index and date in vega charts filter handlers (#1946)
  • Bump node version to 14.20.0 (#2101)

📝 Documentation

  • [Docs] Add developer documentation for using/modifying the chrome service (#1875)
  • [Docs] Updates Code of Conduct (#1964)

🐛 Bug Fixes

  • [Bug] Fix new issue link (#1837)
  • Remove banner when editing maps visualization (#1848)
  • Fixes issue on saving custom vector map options as part of visualization (#1896)
  • [BUG] Fixing some of the broken links in core plugin API documentations (#1946)
  • [BUG] show region blocked warning config not respected (#2042)
  • [BUG] Telemetry plugin cluster info rename error (#2043)
  • [Bug] fix TSVB y-axis (#2079)
  • [Bug] Fix Global Breadcrumb Styling in dark mode (#2085)

🚞 Refactor

  • changes js code to ts in region_map (#2084)

🛠 Maintenance

  • [Version] Increment to 2.2 (#1860)

🔩 Tests

  • [CI][Tests] add BWC tests for 2.2.0 (#1861)
  • [CI] Clean up for BWC tests & run only on PRs for backports (#1948)