Releases: projectcaluma/caluma
Releases · projectcaluma/caluma
v9.3.2
v9.3.1
v9.3.0
v9.2.0
v9.1.0
v9.0.0
Feature
- auth: Only use userinfo for auth (drop introspect) (
d065ef8
) - analytics: Support accessing sub-cases and their parent (
6dfc4f9
)
Breaking
- setting the
OIDC_INTROSPECT_*
andOIDC_CLIENT_AS_USERNAME
env vars is obsolete now. Auth now only calls the userinfo endpoint without any fallback to the introspect endpoint. This will possibly have an impact on theusername
property of the user object. If your extensions depend on that property, please update them if necessary. Additionally, all requests sent to Caluma must include theopenid
-scope. (d065ef8
)
v8.0.0
v8.0.0-beta.30
Fix
- analytics: Fix aliases exceeding 63 bytes (
cdca090
)
v8.0.0-beta.29
Feature
- filters: Add filters for modified_at (
16fdb73
)
v8.0.0-beta.28
Feature
- filters: Add useful deadline filters to workitems (
f74d641
)