Skip to content

Commit

Permalink
Merge pull request #3576 from FlowFuse/release-2.2.0
Browse files Browse the repository at this point in the history
Release 2.2.0
  • Loading branch information
hardillb authored Mar 14, 2024
2 parents 80231d6 + 4227c87 commit c33913f
Show file tree
Hide file tree
Showing 3 changed files with 68 additions and 33 deletions.
35 changes: 35 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,38 @@
#### 2.2.0: Release

- HTTP Bearer Tokens test for correct flag (#3573) @hardillb
- Add device actions (#3548) @Steve-Mcl
- Fix CSP domains (#3571) @hardillb
- Update sign-up form to use submit event (#3569) @knolleary
- Fix GA tracking on create account (#3568) @knolleary
- Bump jsonata and @node-red/util (#3567) @app/dependabot
- Bump vitest from 1.1.0 to 1.3.1 (#3553) @app/dependabot
- Bump postcss from 8.4.33 to 8.4.35 (#3555) @app/dependabot
- Update licensing to combine device and instance limits (#3562) @knolleary
- Docs: Update the device registration documentation (#3565) @joepavitt
- AWS Marketplace login as ubuntu (#3563) @hardillb
- Adds validation on PipelineStage create api (#3556) @knolleary
- Add Bearer token support to FF Auth (#3535) @hardillb
- Bump eslint-plugin-import from 2.29.0 to 2.29.1 (#3554) @app/dependabot
- Support both snapshot schemas (#3542) @Steve-Mcl
- fix typo in introduction.md (#3558) @Steve-Mcl
- Bump html-webpack-plugin from 5.5.4 to 5.6.0 (#3552) @app/dependabot
- Bump pino-pretty from 10.2.3 to 10.3.1 (#3551) @app/dependabot
- Bump cypress from 13.6.1 to 13.6.6 (#3550) @app/dependabot
- Instance Protection (#3520) @hardillb
- Update device quick start (#3541) @Steve-Mcl
- Improve scalability of device editor (#3511) @knolleary
- Bump @fastify/csrf-protection from 6.3.0 to 6.4.1 (#3495) @app/dependabot
- Bump @fastify/static from 6.12.0 to 7.0.1 (#3494) @app/dependabot
- Bump pino from 8.17.2 to 8.19.0 (#3543) @app/dependabot
- Bump fastify from 4.25.2 to 4.26.2 (#3544) @app/dependabot
- fix: Allow mixed case in username in admin create api (#3540) @knolleary
- fix: allow mixed-case usernames in backend validation (#3537) @hardillb
- Update AWS setup documentation (#3536) @ppawlowski
- Add docs on keycloak sso (#3530) @knolleary
- Bump @aws-sdk/client-ses from 3.511.0 to 3.523.0 (#3525) @app/dependabot
- Add billing status check when creating device (#3527) @knolleary

#### 2.1.1: Release

- Set disableRequestedAuthnContext in SAML strategy (#3519) @knolleary
Expand Down
62 changes: 31 additions & 31 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@flowfuse/flowfuse",
"version": "2.1.1",
"version": "2.2.0",
"description": "An open source low-code development platform",
"homepage": "https://flowfuse.com",
"bugs": {
Expand Down Expand Up @@ -66,7 +66,7 @@
"@fastify/swagger": "^8.10.1",
"@fastify/swagger-ui": "^2.1.0",
"@fastify/websocket": "^8.1.0",
"@flowfuse/driver-localfs": "^2.1.1",
"@flowfuse/driver-localfs": "^2.2.0",
"@headlessui/vue": "1.7.16",
"@heroicons/vue": "1.0.6",
"@immobiliarelabs/fastify-sentry": "^8.0.0",
Expand Down

0 comments on commit c33913f

Please sign in to comment.