Skip to content

Releases: Altinn/app-lib-dotnet

v8.5.0-rc10

26 Nov 11:05
099c4a0
Compare
Choose a tag to compare
v8.5.0-rc10 Pre-release
Pre-release

What's Changed

New Features 🎉

Full Changelog: v8.5.0-rc9...v8.5.0-rc10

v8.5.0-rc9

22 Nov 12:40
723992f
Compare
Choose a tag to compare
v8.5.0-rc9 Pre-release
Pre-release

This release makes a few changes to the IInstanceDataAccessor interface, so that instead of dataAccessor.DataElements.Where(dataElement => dataTypeId.Equals("default", StringComparison.Ordinal)), you can write dataAccessor.GetDataElementsForType("default"), which is easier and clearer.

v8.5.0-rc8 failed on the release script, so we had to skip it.

What's Changed

New Features 🎉

  • Use extension methods instead of properties for convenience methods on IInstantanceDataAccessor by @ivarne in #907

Dependency Upgrades 📦

  • Fix issues exposed by dotnet 9 sdk by @ivarne in #920

Full Changelog: v8.5.0-rc7...v8.5.0-rc8

v8.5.0-rc7

21 Nov 14:53
9cb9bc6
Compare
Choose a tag to compare
v8.5.0-rc7 Pre-release
Pre-release

What's Changed

New Features 🎉

Bugfixes 🐛

  • Revert to using Newtonsoft.Json for parsing instance by @ivarne in #910

Dependency Upgrades 📦

Full Changelog: v8.5.0-rc6...v8.5.0-rc7

v8.5.0-rc6

15 Nov 12:18
17655e5
Compare
Choose a tag to compare
v8.5.0-rc6 Pre-release
Pre-release

What's Changed

New Features 🎉

  • Added support for displaying a text if the user is previewing the pdf by @adamhaeger in #904

Bugfixes 🐛

  • use presence of org in user claims for conditionally setting read status on instance create by @chrrust in #887
  • Fix VerifyDataElementsUnchangedSincePreviousChanges by @ivarne in #905

New Contributors

Full Changelog: v8.5.0-rc5...v8.5.0-rc6

v8.5.0-rc5

11 Nov 07:42
63cfd90
Compare
Choose a tag to compare
v8.5.0-rc5 Pre-release
Pre-release

What's Changed

Bugfixes 🐛

  • Send language to IUserAction's when running process/next by @ivarne in #872
  • Fix compatibility code in ActionsController to properly handle the obsolete UpdatedDataModels by @ivarne in #885
  • Add tests for data element Post and fix bug with AbandonChanges by @ivarne in #875
  • POST instance: don't attemt to parse instance from body when it's empty or not json by @ivarne in #888

Full Changelog: v8.5.0-rc4...v8.5.0-rc5

v8.3.8

08 Nov 10:31
dcd9c77
Compare
Choose a tag to compare

What's Changed

New Features 🎉

Full Changelog: v8.3.7...v8.3.8

v8.5.0-rc4

31 Oct 07:04
caf1866
Compare
Choose a tag to compare
v8.5.0-rc4 Pre-release
Pre-release

Fixes a bug where we generate duplicate subforms.

What's Changed

New Features 🎉

  • Implement IInstanceDataMutator.AbandonAllChanges by @ivarne in #870

Full Changelog: v8.5.0-rc3...v8.5.0-rc4

v8.5.0-rc3

28 Oct 12:55
6bac8a1
Compare
Choose a tag to compare
v8.5.0-rc3 Pre-release
Pre-release

What's Changed

New Features 🎉

  • Call IDataWriteProcessor on all data element mutations and add new POST endpoint with better response type by @ivarne in #853

Bugfixes 🐛

Other Changes

  • Ensure that we cleanup instances after running tests that create instances by @ivarne in #855

Full Changelog: v8.5.0-rc2...v8.5.0-rc3

v8.5.0-rc2

18 Oct 08:28
531a4f3
Compare
Choose a tag to compare
v8.5.0-rc2 Pre-release
Pre-release

What's Changed

New Features 🎉

  • Use text resource bindings to get footer title by @Magnusrm in #836

Bugfixes 🐛

  • Fix process history with telemetry by @ivarne in #841

Other Changes

  • Remove default implementation from IDataWriteProcessor by @ivarne in #834
  • Include the full instance in single patch response by @ivarne in #835
  • Fix NullReferenceException when using a gateway before instance is created by @chrrust in #848

New Contributors

Full Changelog: v8.5.0-rc1...v8.5.0-rc2

v8.3.7

17 Oct 08:52
Compare
Choose a tag to compare

Same as v8.3.6 but with working tests so that it get published to nuget.

What's Changed

BugFixes 🐛

  • Fix process history with telemetry by @ivarne in #841

New Features 🎉

  • Add an optional footer for the generated PDF by @Magnusrm in #792

Other Changes

  • Make backend expression "equals" support float and long data types by @ivarne in #807
  • Use ApiConventions to solve enum serialization on assembly scope by @HauklandJ in #784
  • Add test for posting instance simplified with prefill by @martinothamar in #819

Full Changelog: v8.3.6...v8.3.7