Skip to content

Releases: Altinn/dialogporten

v1.8.0

12 Jun 12:55
5d0e039
Compare
Choose a tag to compare

1.8.0 (2024-06-12)

Features

  • Add support for external resource references in authorizationAttributes (#801) (1e674bd)
  • Add user types (#768) (b6fd439)
  • Front channel embeds (#792) (c3000bd)
  • GUI actions without navigation (#785) (f2d9136)
  • Remove IsBackChannel concept from GUI Actions (#819) (18101c1)
  • Rename IsDeleteAction to IsDeleteDialogAction (#820) (18a1f6e)
  • schema: Rename MimeType to MediaType (#813) (6490625)
  • schema: undo setting performed by if not set (#802) (c19f47a)

Bug Fixes

v1.7.1

31 May 09:58
c7ce8d8
Compare
Choose a tag to compare

1.7.1 (2024-05-31)

Bug Fixes

  • ci: separate migration-job deployments (#795) (c7f5dba)

v1.7.0

31 May 09:28
371db8b
Compare
Choose a tag to compare

1.7.0 (2024-05-30)

Features

  • Change party identifier separator to single colon (#746) (3342703)
  • Correspondence dialog type (#692) (317a213)

Bug Fixes

v1.6.2

10 May 07:37
c2c9263
Compare
Choose a tag to compare

1.6.2 (2024-05-10)

Bug Fixes

  • gql: Add missing graphQl appsettings for staging (#714) (97b7da6)
  • Use correct scope for authorization API for remaining runtimes (#711) (0691f36)

v1.6.1

08 May 16:38
6ec6209
Compare
Choose a tag to compare

1.6.1 (2024-05-08)

Bug Fixes

  • Use correct scope for authorization API (#709) (38253ad)

v1.6.0

08 May 08:08
4762a9b
Compare
Choose a tag to compare

1.6.0 (2024-05-07)

Features

Bug Fixes

  • Accept app references with urn:altinn:resource prefix (#685) (c9a5606)
  • ensure performed by is set for activities (#628) (1adf075)
  • Use HttpClient wrappers that ensure success to match FusionCache expectations (#684) (7c1e966)

v1.5.0

10 Apr 11:57
c006899
Compare
Choose a tag to compare

1.5.0 (2024-04-10)

Features

v1.4.0

09 Apr 14:41
c1b3187
Compare
Choose a tag to compare

1.4.0 (2024-04-09)

Features

  • Split SeenLog from activities (#598) (71b77d2)
    • This is a breaking change, the Seen activity type has been removed, and all activities of this type is removed from the staging environment.
  • Add EU endpoints for seen log (#607) (1aa7eeb)
    • /api/v1/enduser/dialogs/{dialogId}/seenlog
    • /api/v1/enduser/dialogs/{dialogId}/seenlog/{seenLogId}
    • /api/v1/serviceowner/dialogs/{dialogId}/seenlog
    • /api/v1/serviceowner/dialogs/{dialogId}/seenlog/{seenLogId}
  • Add ExtendedStatus content type (#589) (a9f10b0)
  • add fusion cache (#579) (973fa5c)
  • azure: copy from keyvault to app config (#593) (d216c90)
  • service: use in-memory transport instead of rabbitmq (#602) (dc339e7)

Bug Fixes

  • Add PartyIdentifier.Separator to party validation error (#595) (14ee4a1)
  • azure: ensure key vault url is correct and add keyvault readerrole for migration job (#597) (2f11a16)

v1.3.0

03 Apr 13:06
46eeedb
Compare
Choose a tag to compare

1.3.0 (2024-04-03)

Features

Bug Fixes

  • Require read action on elements without auth attr, replace unauthorized URLs (#574) (f39af31)

v1.2.0

23 Mar 16:24
3c65c31
Compare
Choose a tag to compare

1.2.0 (2024-03-22)

Features