Skip to content
This repository has been archived by the owner on Sep 15, 2023. It is now read-only.

Releases: admin-ch/CovidCertificate-SDK-iOS

v3.6.0

21 Jul 13:37
d352404
Compare
Choose a tag to compare

What's Changed

  • makes standardizedFamilyName optional by @stmitt in #145

Full Changelog: v3.5.0...v3.6.0

v3.5.0

28 Jun 07:47
6a38683
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.4.0...v3.5.0

v3.4.0

13 Apr 11:24
17412b6
Compare
Choose a tag to compare

What's Changed

  • Add possibility to check validity of certificates against rules of other countries (as long as they publish their business rules on the EU gateway)

Full Changelog: v3.3.0...v3.4.0

v3.3.0

21 Jan 13:29
e0ad195
Compare
Choose a tag to compare

What's Changed

  • Adds new rules to handle positive antigen test
  • Adds banner identifier to display rules by @stmitt in #132

Full Changelog: v3.2.0...v3.3.0

v3.2.0

07 Jan 10:25
66eedcf
Compare
Choose a tag to compare

This release of the SDK includes the following changes:

Full Changelog: v3.1.0...v3.2.0

v3.1.0

17 Dec 17:28
aef7c4d
Compare
Choose a tag to compare

This release of the SDK includes the following changes:

  • 2G+ and «Test certificate» have been added as new verification modes. See the README for how to use it.

Full Changelog: v3.0.0...v3.1.0

v3.0.0

13 Dec 10:01
1d5f9c3
Compare
Choose a tag to compare

This release of the SDK includes the following changes:

  • Support for different certificate verification modes (e.g. 2G, 3G). See the README for how to use it.

Full Changelog: v2.0.0...v3.0.0

v2.0.0

26 Nov 10:56
4670cd0
Compare
Choose a tag to compare

This release of the SDK includes the following changes:

  • The isSwitzerlandOnly flag that states whether a certain type of certificate is only valid in Switzerland is now computed in the display rules. In the previous version, this flag was hardcoded for certain certificate types (e.g., light certificates). The flag is now returned in the VerificationResult.
  • The SDK has been updated to correctly handle the new certificates for tourists. To process the display rules for this type of certificate, the iat and exp flags from the CWT are now passed to the CertLogic as well.
  • The NationalRulesError enum case UNKNOWN_TEST_FAILURE has been renamed to the more descriptive name UNKNOWN_CERTLOGIC_FAILURE, because the word "TEST" was rather confusing, given the context.
  • DateFormatter uses have been refactored to be more efficient (i.e., less DateFormatter instances are created at runtime).

What's Changed

Full Changelog: v1.2.0...v2.0.0

v1.2.0

12 Nov 12:54
9dfec40
Compare
Choose a tag to compare

This release introduces the following changes:

  • The SDK returns an error if it detects a time difference between the server and device time. The allowed difference can be configured via SDKOptions.

v1.1.0

04 Oct 08:01
c5eaae3
Compare
Choose a tag to compare
  • several minor bug fixes
  • updates dependencies to be referenced by version