Skip to content

v8.1.0

Compare
Choose a tag to compare
@RonnyB71 RonnyB71 released this 25 Apr 06:50
· 230 commits to main since this release
d10ab98

What's Changed

Breaking Changes 🛠

  • Remove unused 'HtmlAgilityPack' dependency by @martinothamar in #599
    If the HtmlAgilityPack originally used by us is used in any apps it should be added as a dependency directly in the app instead.

New Features 🎉

  • Feat 494/email notification by @HauklandJ in #511
  • Rewrite of maskinporten usage from eFormidling by @RonnyB71 in #503
  • Add JoinedAppOptions to combine multiple option lists by @ivarne in #516
  • SMS notifications client, some refactoring that affects email client by @martinothamar in #525

Bugfixes 🐛

  • Handle null values in lists when removing and initializing AltinnRowId by @ivarne in #490
  • Add a few more cases to the Linq to json path used for CreateValidationIssue by @ivarne in #512
  • Support value types InitializeAltinnRowId by @ivarne in #538
  • Fix bug in IDataElementValidator by @ivarne in #534
  • Unlock task data elements if PDF service task fails by @bjorntore in #523
  • Add gml extension map by @veronikaandersen in #572
  • Log the exception before returning the error to the event system. by @RonnyB71 in #588
  • Fix issue where AppInsights SDK doesn't load/configure correctly due to keyed services being registered in DI by @martinothamar in #594
  • Add back filtration of ignored validators in patch endpoint by @ivarne in #611

Dependency Upgrades 📦

Other Changes

New Contributors

Full Changelog: v8.0.0...v8.1.0