Releases: projectcaluma/caluma
Releases · projectcaluma/caluma
v7.0.0
Fix
- Pass user instead of info object to data source (
213d84a
)
Breaking
- Pass the
user
to the get_data
method of a data source instead of the whole info
object since we don't have an info object when calling the python API. (213d84a
)
v6.7.0
Feature
- Handle table_questions (
33d303c
)
- Set default answers when creating new documents (
d9c2b2e
)
- Implement default_answers (
e3dae80
)
- Implement save_document form api (
ffb422d
)
- Debug transforms (
fbc5cd6
)
- Useful repr for most models (
e6186cc
)
- Add api for save_answer (
4457413
)
- Create caluma_logging app for access logging (
2602aa2
)
Fix
- Do not use actual model in migration (
073f01c
)
- Fix flaky ordering (
1170242
)
- Flaky snapshort ordering (
73e57ea
)
- Sort addressed_ and controlling_groups (
e8eaae9
)
- Do not crash during migrations (
d6887d0
)
- Call cursor.execute with params=None (
151394a
)
- Migrate db sequences with prefix "caluma_" (
baf303c
)
- Do not hang in migrations on broken data (
bfc4304
)
v6.6.0
Feature
- add ID filter for case and work item (b6d89f3)
v6.5.0
Feature
Fix
- Don't send complete_work_item event when skip (8236481)
- Always send post_complete_work_item event (6b23615)
v6.4.0
Feature
- suspend and resume cases and work items (5d00a44)
- rootCaseMetaValue filter on allWorkItems (5aed420)
Fix
- add missing transactions on serializers (9a129d1)
- fix cancelling and skipping of work items with child case (07602db)
v6.3.3
Fix
- Add test (31f4598)
- Make sure that one work item is always created (defc797)
v6.3.2
Bugfix:
- Import djangomodelfactory from actual module path (341148f)
v6.3.1
Fix
- fix the return object of api methods (90a9102)
v6.3.0
Feature
- add context for all case and workitem mutations (bb45477)
- add filter for case family (2b7271f)
- add filters for work item deadlines (e7eb104)
Fix
- emit completed_work_item event before closing the case (2d9d236)
- enable context for skipping work items (a4f3b53)
v6.2.0
Feature
- Add filter for filtering work items by multiple tasks (32508e5)