Skip to content

Releases: faluapp/falu-dotnet

1.7.0

05 Sep 05:44
caed26b
Compare
Choose a tag to compare

What's Changed

  • #120 SDK Updates:
    • Remove obsolete SendAsync(...) and SendBatchAsync(...) methods in MessagesServiceClient.
  • #121 Remove obsoleted IdentitySearch client and types.
  • #122 API Updates for Version 2022-09-01:
    • Update API version to 2022-09-01.
    • To in MessageCreateRequest now takes one destination only.
    • Replace TimeSpan in models with string for ISO8601 duration.

Full Changelog: 1.6.0...1.7.0

1.6.0

29 Aug 16:18
68212c1
Compare
Choose a tag to compare

BUG FIXES

  • #118 To property should be Tos in MessageBatchCreateRequestMessage.

Other changes

  • #116 General SDK updates.
    • Added CreateAsync(...) in MessagesServiceClient and mark SendAsync(...) as obsolete.
    • Replace Message.Provider with Message.Error.
  • #117 API updates
    • Added message.created and message.scheduled event.
    • Added method for getting status in MessageBatchesServiceClient.

Full Changelog: 1.5.0...1.6.0

1.5.0

26 Aug 07:13
03eb94a
Compare
Choose a tag to compare

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 to Message.
    • Added filters by sent, batch, and stream when listing messages

Full Changelog: 1.4.0...1.5.0

1.4.0

22 Aug 16:55
b7115c9
Compare
Choose a tag to compare

What's Changed

  • #109 API updates
    • Added Redaction to File and WebhookEvent<T> objects.
    • Added Updated to WebhookEvent<T>.
    • Added filters by:
      • type and purpose when listing transfers
      • type when listing payments
      • reason when listing transfer reversals and payment refunds
  • #114 API updates
    • Added Schedule to MessageCreateRequest and Message.
    • Added IssuingAuthority to IdentityVerificationReportDocument.
  • #113 Replace <c>null</c> with <see langword="null"/>

Full Changelog: 1.3.0...1.4.0

1.3.0

25 Jul 05:35
Compare
Choose a tag to compare

What's Changed

  • Remove ScoreAsync(...) and obsolete types for evaluations in #101, #102
  • Replace EventUtility with a better version named WebhookUtility in #103
  • Added new and missing event types in #105
  • Support API Version 2022-05-01 in #106
  • Replace Live with AllowUploads in IdentityVerificationOptions and its children in #107
  • Support for driving_license_categories in #108

Full Changelog: 1.2.0...1.3.0

1.2.0

18 Jul 11:53
Compare
Choose a tag to compare

What's Changed

  • Redaction support in #94
  • Identity Verifications in #96
  • Mark types used for Identity Search as obsolete in #98
  • Change namespaces for evaluations models in #97
  • Added missing filters when listing webhook endpoints and message streams in #100

Full Changelog: 1.1.0...1.2.0

1.1.0

13 Jul 08:09
ea3391f
Compare
Choose a tag to compare

What's Changed

  • Added EvaluationReport and EvaluationReportsServiceClient (#92). Also updated Evaluation.
  • 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

29 Mar 06:40
4d07793
Compare
Choose a tag to compare

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

10 Feb 03:38
8a89af3
Compare
Choose a tag to compare

What's Changed

  • Remove stream providers in #61
  • Property Renames in #62
  • Remove identity marketing in #63
  • Json property names in #66

Full Changelog: 0.11.0...0.12.0

0.11.0

19 Jan 10:03
c4fcb79
Compare
Choose a tag to compare

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