Releases: faluapp/falu-dotnet
Releases · faluapp/falu-dotnet
2.2.1
What's Changed
- #254: Remove money balances updated event
- #261: Bump the cloud-native group with 2 updates
- #255, #273, #278: Bump Microsoft.Extensions.Http.Polly from 8.0.6 to 8.0.10 in the microsoft group
- #279: Bump System.Net.Http.Json from 8.0.0 to 8.0.1 in the system group
Full Changelog: 2.2.0...2.2.1
2.2.0
What's Changed
Full Changelog: 2.1.0...2.2.0
2.1.0
What's Changed
- #251: Add
Device
andTaxId
details in theIdentityVerificationReport
andIdentityVerificationOutputs
.
Full Changelog: 2.0.1...2.1.0
2.0.1
What's Changed
- #250: Set
AssemblyName
toFaluSdk
andPackageId
toFalu
Full Changelog: 2.0.0...2.0.1
2.0.0
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
andFaluSdk.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
What's Changed
Full Changelog: 1.13.1...1.14.0
1.13.1
What's Changed
- #196: Allow passing
JsonTypeInfo<>
values in ctor forBaseServiceClient<>
Full Changelog: 1.13.0...1.13.1
1.13.0
1.12.0
What's Changed
- #170 API updates:
- Added
Type
toMessageTemplate
andMessageTemplateListOptions
. - Added support for translations in Message Templates.
- Added
Hashes
to theFile
. - Added
Requested
andCompleted
properties toDataReduction
. - Added
StatusReason
andDeclineReason
toPaymentAuthorization
andPaymentAuthorizationListOptions
. - Added
Issuer
toIdentityVerificationReportIdNumber
andIdentityVerificationOutputs
. - Added
Default
toMessageStream
andMessageStreamsListOptions
. - Added support for listing and retrieving TemporaryKeys
- Added IP address report for identity verifications.
- Added
Full Changelog: 1.11.5...1.12.0
1.11.5
What's Changed
- #169: Expose
Populate(...)
inBasicListOptions
to allow use outside the library
Full Changelog: 1.11.4...1.11.5