Update activepieces to version 0.70.1 (#3661)
This commit is contained in:
parent
4c46515bc9
commit
f2cf3385e2
@ -9,7 +9,7 @@ services:
|
||||
app:
|
||||
## does not work rootless as of yet
|
||||
#user: "1000:1000"
|
||||
image: ghcr.io/activepieces/activepieces:0.69.0@sha256:73a093e1e2aabfa852598cce50ebd0b73371e98c87d27545d22b7d0f28272f27
|
||||
image: ghcr.io/activepieces/activepieces:0.70.1@sha256:7b502cfc3e0e6f55e5d3a2a0c3c8a5c9c798318835e127fbebb5ed7e110aefb6
|
||||
restart: on-failure
|
||||
environment:
|
||||
AP_ENGINE_EXECUTABLE_PATH: dist/packages/engine/main.js
|
||||
|
||||
@ -2,20 +2,23 @@ manifestVersion: 1
|
||||
id: activepieces
|
||||
category: automation
|
||||
name: Activepieces
|
||||
version: "0.69.0"
|
||||
version: "0.70.1"
|
||||
releaseNotes: >-
|
||||
⚠️ In this version, all Redis queues are merged into one.
|
||||
|
||||
|
||||
This release brings exciting new features and improvements:
|
||||
- New navigation UX
|
||||
- Optimized performance using shared node process pool
|
||||
- New pieces including Famulor, Runway, CloudConvert, and more
|
||||
- Enhanced GitHub piece with new triggers and actions
|
||||
- Improved AI capabilities with CometAPI integration
|
||||
- Added Google Chat piece
|
||||
- New actions for Microsoft Outlook
|
||||
- Various bug fixes and performance enhancements
|
||||
- New load more button added to the runs list in the builder
|
||||
- Theme and language settings moved to account settings
|
||||
- Several new app integrations added, including Stripe, Microsoft Teams, and Airtable
|
||||
- Improvements to existing integrations like WooCommerce and HubSpot
|
||||
- Fixed issues with retrying runs on the latest version
|
||||
- Improved flow renaming and list refreshing in the builder
|
||||
- Fixed scrolling issues in the project dashboard
|
||||
- Enhanced handling of sample data responses
|
||||
- Improved readability of AI agent textarea in dark mode
|
||||
- Added new integrations for Teamwork, VadooAI, PromptHub, and Email Octopus
|
||||
- Updated and fixed various existing integrations like Capsule CRM and Google Templates
|
||||
|
||||
|
||||
For full release notes, visit https://github.com/activepieces/activepieces/releases
|
||||
|
||||
Loading…
Reference in New Issue
Block a user