Skip to content

Releases: activepieces/activepieces

0.3.1

15 Feb 16:28
Compare
Choose a tag to compare

02/15/2023

Version 0.3.1 GitHub

Breaking Changes: The webhook URL is now constructed from AP_FRONTEND_URL. Please ensure that your docker-compose.yml is up to date as well.

  • Pieces:

    • Dropbox: Create File from Text / Create Folder
    • Google Drive: Create File From Text / Create Folder
    • Airtable: New Record
  • Features:

    • Added Docuemntation link in Trigger / Action, So you can easily open the documenation.
    • Created deployment scripts that generate database crednenetials
    • Add upgrade notification inside the app to be notified
  • Fixes:

    • Login now accepts password longer than 25 characters.
    • Fix refreshing oauth2, sometime they failed due to bug in isExpired method.
    • Flow worker concurency were set to 1 flow, now it's 10 by default.
    • Reorded http methods and remove connect due it to error it make
  • Contributors

    • @kanarelo created Dropbox and Google Drive Pieces

0.3.0

08 Feb 19:31
Compare
Choose a tag to compare

02/08/2023

Version 0.3.0

GitHub

Pieces:

  • Twilio: Send SMS / New Incoming SMS
  • Todoist: Completed Task Trigger

Features:

  • Add Basic Authentication Property to piece framework.
  • Add request piece button when it's not found
  • Add In give feedback from builder

Fixes:

  • Delete Instance in API will also delete schedule now.

Security

  • [Snyk] Security upgrade nginx from 1.17.1-alpine to 1.23.3-alpine in #474
  • [Snyk] Security upgrade node from 18.13.0-bullseye to 18.13-bullseye-slim in #473
  • Code piece exposing environment variables is fixed.

New Contributors

  • M-Arman as a security contributor for penetration testing code piece.

Full Changelog

0.2.5...0.3.0

Release 0.2.5

04 Feb 21:43
8f954f3
Compare
Choose a tag to compare

02/04/2023

Version 0.2.5 (GitHub)

A big shoutout to Osama Haikal, Kanarelo for zoom & calendar pieces

Pieces:

  • Google Calendar: Create Quick Event / New Event
  • Zoom: Create new Meeting Action / New Meeting Registerant
  • Todoist: Create Task Action

Features:

  • Add Enable Sign up Environment Variable
  • Breaking Change: Webhook Trigger now returns object contains body, headers and query params.

Fixes:

  • Mailchimp: the dropdown options weren't loading.

Release 0.2.4

01 Feb 17:37
Compare
Choose a tag to compare

02/01/2023

Version 0.2.4 (GitHub)

A big shoutout to Creed983, ShahedAlMashni for their contributions to Discord and Typeform pieces

Pieces:

  • Discord: Send Message via Webhooks
  • Drip: New Subscriber / New Tag
  • Click Up: Create Task
  • Telegram Bot: Send Message
  • Google Contacts: New or Updated Contacts
  • Asana: Create Task
  • Calendly Piece: Invitee Created / Canceled
  • Stripe: New Customer Subscription
  • HTTP Piece
  • Typeform: New Form Entry
  • Hubspot: Create Or Update Contact / Add Contact to List

Features:

  • JSON Property for Actions
  • Improved UI/UX for Auto Complete
  • Authorization for Project Resources - each user accesses their own resources

Fixes:

  • Schedules are now automatically deleted when the flow is deleted

Release 0.2.0

24 Jan 22:39
cac6be6
Compare
Choose a tag to compare

01/23/2023

Version 0.2.X (GitHub)

  • Pieces:

    • Google Sheets: Insert new Row Action / New Row Trigger
    • Send Grid: Send Email Action
    • Google Contact: Add Contact Action
    • MailChimp: New Subscriber Trigger.
    • Stripe: New Payment Triggerr / New Customer Trigger / Payment Failed Trigger
    • Pipedrive: New Person Trigger / New Deal Trigger / Updated Person Trigger / Updated Deal Trigger / Add Person Action
    • Blackbaud: Insert Contacts Action / List Contacts Action
  • Features:

    • App Connections are centerlized in project dashboard.
    • API Key are now considered connections instead of short text.
    • Auto Complete for variables.
    • Test Flow suggest sample data for app triggers.
  • Fixes:

    • Full screen Code Editior is Fixed.
    • Triggers schedule now get deleted when the collection is deleted.
    • Trigger / Action logs is streamed to backend logs now.

Release 0.1.3

14 Jan 15:11
24be47c
Compare
Choose a tag to compare
  • Pieces:

    • Google Cloud Vision: Get Text from PDF
    • Open AI: Ask Chat GPT
  • Fixes:

    • Breaking change: send http request wrapper now returns body,headers,status instead of body only.
    • Webhook Trigger fixed.
    • Fullscreen code editior issue fixed, It wasn't loading.