Skip to content

Commit a71f9a0

Browse files
authored
Merge pull request #5801 from FlowFuse/release-2.19.1
Release 2.19.1
2 parents 4227159 + 9ac2d29 commit a71f9a0

File tree

3 files changed

+95
-52
lines changed

3 files changed

+95
-52
lines changed

CHANGELOG.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,29 @@
1+
#### 2.19.1: Release
2+
3+
- docs: Add the Device Agent Installer into the Device Agent instllation documentation (#5732)
4+
- Add note about AWS ECS (#5736)
5+
- Bump form-data from 4.0.0 to 4.0.4 (#5799) @app/dependabot
6+
- Fix state regeneration when switching between context stores (#5800) @cstns
7+
- Add a context menu to the hosted instances list (#5746) @cstns
8+
- Add an empty state and message to the home page when team creation is disabled (#5767) @cstns
9+
- Update the product tours (#5769) @cstns
10+
- Add logging of device status checkins (#5796) @knolleary
11+
- Remote 'CTA' text from emails (#5793) @knolleary
12+
- Ensure template-provided hidden env vars are not cleared on update (#5789) @knolleary
13+
- Bump multer from 2.0.1 to 2.0.2 (#5790) @app/dependabot
14+
- Fix the Application page not reloading when route parameter change (#5786) @cstns
15+
- Prevent users from selecting other applications when duplicating instances (#5788) @cstns
16+
- Adds the team hashid to log output for all api requests (#5787) @knolleary
17+
- Ensure device snapshot has palette.module list populated (#5778) @knolleary
18+
- Apply requireContact check to team upgrade (#5779) @knolleary
19+
- Allow a team to setup billing at current team tier without contact (#5780) @knolleary
20+
- Encrypted hidden env vars when exporting snapshots (#5768) @knolleary
21+
- Tighter rate limit than default for Team Invite resend (#5759) @hardillb
22+
- Allow Admin to edit project settings (#5765) @hardillb
23+
- Move HA settings to correct location (#5748) @hardillb
24+
- Remove the fix for the HS chat pill (#5738) @cstns
25+
- Add e2e tests for the global search component (#5724) @cstns
26+
127
#### 2.19.0: Release
228

329
- Enable rate limits on prestaging envs (#5720)

package-lock.json

Lines changed: 67 additions & 50 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@flowfuse/flowfuse",
3-
"version": "2.19.0",
3+
"version": "2.19.1",
44
"description": "An open source low-code development platform",
55
"homepage": "https://flowfuse.com",
66
"bugs": {
@@ -67,7 +67,7 @@
6767
"@fastify/swagger": "^8.10.1",
6868
"@fastify/swagger-ui": "^3.0.0",
6969
"@fastify/websocket": "^8.1.0",
70-
"@flowfuse/driver-localfs": "^2.19.0",
70+
"@flowfuse/driver-localfs": "^2.19.1",
7171
"@flowfuse/flow-renderer": "^0.4.1",
7272
"@headlessui/vue": "1.7.19",
7373
"@heroicons/vue": "1.0.6",

0 commit comments

Comments
 (0)