Changelog History
Page 1
-
v0.9.15
August 04, 2021 -
v0.9.14 Changes
February 16, 2021➕ Added
- Workflow export functionality via the REST API (so workflows can be imported later).
🔄 Changed
- 💻 UI: replace agent type dropdown with card-based selector.
✂ Removed
✂ Removed third party agents:
- Twilio agents.
- Slack agent.
- Evernote agent.
- S3 agent.
- Aftership agent.
- Basecamp agent.
- Jira agent.
-
v0.9.14.4 Changes
June 07, 2021🔄 Changed
- ⚡️ Update nokogiri and puma (several CVEs).
-
v0.9.14.3 Changes
May 10, 2021🛠 Fixed
- Post agent will now interpret server responses as UTF-8 with an option to override.
-
v0.9.14.2 Changes
April 18, 2021🛠 Fixed
- Mimemagic licensing issue.
🔄 Changed
- ⏱ Increased default scheduler frequency (may help with reliability issues).
- 👍 Better navigation from agent to its workflow(s).
- 💻 Various UI improvements.
-
v0.9.14.1 Changes
March 21, 2021🛠 Fixed
- Extract the first paragraph (or heading) from an agent description to be used as a short description on agent selection cards. Used to take the first line without escaping.
-
v0.9.13 Changes
January 15, 2021➕ Added
- TLS Check agent (to check TLS certificates for expiration).
✂ Removed
- Human task agent (mechanical turk).
🛠 Fixed
- 👌 Support official image on rootless docker (or podman).
-
v0.9.12 Changes
November 23, 2020You can now try ActiveWorkflow without any external dependencies. Just run:
docker run -p 3000:3000 automaticmode/active\_workflow
And login at http://localhost:3000 with
admin
/password
.🐳 If you want to make all the data persistent, you should use docker volume like this:
docker run -p 3000:3000 -v aw-data:/var/lib/postgresql/11/main automaticmode/active\_workflow
ActiveWorkflow image now has postgres database server included and can run all processes in one container.
⏱ For production use it is still recommended to use external database and multiple containers to run web, scheduler and worker respectively.
-
v0.9.11 Changes
October 28, 2020🚀 This release brings along numerous updates to the UI - better styling, improved visual consistency, and a brand new logo.
The 'Working' column was replaced by the 'Issues' column in the Agents table. Now you get an explanation about what issues an agent has.
🚀 Last but not least, as with every release, there are multiple other small fixes and improvements. 🎸
-
v0.9.10 Changes
September 23, 2020🛠 Fixed
- Don't use
foreman
to manage multiple processes when running withSINGLE_DYNO=1
. Single-dyno mode was demoted to being used purely for trying out ActiveWorkflow on Heroku (including Free plan). Functionality previously provided by foreman reimplemented as a simple shell script using job control functionality of bash. Fixes #9.
🔄 Changed
- 🚀 Both docker-compose and deployment to Heroku (via single button deployment) switched to using official docker images of ActiveWorkflow by default instead of building images from source - mostly to save time spent building docker image every single time. Of course, you can still build your own images from source. The latest versioned image (eg. automaticmode/active_workflow:0.9.10) is used.
- Don't use