Skip to content

Releases: pneumaticapp/pneumaticworkflow

v2.0.0 Full Feature Self-Hosted Free Plan

21 Nov 14:19
Compare
Choose a tag to compare

New Features/Functionality Improvements

  1. Date outputs as timestamp : output fields of type date now use timestamps

  2. Optional Payment Method in API: the required payment_card_provided field has been removed from API GET /auth/context. Authorization was previously based on whether or not the user had a payment card linked to their account. Now the system checks if the user has a live subscription and payment plan, the module checking the availability of a payment card has been removed.

Note: the latter feature includes all the paid features in Pneumatic's free plan for self-hosted deployments, i.e. if you self-host Pneumatic on your own servers or in your own private cloud, you can just activate the free plan to access the full feature set of the product.

v.1.1.1 Product Patch

12 Nov 11:20
Compare
Choose a tag to compare

Bug fixes

  1. Workflows List Update on State Change: fixed the way the list of workflows updates on state change
  2. Task Page Comments: fixed the incorrect behavior when adding, deleting or editing comments on the task page

Functionality Enhancements

The following changes were made to the new task/new template logic:

  1. The checkbox require_completion_by_all in new steps in template is now off by default;
  2. When a new step is added to a template, the current user gets added as the default performer;
  3. The default action for new conditions in steps is now Enable this task;
  4. The default due date rule is This task started.

v1.1.0 - Webhook improvements

07 Nov 11:53
Compare
Choose a tag to compare

Feature Enhancements

🚀 New Features

  1. Web Hook logging: Added logging of web hook actions for better analytics and tracking.
  2. New web hook format: Implemented user profile customization options:
    a. New fields added: task_api_name, selection_api_name
    b. Deprecated date fields have been removed: workflow_date_created, task_date_completed, task_due_date, task_date_started
    c. Deprecated kickoff_id and kick_off_description fields have been removed