This repository has been archived by the owner on Dec 25, 2024. It is now read-only.
Releases: faluapp/falu-dotnet
Releases · faluapp/falu-dotnet
1.11.5
What's Changed
- #169: Expose
Populate(...)
inBasicListOptions
to allow use outside the library
Full Changelog: 1.11.4...1.11.5
1.11.4
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
1.11.3
What's Changed
- #164: Call ReadFromJsonAsync(...) only if content length is greater than zero
- #161, #163: Bump Tingle.Extensions.JsonPatch from 4.1.0 to 4.2.0
Full Changelog: 1.11.2...1.11.3
1.11.2
1.11.1
1.11.0
1.10.0
1.9.0
What's Changed
- #119: Remove evaluations as it is no longer supported by the servers.
- #132: Added
JsonSnakeCaseNamingPolicy
hence removeJsonPropertyNameAttribute
usages which ensures properties are serialized property such asAllowUploads
becomesallow_uploads
.
Full Changelog: 1.8.0...1.9.0
1.8.0
What's Changed
- #129 API updates:
- Added support for Temporary Keys API
- Added support for Messages Suppressions API
- Added support for Customers API
- #131 API Updates:
- Added filter for
To
toMessagesListOptions
. - Added customer linking for
Message
,IdentityVerification
,PaymentRefund
,Payment
,Transfer
, andTransferReversal
. - Added
MessageCreateRequestTemplate
to separate usage fromMessageSourceTemplate
. - Added media to
Message
,MessageCreateRequest
andMessageBatchCreateRequest
. Segments
inMessage
andMessageBatch
should be nullable.
- Added filter for
Full Changelog: 1.7.2...1.8.0
1.7.2
What's Changed
- #128
CreateAsync(...)
return type inMessagesServiceClient
Dependencies:
- Bump CloudNative.CloudEvents and CloudNative.CloudEvents.SystemTextJson from 2.3.1 to 2.4.0 in #126, and #127
Full Changelog: 1.7.1...1.7.2