Skip to content

Latest commit

 

History

History
78 lines (71 loc) · 8.33 KB

opensearch-dashboards.release-notes-2.15.0.md

File metadata and controls

78 lines (71 loc) · 8.33 KB

What's Changed

📈 Features/Enhancements

  • [MQL] support enhancing language selector (#6613) in #6760
  • [MDS] Modify toast + popover warning to include incompatible datasources in #6746
  • [MDS] Support for Timeline in #6493
  • Make field name search filter case insensitive in #6761
  • Add server side batching for UI Metric Collectors in #6819
  • [Workspace] Add Dashboard admin (groups/users) in #6829
  • [Multiple Datasource] Add data source selection service to support storing and getting selected data source updates in #6875
  • [Multiple datasource] Adjust the padding size for aggregated view in #6896
  • [OSCI] Changelog Project - PoC Changelog and release notes automation tool in #6918
  • [MD] Remove endpoint validation for create data source saved object API in #6927
  • [MD] Use placeholder for data source credentials fields when export saved object in #6931
  • Modify the adding sample data part for timeline in #6934
  • [Multiple DataSource] Do not support import data source object to Local cluster when not enable data source in #6913
  • [MDS] Fix sample data to use datasources for TSVB visualizations in #6943
  • [MDS] Use DataSourceError to replace Error in getDataSourceById call in #6952
  • Fix web log sample visualization & vis-builder not rendering with data source issue in #6958
  • [Data Explorer] Allow render from View directly, not from Data Explorer in #6959
  • [Workspace] Change workspace description field to textarea in #6960
  • [Workspace] Feat add use cases to workspace form in #6967
  • Use JSON11 for handling long numerals (#6915) in #6970
  • [VisBuilder] Change VisBuilder from experimental to production in #6971
  • Modify the import for timeline visualization to includes data source name in MDS scenario in #6975
  • Add missing aria-label for discover page in #6987

🐛 Bug Fixes

  • Prevent link checker errors for http://www.site.com in #6781
  • [Workspace] Fix: Show a error toast when workspace read only user delete saved objects in #6783
  • [Workspace] Fix workspace name duplication check in #6813
  • Format vega visualization error messages in #6840
  • [MD] Fix server side endpoint validation by passing in request when creating datasource client in #6824
  • Update index pattern data source references of sample data in #6853
  • [Bug] Remove unused import and property (#6879) in #6884
  • Make quickrange use datemath to parse datetime strings in #6834
  • [BUG] fix default data source bug in #6912
  • [VisBuilder] Make toggle legend affordance work after initial toggle in #6891
  • [VisBuilder] Prevent configuration pane from getting cut off when dragging fields in #6891
  • [Discover] Migrate global state from legacy URL in #6909
  • [NewHomePage] Temp Solution to avoid crash for anonymous user with no write permission in #7054
  • [Discover] Allow the last column of a table wider than the window to show up properly in #7058

🛡 Security

  • Bump tar from 6.1.13 to 6.2.1 in #6914
  • [CVE-2024-33883] Bump ejs from 3.1.7 to 3.1.10 in #6924
  • [GHSA-x565-32qp-m3vf] Bump jimp to remove phin dependency (#6977) in #6985

🚞 Infrastructure

  • [Release] Add release.yml for release notes automation in #7005

📝 Documentation

  • Add OpenAPI specification for get and create saved object APIs in #6801
  • Updating security reachout email in #6787
  • Add OpenAPI doc for saved_object find api in #6858
  • Add OpenAPI specification for bulk create and bulk update saved object APIs in #6863
  • Add OpenAPI specification for update, delete and migrate saved object API in #6866
  • Add OpenAPI specification for bulk_get saved object APIs in #6865
  • Add example in create API for create index pattern, vega visualizatinn, dashboards for docs in #6867
  • Add OpenAPI specification for import and export saved object api in #6883
  • Add OpenAPI specifications for resolve import errors api in #6886
  • Remove attributes. in SavedObjectsFindOptions.fields example in #6917
  • Update sidecar z-index style in #6968

🛠 Maintenance

  • Add @zhyuanqi as a maintainer in #6789
  • Move @BSFishy to emeritus maintainer in #6793
  • Add @mengweieric as a maintainer in #6800
  • Update JSON5 dependency in #6946
  • Add Suchit as a maintainer in #6997

🪛 Refactoring

  • [Multi Datasource] Unify getDefaultDataSourceId and export in #6882

🔩 Tests

  • [MDS] Add more test for icon and aggregated view in #6740
  • [MDS] Add test for edit data source form in #6758
  • [MDS] Add test for error_menu, item, data_source_multi_selectable in #6768
  • [MDS] Add test for toast button and validation form in #6804