Skip to content

Version 1.2.0.0

Compare
Choose a tag to compare
@joshuali925 joshuali925 released this 23 Nov 21:13
· 9 commits to 1.2 since this release
4fde404

Version 1.2.0.0 Release Notes

Compatible with OpenSearch and OpenSearch Dashboards Version 1.2.0

Breaking Changes

  • Use observability specific permissions instead of notebooks (#177)

Features

  • Added ppl query filter, added router placeholder for panels (#108)
  • Added Algolia Autocomplete Bar (#110)
  • Merge notebooks frontend to observability (#109)
  • Event Analytics - Add index picker to explorer page (#125)
  • Feature/operational panels backend (#130)
  • Feature/p1 release (#133)
  • Feature/operational panel UI (#132)
  • Feature timestamp (#152)
  • Feature toasts errors handling (#155)
  • Feature query bar (#166)
  • Feature bug fixes (#168)
  • Home table (#169)
  • Feature vis fix override button (#172)
  • Visualizations theming (#171)
  • added find auto interval (#167)
  • Feature available fields timestamp (#179)
  • Added aggregate functions to autocomplete (#185)
  • Feature event analytics imporovements and fixes (#199)
  • Added support for sample panels (#200)
  • Feature couple of features and fixes (#202)
  • Add match command to AutoComplete (#203)
  • Add error handler when fetching ppl in event explorer (#204)
  • Support dark mode for notebooks and other style improvements (#206)
  • Add toggle dark mode in observability side bar (#209)
  • Panel bug fixes4 and PPL Reference Manual (#211)
  • Added Samples, help text, standardized tables (#217)
  • Autocomplete for data values (#245)

Enhancements

  • Adding plugin backend adaptor (#126)
  • Update notebooks to use observability backend (#129)
  • Add minimal plugin for backend observability (#143)
  • Add models for objects and requests (#144)
  • Add CRUD actions and index operations for observability objects (#145)
  • Panels' visualization design change (#149)
  • Operational Panels UI changes (#153)
  • changed to support query without 'search' prefix (#158)
  • changes for adopting new sql artifact (#165)
  • Improve reindex handling for .opensearch-notebooks (#163)
  • Inherited datepicker format from settings (#164)
  • Added refresh datepicker button (#182)
  • Field suggestions update to match changed index in query (#176)
  • adding colors version2 (#181)
  • Home table update (#174)
  • Icon that redirects to PPL Documentation next to Search Bar (#183)
  • Suggestions are shown in dark mode if settings change (#187)
  • Case insensitive Autocomplete (#207)
  • Adjust wording and margin for dark toggle button (#210)
  • Space after field for more balanced looking query (#213)
  • Add border around suggestions (#214)
  • Suggestions width match search bar (#220)
  • search bar related changes (#222)
  • Add some space between last paragraph and action button (#225)
  • Add event analytics permission toast (#226)
  • Homepage moved to event analytics (#227)
  • Source as the only first command (#235)
  • Run query with shift enter (#239)
  • Add correct erroring in Event Analytics (#248)
  • changed error message (#257)
  • Feature ppl link (#258)

Bug Fixes

  • Redirect legacy notebooks URL to current observability one (#141)
  • Autocomplete only displays current command (#157)
  • Use JS API to redirect legacy notebooks URL (#162)
  • Panels bug fix#1 (#159)
  • Panels bug fix2 (#170)
  • timestamp fix (#175)
  • Fix deleting all paragraphs for notebooks (#184)
  • Fix for duplicate indices in suggestion (#190)
  • added panels modifications and bug fix (#194)
  • Update plugin ID and bug fixes (#195)
  • Feature autocomplete fix (#208)
  • Use parent height instead of view port height for nav bar (#212)
  • Correct suggestions after count command (#215)
  • Explorer fixes (#216)
  • Add missing itemName properties (#218)
  • Tab issue and run button (#219)
  • Fixed emoji renders for in PPL manual (#221)
  • Throw exception if object type is inconsistent in update request (#224)
  • Suggestions loaded after selection (#228)
  • Panels backend call fix (#232)
  • resolved conflicts and fixes (#233)
  • Remove resetting query for autocomplete (#234)
  • Update notebooks url redirect to use plugin id (#242)
  • tab close issue (#243)
  • Fix undefined field error and where suggestions (#246)
  • switching tab tirgger unnecessary requests fix (#247)
  • Panels bug fix4 (#249)

Infrastructure

  • Refactor trace analytics UT and IT, sync main branch (#107)
  • Bump prismjs from 1.24.1 to 1.25.0 (#137)
  • Bump immer from 9.0.5 to 9.0.6 (#136)
  • Update data modal and enable CI (#148)
  • Add integration tests for observability backend plugin (#180)
  • Bump ansi-regex to 5.0.1 (#241)
  • Add support for codeowners to repo (#244)
  • Panels cypress test (#256)

Documentation

  • Update docs for observability (#188)
  • Add copyright to all files (#231)
  • PPL manual update (#236)

Maintenance

  • Bump observability version for OpenSearch 1.2 release (#189)

Refactoring

  • Merge observability into main branch (#135)
  • Move observability frontend to a sub directory (#142)
  • Remove app analytics (#154)