Skip to content

Releases: auth0/Guardian.swift

1.4.2

30 May 10:58
70eb99e
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.4.1...1.4.2

1.4.1

28 May 19:02
e2aea21
Compare
Choose a tag to compare

What's Changed

  • Fix bug with TOTP to enable builds with Xcode 15.2+ added by @Artelas in #126

Full Changelog

1.4.0

01 May 17:51
541fe8b
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.3.0...1.4.0

1.3.0

15 Mar 14:25
4610da9
Compare
Choose a tag to compare

1.3.0 (2024-03-15)

Full Changelog

Changed

  • Add support for Xcode 15
  • Add telemetry to track usage

1.2.0

31 Oct 13:09
Compare
Choose a tag to compare

1.2.0 (2023-10-31)

Full Changelog

Changed

  • Add support for transaction linking id.
  • Add support for custom domain (demo app example).

1.1.0

01 Jun 22:02
d242e12
Compare
Choose a tag to compare

Change Log

1.1.0 (2021-06-01)

Full Changelog

Changed

  • Use JWT tokens when updating and deleting enrolled devices [SDK-2560] #91 (Widcket)

1.0.0

31 Jul 21:49
f6c91a1
Compare
Choose a tag to compare

Full Changelog

Added

  • Allow to send custom NumberFormatter for otp #76 (hzalaz)
  • Add OTP Generators #71 (hzalaz)

Changed

  • Rename Enrollment to EnrolledDevice #72 (hzalaz)

Fixed

  • Allow 204 reponse that has Data object empty #75 (hzalaz)

Breaking changes

  • Rework GuardianError #74 (hzalaz)
  • Rework Network Layer #73 (hzalaz)
  • Now the session should be configured per request. #70 (hzalaz)
  • Refactor Key handling for enroll and resolve #69 (hzalaz)
  • Refactor notification handling #68 (hzalaz)
  • Remove ObjectiveC bindings and support #67 (hzalaz)
  • Remove iOS 9 support #65 (hzalaz)

0.5.0

19 Jul 14:54
e0318bd
Compare
Choose a tag to compare

Full Changelog
Closed issues

  • Private constants as default arguments - Swift 4 Support #61

Changed

  • Update to compile with Swift 4 #63 (hzalaz)

Deprecated

  • Deprecate iOS 9 or older notification code #64 (hzalaz)

0.4.0

08 Jun 22:04
f50f833
Compare
Choose a tag to compare

Full Changelog

Added

  • Add fastlane release plugin #59 (hzalaz)
  • Add ability to log requests or add hooks on request/response/error #57 (hzalaz)

Changed

0.3.1

26 May 00:32
fe4b083
Compare
Choose a tag to compare

Full Changelog

Closed issues

  • Turn off iOS HTTP cache #51

Changed

  • Update project to latests tools and Xcode 9.3 #52 (hzalaz)

Fixed