Skip to content

Commit a8aa55d

Browse files
authored
Release 2.30.0 (#7226)
* Update CHANGELOG for 2.30.0 * Update version to 2.30.0
1 parent 65182a9 commit a8aa55d

3 files changed

Lines changed: 189 additions & 2218 deletions

File tree

CHANGELOG.md

Lines changed: 91 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,94 @@
1+
#### 2.30.0: Release
2+
3+
- bump flow-renderer to 0.5.1 (#7186)
4+
- ci: Send notification about pre-staging per user (#6986)
5+
- Bump aws-actions/amazon-ecr-login from 2.1.3 to 2.1.4 (#7148)
6+
- Bump slackapi/slack-github-action from 3.0.1 to 3.0.2 (#7147)
7+
- Bump actions/setup-node from 6.3.0 to 6.4.0 (#7108)
8+
- Bump cypress-io/github-action from 7.1.8 to 7.1.9 (#7117)
9+
- Bump aws-actions/configure-aws-credentials from 6.0.0 to 6.1.0 (#7116)
10+
- Bump actions/create-github-app-token from 3.0.0 to 3.1.1 (#7115)
11+
- Bump actions/upload-artifact from 7.0.0 to 7.0.1 (#7114)
12+
- Bump flowfuse/github-actions-workflows/.github/workflows/build_container_image.yml (#7113)
13+
- Bump aws-actions/amazon-ecr-login from 2.1.2 to 2.1.3 (#7112)
14+
- Bump docker/build-push-action from 7.0.0 to 7.1.0 (#7111)
15+
- Bump actions/cache from 5.0.4 to 5.0.5 (#7106)
16+
- Bump docker/login-action from 4.0.0 to 4.1.0 (#7105)
17+
- Bump flowfuse/github-actions-workflows/.github/workflows/sast_scan.yaml (#7107)
18+
- Bump flowfuse/github-actions-workflows/.github/workflows/publish_node_package.yml (#7109)
19+
- Bump actions/github-script from 8.0.0 to 9.0.0 (#7068)
20+
- Bump aws-actions/amazon-ecr-login from 2.0.2 to 2.1.2 (#7069)
21+
- Bump codecov/codecov-action from 5.5.2 to 6.0.0 (#6999)
22+
- Bump 1password/install-cli-action from 2.0.2 to 3.0.0 (#6996)
23+
- Replace `message-bubble` content with `streamable-content` component in `HumanMessage` (#7225) @cstns
24+
- Convert device logs and performance to use MqttService (#7210) @cstns
25+
- Add conditional check for `agentMode` before calling insights agent method (#7222) @cstns
26+
- Bump cypress-io/github-action from 7.1.9 to 7.3.0 (#7146) @app/dependabot
27+
- Bump hono from 4.12.14 to 4.12.18 (#7224) @app/dependabot
28+
- Use stop reason in audit log detail (#7078) @Steve-Mcl
29+
- Bump ip-address and express-rate-limit (#7220) @app/dependabot
30+
- fix: add ellipsis and tooltip for truncated expert package names and resource titles (#7213) @andypalmi
31+
- Allow Forcing all users to always use SSO (#7119) @hardillb
32+
- [7100] Update FF theme to align with Node-RED 5.0.0 (#7185) @n-lark
33+
- Add origin property to userProperties of expert publishes (#7215) @Steve-Mcl
34+
- Add `origin` property to user properties in product-expert (#7211) @cstns
35+
- fix: convert expert packages from grid to list layout (#7209) @andypalmi
36+
- Allow wss:// connections to MQTT broker in CSP connect-src (#7205) @cstns
37+
- [7207] Immersive Editor — mobile header fix (#7208) @n-lark
38+
- Improve snapshot comparison viewer UX (#7202) @andypalmi
39+
- Switch support agent to mqtt (#7090) @cstns
40+
- Fix flakey admin.spec test (#7200) @n-lark
41+
- Simplify tooltip directive by replacing custom tooltip logic with native `title` attribute (#7198) @cstns
42+
- [7151 + 7156] Follow Ups: Console errors when navigating hosted instances in immersive mode (open-source, no license) + Performance tab missing from hosted instance immersive mode (#7174) @n-lark
43+
- Bump posthog-node from 4.2.0 to 5.33.2 (#7190) @app/dependabot
44+
- Bump axios from 1.15.0 to 1.16.0 (#7196) @app/dependabot
45+
- [7052] Silence rrweb Posthog errors in Sentry (#7192) @n-lark
46+
- [7153 + 7166] Follow Ups: 500 error when setting npm configuration file or Node Catalogues entry on remote instance + Cannot set environment variables from settings page in immersive mode (#7173) @n-lark
47+
- [7165 + 7164 + 7163 + 7162] Wire device-updated / assign-device events into the immersive remote-instance editor (#7172) @n-lark
48+
- [7158 + 7152] Follow Ups: Remote Instance "Add to group" button breaks out of immersive mode + "Change instance type" breaks out of immersive mode (#7171) @n-lark
49+
- [7157] Follow Up: Cannot regenerate remote instance credentials from overview/settings page (#7183) @n-lark
50+
- Bump sinon from 21.0.1 to 21.1.2 (#7188) @app/dependabot
51+
- Add FE API functions to generate and delete expert agent credentials (#7009) @Steve-Mcl
52+
- Prevent Google Social Login token reuse (#7150) @hardillb
53+
- Force password reset for existing unverified accounts on first SSO login (#7149) @hardillb
54+
- Expert pubsub backend (#7008) @Steve-Mcl
55+
- ci: Use new project-automation workflow (#7179) @ppawlowski
56+
- Fix snapshot diff viewer highlights and diff panel (#7081) @andypalmi
57+
- [7168] Create EXPERT_COMMS_BETA_ENABLED feature flag for frontend (#7169) @n-lark
58+
- Expert/mqtt FrontEnd scaffolding (#7004) @cstns
59+
- Refactor/account settings feature checks (#7176) @cstns
60+
- Bump cypress from 13.17.0 to 15.14.2 (#6787) @app/dependabot
61+
- Ensure only Device Palette settings sent when changed (#7175) @hardillb
62+
- [6267] Allow users to interact with the Instance drawer/FlowFuse expert in the immersive experience without it overlapping one another (#7098) @n-lark
63+
- Support TTL in application caches (#7136) @Steve-Mcl
64+
- Move expert to ee (#7132) @hardillb
65+
- [7124] Add response-validation & surface response schema drift in dev (#7125) @n-lark
66+
- Add logging when instance failed to suspend when team suspended (#7110) @hardillb
67+
- Bump fast-xml-parser and @aws-sdk/xml-builder (#7134) @app/dependabot
68+
- Bump postcss from 8.5.8 to 8.5.12 (#7133) @app/dependabot
69+
- Bump @xmldom/xmldom from 0.8.12 to 0.8.13 (#7128) @app/dependabot
70+
- Bump uuid from 9.0.1 to 14.0.0 (#7127) @app/dependabot
71+
- Force Device Editor to reload if it fails first time (#7129) @hardillb
72+
- [7120] Fix flaky admin.spec.js test (#7121) @n-lark
73+
- [7082] Align client-side permission check for HTTP Bearer Tokens with server-side team-level check (#7097) @n-lark
74+
- Unpin @fastify/static and @fastify/swagger-ui (#7103) @hardillb
75+
- [7065] Typescript: Phase 2 — Domain Types (#7067) @n-lark
76+
- Pin @fastify/static and @fastify/swagger-ui (#7095) @hardillb
77+
- Bump protobufjs from 7.5.4 to 7.5.5 (#7093) @app/dependabot
78+
- Replace npm install with npm ci in Dockerfile (#7094) @hardillb
79+
- Bump dompurify from 3.3.2 to 3.4.0 (#7088) @app/dependabot
80+
- Bump follow-redirects from 1.15.11 to 1.16.0 (#7072) @app/dependabot
81+
- Bump hono from 4.12.12 to 4.12.14 (#7087) @app/dependabot
82+
- Bump fastify from 5.8.4 to 5.8.5 (#7086) @app/dependabot
83+
- [6944] Pinia Task 15 - teardown (#6987) @n-lark
84+
- [6943] Pinia Task 14 - account-settings (#6979) @n-lark
85+
- [7018] Typescript: Phase 1 — Tooling (#7019) @n-lark
86+
- [7051] PostHog / rrweb Sentry Errors (#7053) @n-lark
87+
- [7054] Sentry quota exhausted (#7055) @n-lark
88+
- docs: clarify FlowFuse Expert availability for self-hosted instances (#7042) @sumitshinde-84
89+
- Bump axios from 1.13.5 to 1.15.0 (#7066) @app/dependabot
90+
- Bump nodemailer from 8.0.4 to 8.0.5 (#7056) @app/dependabot
91+
192
#### 2.29.1: Release
293

394
- docs: update snapshot comparison section with property and code diff details (#7045) @sumitshinde-84

0 commit comments

Comments
 (0)