Skip to content
This repository has been archived by the owner on Jun 2, 2020. It is now read-only.

Releases: klarna/kco_rest_dotnet

[3.1.12] - 2020-02-14

14 Feb 13:55
6fadb41
Compare
Choose a tag to compare

Changed

  • Rolled back previous model changes. Remove obsolescence notices.

Added

  • HTTP Transport: Oceania Base URLs (playground and production)

[3.1.10] (Enhancements Release/Auto-generated models) - 2019-12-10

10 Dec 13:41
Compare
Choose a tag to compare

Release notes

This release contains fully updated API models. All the models were split by appropriate API entities
and all the models are auto-generated now. This change simplifies keeping up-to-date changes in the API
request/response.

Note: all the models from the Model namespace are marked as obsolete and will be removed in future releases

Added

  • New auto-generated models and Store support of these models Full backward compatibility:
    • Checkout API
    • Customer Token API
    • Merchant Card Services API
    • Order Management API
    • Payments API
    • Settlements API
  • Add support of the latest [2019-12-10] API features

Fixed

  • Fixed Sample application namespaces. Use non-obsolete Communication namespace.

[3.1.8] - 2019-11-05 (Enhancements / BugFix Release)

05 Nov 16:12
Compare
Choose a tag to compare

Changed

  • Generated HPP models and put them in a new namespace Klarna.Rest.Core.Model.HostedPaymentPage. Generated models have all fields in the API
    and fixes #77

Added

  • Overloaded HostedPaymentPageStore methods to use new HPP models.

Fixed

  • Fixes the GET endpoint for sessions to be /hpp/v1/sessions/{sessionid} instead of /hpp/v1/sessions/{session}/status. Fixes #78

[3.1.7] (BugFix Release)

01 Nov 15:54
Compare
Choose a tag to compare

Fixed

  • HostedPaymentPage distribute session method did not send a body payout. Resolves #72;
  • Fix the authorization_token property for the HostedPaymentPageSessionStatus model. Actualize model. Resolves #73

[3.1.6.1] - 2019-10-16 (Enhancements)

16 Oct 08:15
Compare
Choose a tag to compare

Changed

  • nuspec file now has all the SDK dependencies

[3.1.5] - 2019-10-15 (Enhancements / BugFix Release)

15 Oct 14:55
Compare
Choose a tag to compare

Changed

Added

Fixed

[3.1.4] - 2019-08-09 (Enhancements / BugFix Release)

09 Aug 10:12
c498ed0
Compare
Choose a tag to compare

Changed

  • Resolves #57:
    Combine similar OrderManager Refund models into a single one.
    Add missing field to OrderManagementRefund model;
  • Resolves #55:
    Refactoring: Rethink async/await and add ConfigureAwait in order to avoid dead-locking.

Added

Fixed

  • Resolves #53:
    Actualize the CheckoutOrder and OrderManagementOrder models;
  • Resolves #56:
    Order management: Fix typo in the release remaining authorization endpoint.

[3.1.3] - 2019-05-31 (Enhancements Release)

31 May 12:34
b8a211b
Compare
Choose a tag to compare

Changed

  • Change the process of handling non-json errors from the API servers. Fix the example to show the real error processing workflow.
  • Update examples files to show the real error processing workflow.

Added

  • CustomerToken API: Add support of the Status update;
  • Examples: Add "How to use discounts" exmaple.

[3.1.2] - 2019-03-29 (Enhancements / BugFix Release)

29 Mar 14:25
Compare
Choose a tag to compare

Changed

  • Change the license element in .nuspec
  • Update the example domain URLs

Added

  • Resolves #36: OrderManagement: Add method to create and fetch a Refund
  • Resolves #17: OrderManagement: Add method to create and fetch a Capture
  • Communication: Add a possiblity for Store entities to get the raw response

Fixed

  • OrderManagement: Fix the Capture create method. Warning: the method signature was changed
  • Resolves #37: OrderManagementOrder model: Fix the typo in json field name. marchant_data -> merchant_data

3.1.1 - 2019-03-14 (Maintenance / BugFix Release)

14 Mar 22:54
Compare
Choose a tag to compare

Changed

  • Sample program made more verbose, code is better annotated and sample credentials are removed
  • Better illustrate use of CheckoutOrderOptions.AllowedCustomerTypes in example / sample app
  • Started augmenting documentation for methods

Added

  • .nuspec file to improve available metadata on nuget.org

Fixed

  • Fix up CHANGELOG to better reflect issues resolved by previous release
  • Resolves #27
  • Resolves #33