Skip to content

Releases: Taskana/taskana

Bug fix release

24 Jan 12:28
Compare
Choose a tag to compare

TSK-1017: AccessItem selection freezes entire application
TSK-1024: Can't select ldap group as owner of workbasket
TSK-911: Store variables in Camunda if task is completed in TASKANA
TSK-1038: Creating multiple AccessItems for the same AccessID
TSK-1029: Deletion of workbasket as business admin not possible without explicit permissions
TSK-1003: Add logging to TaskanaParseListener and TaskanaTaskListener
TSK-1005: Fix Outbox-REST for Jersey use
TSK-1021: db timestamps are handled with configured system timezone
and some more minor bugfixes

Task Routing SPI

08 Jan 08:48
Compare
Choose a tag to compare
  • API to create tasks without specifying the workbasket for the task
  • SPI to determine the workbasket for a new task without a given workbasket
  • Fixed context root handling in Web App
  • Bug Fixes
  • Internal refactorings (module name changes)

Merged SimpleHistory into core

01 Dec 20:52
Compare
Choose a tag to compare

Fixes for planned and due timestamp handling
Support for JUnit5
Merged SimpleHistory into TASKANA core
Added callback status for TASKANA Adapter

Refactored REST API

08 Oct 12:10
Compare
Choose a tag to compare
  • Support for maven 3.6.x
  • Refactored REST API. HAL ist no longer used. Instead we use a custom JSON structure. HATEOAS is still being used.
  • POM structure and dependencies between TASKANA core and SimpleHistory cleaned up
  • Performance improvements in Travis build
  • Various security fixes (update of dependent component versions)
  • Various minor bug fixes

Bug fix release

04 Jun 15:21
Compare
Choose a tag to compare
  • restuctured POMs / modules
  • various bug fixes

Security Fix release

08 May 08:30
Compare
Choose a tag to compare
  • including bug fix for support of different context roots

New reporting structure

30 Apr 14:00
Compare
Choose a tag to compare
  • New reporting data structure
  • Report to show created and completed tasks of the last working days
  • customizable context root
  • customizable logout URL

Sneak preview: Wildfly and History

12 Mar 20:33
Compare
Choose a tag to compare
  • Task Lifecycle History
  • as is support for Wildfly
  • various bug fixes

Security Fix release

04 Feb 13:43
Compare
Choose a tag to compare

Fix for high severity vulnerability in jackson-databind
Fix for maven checkstyle plugin handling in Eclipse

History SPI

01 Feb 13:28
Compare
Choose a tag to compare

Added a history SPI
Improvements in import/export function
Buf fixes