Skip to content

Releases: Altinn/altinn-correspondence

v1.3.0

01 Aug 10:54
bbd56ba

Choose a tag to compare

What's Changed

New Features 🎉

Bugfixes 🐛

  • Fix recipient with systemuser token by @Ceredron in #1159
  • 874 ikke feil release fordi vi ikke har bumpet versjon by @taihuy in #1160
  • Ny Migration Operasjon bør inkluderes i DisableTelemetry test by @tomshag in #1143
  • Added AttachmentsDownloaded as an active status in legacy search by @Ceredron in #1166

Enhancements

  • Simualted malware scan instead of auto publish for local dev and tests by @axely123 in #1119
  • No password access to database by @Ceredron in #1106

Uncategorized changes

New Contributors

Full Changelog: 1.2.1...1.3.0

v0.9.6

15 May 08:16
3fa526d

Choose a tag to compare

What's Changed

New Features 🎉

  • 803 - added both details and overview by @taihuy in #875
  • Implement ForwardingHistory for migration and Legacy by @RagnarFatland in #845
  • Write JSON formatted logs to console by @axely123 in #890
  • Added AttachmentsDownloaded status and tests by @taihuy in #899
  • 859 kun første event skal sendes til dp by @taihuy in #923
  • Part 1: Provision service owner resources by @Ceredron in #952
  • Part 2: Use service owner's storage provider for new attachments by @Ceredron in #953
  • Part 3: Migrate files from old to new storage providers by @Ceredron in #954
  • Set maximum 100 attachments by @axely123 in #981

Bugfixes 🐛

Enhancements

  • Enhancement/deactivate dialog confirm button by @axely123 in #865
  • 862 - removed mark as read and update confirm by @taihuy in #877
  • update DP when overview is called from A2 by @Andreass2 in #872
  • Removed Dependencies to ResourceRegister from Migration Controller by @RagnarFatland in #897
  • Add instance id property to log event in addition to log context so t… by @axely123 in #912
  • Add specific ID's to ensure attachment ordering is preserved. by @Ceredron in #941
  • Feature/904 fix broytekjoring eventhistoryparty by @tomshag in #924
  • Re-factor to use org code by @Ceredron in #973

Uncategorized changes

Full Changelog: 0.9.5...0.9.6

v0.9.5

24 Mar 09:01
53cee95

Choose a tag to compare

What's Changed

New Features 🎉

Bugfixes 🐛

Enhancements

  • slack notification when correspondence fails by @Andreass2 in #812
  • Retrieve APIM IP from Github environment secrets by @axely123 in #811
  • Enhancement/mod11 ssn validation by @axely123 in #796
  • Set opened activity for dialogporten on content endpoint call by @axely123 in #805
  • Allow altinntoken authentication for content endpoint by @axely123 in #817
  • Removed archived endpoint by @axely123 in #828
  • Remove archive as a GUI action in dialogporten by @axely123 in #826

Uncategorized changes

Full Changelog: 0.9.4...0.9.5

v0.9.4

10 Mar 16:26
a28c700

Choose a tag to compare

What's Changed

New Features 🎉

  • Do not display purgedByRecipient/archived status events or partyuuid field to service owner by @Ceredron in #795

Bugfixes 🐛

Other Changes

  • Verify creation of dialogporten dialog before publishing correspondence by @axely123 in #784

Uncategorized changes

Full Changelog: 0.9.2...0.9.4

v0.9.2

24 Feb 12:39
d9c22b9

Choose a tag to compare

What's Changed

New Features 🎉

  • Verify that a correspondence has been published before notification by @Ceredron in #702
  • Add flag for a2 correspondences by @axely123 in #752

Other Changes

Enhancements

Uncategorized changes

Full Changelog: 0.9.1...0.9.2

v0.9.1

19 Feb 14:35
aa3d06f

Choose a tag to compare

What's Changed

New Features 🎉

  • Feat/set recipientname as messsage recipient by @axely123 in #696

Bugfixes 🐛

  • Background jobs must be scheduled using service from its own service scope by @Ceredron in #722
  • Validate the resource type. Essential because it will fail in Dialogp… by @Ceredron in #736

Uncategorized changes

Full Changelog: 0.9.0...0.9.1

v0.9.0

16 Feb 10:12
fa137fe

Choose a tag to compare

What's Changed

New Features 🎉

Bugfixes 🐛

  • Fix use of formatting tokens by @Ceredron in #638
  • Text changes in notification templates by @Andreass2 in #645
  • Updated GetCorrespondenceContent endpoint to produce text/plain by @axely123 in #662
  • Return notification history in A2 format by @Ceredron in #676
  • Remove boostrap logger as it makes automated tests flaky by @Ceredron in #683
  • Made Accept header in requests optional by @axely123 in #689
  • Updated CorrespondenceMigration to accept correspondences with Html by @tomshag in #695
  • Confirm correspondence status before publish by @Ceredron in #701

Dependency Upgrades 📦

Enhancements

Uncategorized changes

  • Default to zero minimum auth level if no obligation is given. by @Ceredron in #641
  • Use Maskinporten environment from secrets by @Ceredron in #647
  • Better descriptions for swagger by @mSunberg in #685
  • Implementing slack notifications for hangfire jobs by @mSunberg in #637
  • chore(performance): Adding performance tests by @dagfinno in #675
  • chore(performance): implement changes by @dagfinno in #690
  • Improve performance of initialize-and-upload by @Ceredron in #693
  • Update dependencies by @Ceredron in #706
  • Deploy to at22 after test because they cannot be deployed concurrently by @Ceredron in #707
  • Added indices to improve performance by @Ceredron in #708

New Contributors

Full Changelog: 0.8.1...0.9.0

0.8.1

27 Jan 11:37
b68cb3e

Choose a tag to compare

What's Changed

Breaking Changes 🛠

We will start validating file types against this whitelist:
.doc .xls .docx .xlsx .ppt .pps .zip .pdf .html .txt .xml .jpg .gif .bmp .png .json

New Features 🎉

Bugfixes 🐛

New Contributors

Full Changelog: 0.6...0.8.1

v0.8.0

08 Nov 12:51
9438165

Choose a tag to compare

What's Changed

Breaking Changes 🛠

New Features 🎉

Bugfixes 🐛

Other Changes

  • Allow correspondence without attachment in form-data endpoint by @Ceredron in #462

Enhancements

Uncategorized changes

  • Initial API model with Create Correspondence focus by @RagnarFatland-Avanade in #37
  • Adjusted Correspondence statuses after further analysis by @RagnarFatland-Avanade in #48
  • Feat/database layer by @Andreass2 in #52
  • Adjustments to Correspondence API after initial feedback by @RagnarFatland-Avanade in #53
  • Configure Renovate by @renovate in #33
  • initialize correspondence by @Andreass2 in #54
  • IaC for correspondence by @Andreass2 in #58
  • Add test project by @Andreass2 in #59
  • add dummy api requests for receiver by @Andreass2 in #61
  • Get request for correspondences by @Andreass2 in #68
  • Feature/get details and overview for attachment and correspondence by @Andreass2 in #74
  • Add incident label to enable measurement of time-to-restore by @Ceredron in #76
  • Attachment backend by @Ceredron in #79
  • Feature/mark operations by @Andreass2 in #81
  • add missing Status text by @Andreass2 in #84
  • Determine version in CI/CD workflow, not the release version call by @Ceredron in #89
  • Publish test branch workflow by @Ceredron in #90
  • Publish to test environment directly with publish branch workflow by @Ceredron in #91
  • Bug/fix datetimes by @Andreass2 in #92
  • Publish correspondence if all attachments is uploaded by @Andreass2 in #87
  • fix check for changes action gives wrong values by @Andreass2 in #96
  • Add Console log event bus by @Andreass2 in #95
  • add missing input to publish image in ci/cd by @Andreass2 in #98
  • Cleanup all warnings. by @Andreass2 in #97
  • Scan uploaded attachments by @Ceredron in #86
  • Implement DeleteAttachment command by @Andreass2 in #102
  • Re-factor: Simplify application handler naming by @Ceredron in #110
  • Update dependency Azure.Identity to v1.11.4 [SECURITY] by @renovate in #113
  • Simplified and optimized query for checking correspondence statuses by @Ceredron in #112
  • Always run all infra steps regardless of changes by @Andreass2 in #1...
Read more

v0.7

15 Oct 10:09
9438165

Choose a tag to compare

What's Changed

New Features 🎉

Bugfixes 🐛

Enhancements

  • Use UtcNow instead of Now for DateTime and DateTimeOffset objects by @CelineTrammi in #339
  • Include more information in Slack Alert after failed cancellation of notifications by @CelineTrammi in #344
  • Retrieve notifications from correspondenceRepository in hangfire job by @CelineTrammi in #347

Uncategorized changes

New Contributors

Full Changelog: 1.0.0...1.2.0