Releases: faluapp/falu-dotnet
Releases · faluapp/falu-dotnet
1.7.0
What's Changed
- #120 SDK Updates:
- Remove obsolete
SendAsync(...)
andSendBatchAsync(...)
methods inMessagesServiceClient
.
- Remove obsolete
- #121 Remove obsoleted
IdentitySearch
client and types. - #122 API Updates for Version
2022-09-01
:- Update API version to
2022-09-01
. To
inMessageCreateRequest
now takes one destination only.- Replace
TimeSpan
in models withstring
for ISO8601 duration.
- Update API version to
Full Changelog: 1.6.0...1.7.0
1.6.0
BUG FIXES
- #118
To
property should beTos
inMessageBatchCreateRequestMessage
.
Other changes
- #116 General SDK updates.
- Added
CreateAsync(...)
inMessagesServiceClient
and markSendAsync(...)
as obsolete. - Replace
Message.Provider
withMessage.Error
.
- Added
- #117 API updates
- Added
message.created
andmessage.scheduled
event. - Added method for getting status in
MessageBatchesServiceClient
.
- Added
Full Changelog: 1.5.0...1.6.0
1.5.0
What's Changed
- #115 API updates
- Added support for MessageBatch API hence mark
SendBatchAsync(...)
as obsolete in its favour. - Added methods for cancel and redact on identity verifications, evaluations and messages.
- Added
Batch
,Segements
,Sent
properties toMessage
. - Added filters by
sent
,batch
, andstream
when listing messages
- Added support for MessageBatch API hence mark
Full Changelog: 1.4.0...1.5.0
1.4.0
What's Changed
- #109 API updates
- Added
Redaction
toFile
andWebhookEvent<T>
objects. - Added
Updated
toWebhookEvent<T>
. - Added filters by:
type
andpurpose
when listing transferstype
when listing paymentsreason
when listing transfer reversals and payment refunds
- Added
- #114 API updates
- Added
Schedule
toMessageCreateRequest
andMessage
. - Added
IssuingAuthority
toIdentityVerificationReportDocument
.
- Added
- #113 Replace
<c>null</c>
with<see langword="null"/>
Full Changelog: 1.3.0...1.4.0
1.3.0
What's Changed
- Remove
ScoreAsync(...)
and obsolete types for evaluations in #101, #102 - Replace
EventUtility
with a better version namedWebhookUtility
in #103 - Added new and missing event types in #105
- Support API Version
2022-05-01
in #106 - Replace
Live
withAllowUploads
inIdentityVerificationOptions
and its children in #107 - Support for
driving_license_categories
in #108
Full Changelog: 1.2.0...1.3.0
1.2.0
1.1.0
What's Changed
- Added
EvaluationReport
andEvaluationReportsServiceClient
(#92). Also updatedEvaluation
. - Use
IValidateOptions<T>
to validate the options created (#79)
Dependencies:
- Bump Tingle.Extensions.JsonPatch from 3.5.2 to 3.6.0 (#81, #90)
- Bump CloudNative.CloudEvents from 2.2.0 to 2.3.1 (#86, #88)
- Bump CloudNative.CloudEvents.SystemTextJson from 2.2.0 to 2.3.1 (#87, #89)
Full Changelog: 1.0.0...1.1.0
1.0.0
What's Changed
- Remove net5.0 support instead fallback to netstandard2.1 (#76)
- List of values for query should be added as multiple entries not combined (#75)
- Better handling of values in
QueryValues
(#77)
Full Changelog: 0.12.0...1.0.0
0.12.0
0.11.0
Breaking changes
- Remove enums instead use strings [https://github.com//pull/57]
- Cloud events support in [https://github.com//pull/58]
- Fix/reuse json serializer options in [https://github.com//pull/59]
Full Changelog: 0.10.0...0.11.0