Skip to content

Commit ded48f2

Browse files
authored
put changelog.md for release notes in repo (#2463)
1 parent e70ce09 commit ded48f2

1 file changed

Lines changed: 30 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
UpGrade 6.1 Release Notes
2+
3+
Segments Refresh:
4+
5+
- Redesigned UI for Segments pages / modals (UX design kudos to @zackcl)
6+
- Global exclusion segments now separated by app-context (was previously one global list)
7+
- Updated list management for segments with import/export functionality
8+
- Improved search and pagination
9+
10+
Note that the segment data structure has been updated also:
11+
12+
- Backwards compatible, old and new segment structures will both work.
13+
- Newly added segments will see an update UI for working with lists.
14+
- 'Old' segments will continue to be supported, but with the old UI in the details view.
15+
- It is recommended to recreate 'old' style lists to the newer style when convenient.
16+
17+
Other updates:
18+
19+
Metrics display in data tab of experiments has been turned back on in the UI
20+
Performance Optimizations - Improved database queries for metrics and experiment conditions
21+
Error Handling Improvements - Better HTTP error codes with consistent handling across endpoints
22+
Mooclet Integration Backend - Added foundational support for Mooclet experiments (not user-visible in this release)
23+
24+
Angular 19 / Node 22 Support
25+
Java Client support for Java 17 (specifically handling PATCH requests)
26+
Support for ECS Infrastructure, CORS whitelisting
27+
28+
Important note for devs running upgrade instance locally:
29+
- local UI configuration no longer uses the hardcoded `environment.ts` by default in local
30+
- you will need to create an `environment.local.ts` file, which is properly gitignored

0 commit comments

Comments
 (0)