Skip to content

Commit 59251ec

Browse files
opensearch-trigger-bot[bot]github-actions[bot]peterzhuamazon
authored
Release Notes 3.0.0 (#2438) (#2440)
* 3.0.0 release notes * add traces fix pr * Update opensearch-observability.release-notes-3.0.0.0.md * Update opensearch-observability.release-notes-3.0.0.0.md --------- (cherry picked from commit b39e708) Signed-off-by: Paul Sebastian <[email protected]> Signed-off-by: Paul Sebastian <[email protected]> Signed-off-by: Peter Zhu <[email protected]> Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: Peter Zhu <[email protected]>
1 parent 11a04c6 commit 59251ec

File tree

1 file changed

+59
-0
lines changed

1 file changed

+59
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,59 @@
1+
## Version 3.0.0 Release Notes
2+
3+
Compatible with OpenSearch and OpenSearch Dashboards version 3.0.0
4+
5+
### Breaking Changes
6+
7+
- Remove support for legacy notebooks ([#2406](https://github.com/opensearch-project/dashboards-observability/pull/2406))
8+
9+
### Bug Fixes
10+
11+
- Traces - Custom Traces mode pagination reset ([#2437](https://github.com/opensearch-project/dashboards-observability/pull/2437))
12+
- fix(notebook): fix set_paragraphs API ([#2417](https://github.com/opensearch-project/dashboards-observability/pull/2417))
13+
- [Bug] Notebooks - Action popover ([#2418](https://github.com/opensearch-project/dashboards-observability/pull/2418))
14+
- Fix link checker 404 and update the table of content in README ([#2413](https://github.com/opensearch-project/dashboards-observability/pull/2413))
15+
- Cypress - Config fix ([#2408](https://github.com/opensearch-project/dashboards-observability/pull/2408))
16+
- Application Analytics - Flaky cypress fix ([#2402](https://github.com/opensearch-project/dashboards-observability/pull/2402))
17+
- Traces table fix for invalid date ([#2399](https://github.com/opensearch-project/dashboards-observability/pull/2399))
18+
- Custom Traces- Sorting/Toast ([#2397](https://github.com/opensearch-project/dashboards-observability/pull/2397))
19+
- Event Analytics - Cypress flaky fix ([#2395](https://github.com/opensearch-project/dashboards-observability/pull/2395))
20+
- Services to Traces - Flyout redirection ([#2392](https://github.com/opensearch-project/dashboards-observability/pull/2392))
21+
- [Bug] Traces/Services remove toast message on empty data ([#2346](https://github.com/opensearch-project/dashboards-observability/pull/2346))
22+
- Restore spans limit to 3000 in trace view ([#2353](https://github.com/opensearch-project/dashboards-observability/pull/2353))
23+
- [BUG] Updated cache for the sub tree in Workbench ([#2351](https://github.com/opensearch-project/dashboards-observability/pull/2351))
24+
- Trace Groups Optimization - Remove duplicate filters ([#2368](https://github.com/opensearch-project/dashboards-observability/pull/2368))
25+
- [Bug] Traces redirection while QA enabled ([#2369](https://github.com/opensearch-project/dashboards-observability/pull/2369))
26+
27+
### Enhancements
28+
29+
- Traces - Add "attributes" field ([#2432](https://github.com/opensearch-project/dashboards-observability/pull/2432))
30+
- Traces - Update custom source toast/error/sorting ([#2407](https://github.com/opensearch-project/dashboards-observability/pull/2407))
31+
- Adding Amazon Network Firewall Integration ([#2410](https://github.com/opensearch-project/dashboards-observability/pull/2410))
32+
- Traces - Update custom source display, add toast ([#2403](https://github.com/opensearch-project/dashboards-observability/pull/2403))
33+
- Trace to logs correlation, action icon updates ([#2398](https://github.com/opensearch-project/dashboards-observability/pull/2398))
34+
- Traces - Custom source switch to data grid ([#2390](https://github.com/opensearch-project/dashboards-observability/pull/2390))
35+
- Service Content/View Optimizationsc ([#2383](https://github.com/opensearch-project/dashboards-observability/pull/2383))
36+
- Database selector in "Set Up Integration" page ([#2380](https://github.com/opensearch-project/dashboards-observability/pull/2380))
37+
- Support custom logs correlation ([#2375](https://github.com/opensearch-project/dashboards-observability/pull/2375))
38+
39+
### Infrastructure
40+
41+
- Improve error handling when setting up and reading a new integration ([#2387](https://github.com/opensearch-project/dashboards-observability/pull/2387))
42+
- Improve the test results for Integrations internals ([#2376](https://github.com/opensearch-project/dashboards-observability/pull/2376))
43+
44+
### Maintenance
45+
46+
- [Doc] Update the integraiton SOP to reference to dashbaords observability only ([#2412](https://github.com/opensearch-project/dashboards-observability/pull/2412))
47+
- Adding husky .only check hook to test files ([#2400](https://github.com/opensearch-project/dashboards-observability/pull/2400))
48+
- Remove cypress to make it refer to the version used in OpenSearch Dashboard to fix build failure ([#2405](https://github.com/opensearch-project/dashboards-observability/pull/2405))
49+
- Fix CVE issue for dependency prismjs ([#2404](https://github.com/opensearch-project/dashboards-observability/pull/2404))
50+
- Bump dashboards observability to version 3.0.0.0-beta1 ([#2401](https://github.com/opensearch-project/dashboards-observability/pull/2401))
51+
- Update README.md for unblocking PRs to be merged ([#2394](https://github.com/opensearch-project/dashboards-observability/pull/2394))
52+
- Bump dep serialize-javascript version to 6.0.2 and @babel/runtime to 7.26.10 ([#2389](https://github.com/opensearch-project/dashboards-observability/pull/2389))
53+
- Minor CI updates and workflow fixes ([#2388](https://github.com/opensearch-project/dashboards-observability/pull/2388))
54+
- TraceView - Optimization of queries ([#2349](https://github.com/opensearch-project/dashboards-observability/pull/2349))
55+
- [Integration] Remove maxFilesPerTrigger from all the integrations queries ([#2354](https://github.com/opensearch-project/dashboards-observability/pull/2354))
56+
- Bump dashboards observability to version 3.0.0.0-alpha1 ([#2364](https://github.com/opensearch-project/dashboards-observability/pull/2364))
57+
- ServiceMap Query Optimizations ([#2367](https://github.com/opensearch-project/dashboards-observability/pull/2367))
58+
- Increase dashboards timeout & store logs on failure ([#2371](https://github.com/opensearch-project/dashboards-observability/pull/2371))
59+
- Clear ADMINS.md. ([#2363](https://github.com/opensearch-project/dashboards-observability/pull/2363))

0 commit comments

Comments
 (0)