Skip to content

Releases: digipost/signature-api-client-dotnet

1.0.5917.26528-beta3 - Availability, ordering of signers and configuration for sender

14 Mar 14:23

Choose a tag to compare

New

  • Adds possibility to set Signer.Order for ordering of senders for PortalJob.
  • Sender can be set in ClientConfiguration or on each job. Defaults to ClientConfiguration if not set on job.
  • Availability of PortalJob can bespecified by Activation and AvailableFor.
  • All DirectJob status requests must be called with a token returned in ExitUrl

1.0.5907.21205-beta2 - Enhanced error handling and logging

04 Mar 10:48

Choose a tag to compare

New

  • No need to remember Urls to endpoints. These are now in Environment
  • PortalJob can now be cancelled. Perfect for those jobs that needs cancelling.
  • A ton of error handling added. There is now a big chance of a sexy error class being thrown in case of an error.
  • Polling for changes onPortalClient now gives an empty PortalJobStatusChangeResponse with status JobStatus.NoChanges. Convenient.
  • Adds Log4Net. Adding a Log4Net section to App.config will reveal unlimited possiblities for logging to Console, Trace or File.

1.0.5893.26149-beta2 - Create portal job

19 Feb 12:45

Choose a tag to compare

New

  • PortalClient is now available - create a job and send to web portal
  • DirectJob.Sender is removed, as this is fetched from ClientConfiguration.Sender when needed.

0.3.5871.17215-beta1 - Create signature with redirect flow

28 Jan 08:39

Choose a tag to compare

New

  • The first beta version of the Signature Api Client is released! To celebrate this we now start at version 0.3 instead of the good old 0.1 All bugs are now welcome and can be submitted here. Hooray!