Skip to content

Releases: faluapp/falu-dotnet

2.2.0

11 Jul 07:55
e9b71f6
Compare
Choose a tag to compare

What's Changed

  • Bump Polyfill from 5.5.3 to 5.6.0 #252
  • Upload files using the files.falu.io in #253

Full Changelog: 2.1.0...2.2.0

2.1.0

04 Jul 09:22
a76770a
Compare
Choose a tag to compare

What's Changed

  • #251: Add Device and TaxId details in the IdentityVerificationReport and IdentityVerificationOutputs.

Full Changelog: 2.0.1...2.1.0

2.0.1

01 Jul 10:18
db82384
Compare
Choose a tag to compare

What's Changed

  • #250: Set AssemblyName to FaluSdk and PackageId to Falu

Full Changelog: 2.0.0...2.0.1

2.0.0

01 Jul 09:19
0ac52f6
Compare
Choose a tag to compare

What's Changed

  • #239: Use source generators for RegEx in.NET 7 or later.
  • #242: Remove DataRedactionStatus enum because of serialization issues.
  • #243: Added Optional<T> that creates room for JSON Merge Patch.
  • #245: Major renaming of types for patch/update and creation.
  • #244: Rename FaluSdk -> Falu and FaluSdk.Tests -> Falu.Tests
  • #247: Remove inheritance from **UpdateOptions types
  • #248: Migrate from JSON Patch to JSON Merge Patch.

Full Changelog: 1.14.0...2.0.0

1.14.0

05 Jun 07:12
79498f2
Compare
Choose a tag to compare

What's Changed

  • #212: Add README.md to the NuGet package.
  • #236: AoT compatibility

Full Changelog: 1.13.1...1.14.0

1.13.1

20 Nov 06:52
221d9d0
Compare
Choose a tag to compare

What's Changed

  • #196: Allow passing JsonTypeInfo<> values in ctor for BaseServiceClient<>

Full Changelog: 1.13.0...1.13.1

1.13.0

20 Nov 05:23
0d4053a
Compare
Choose a tag to compare

What's Changed

  • #191: Support for .NET 8 with JSON improvements

Full Changelog: 1.12.0...1.13.0

1.12.0

12 Jul 07:25
c06cc95
Compare
Choose a tag to compare

What's Changed

  • #170 API updates:
    • Added Type to MessageTemplate and MessageTemplateListOptions.
    • Added support for translations in Message Templates.
    • Added Hashes to the File.
    • Added Requested and Completed properties to DataReduction.
    • Added StatusReason and DeclineReason to PaymentAuthorization and PaymentAuthorizationListOptions.
    • Added Issuer to IdentityVerificationReportIdNumber and IdentityVerificationOutputs.
    • Added Default to MessageStream and MessageStreamsListOptions.
    • Added support for listing and retrieving TemporaryKeys
    • Added IP address report for identity verifications.

Full Changelog: 1.11.5...1.12.0

1.11.5

10 Jul 12:12
3ad382d
Compare
Choose a tag to compare

What's Changed

  • #169: Expose Populate(...) in BasicListOptions to allow use outside the library

Full Changelog: 1.11.4...1.11.5

1.11.4

19 Jun 18:02
b798d15
Compare
Choose a tag to compare

What's Changed

  • #165: Allow dynamic access for public constructors on client and options types which fixes trimming issues.

Full Changelog: 1.11.3...1.11.4