]> git.proxmox.com Git - proxmox.git/blob - proxmox-tfa/debian/changelog
efb92f5a073efe07a74b6c15a307298ea0d617c8
[proxmox.git] / proxmox-tfa / debian / changelog
1 rust-proxmox-tfa (3.0.0-1) stable; urgency=medium
2
3 * Make `UserChallengeAccess` object-safe:
4 - drop `Sized` requirement
5 - make `save()` take `&mut self`
6
7 * Drop `Clone` requirement on `OpenUserChallengeData`
8
9 * Drop `Data` associated type from `OpenUserChallengeData`, make methods return
10 `Box<dyn UserChallengeAccess>` instead
11
12 -- Proxmox Support Team <support@proxmox.com> Thu, 02 Feb 2023 11:03:34 +0100
13
14 rust-proxmox-tfa (2.1.0-1) stable; urgency=medium
15
16 * expose allow_subdomains property for webauthn, defaulting to true
17
18 * include 'webauthn' property when deserializing a `TfaChallenge` object to
19 make it reusable by clients
20
21 * bump edition to 2021
22
23 -- Proxmox Support Team <support@proxmox.com> Mon, 25 Jul 2022 13:31:25 +0200
24
25 rust-proxmox-tfa (2.0.0-1) stable; urgency=medium
26
27 * add Webauthn::digest
28
29 * let OriginUrl deref to its inner Url and add FromStr/TryFrom/Into<String>
30 impls
31
32 * make configured webauthn origin optional, allow users to pass an
33 origin-override
34
35 -- Proxmox Support Team <support@proxmox.com> Tue, 23 Nov 2021 16:19:16 +0100
36
37 rust-proxmox-tfa (1.3.2-1) stable; urgency=medium
38
39 * fix instantiation of u2f context, use origin instead of always replacing
40 it with the appid
41
42 -- Proxmox Support Team <support@proxmox.com> Mon, 22 Nov 2021 13:26:22 +0100
43
44 rust-proxmox-tfa (1.3.1-1) stable; urgency=medium
45
46 * rebuild with base64 0.13
47
48 * bump webauthn-rs to 0.3
49
50 -- Proxmox Support Team <support@proxmox.com> Thu, 18 Nov 2021 12:59:59 +0100
51
52 rust-proxmox-tfa (1.3.0-1) stable; urgency=medium
53
54 * add tfa API entry points and optional api-type/schema generation
55
56 -- Proxmox Support Team <support@proxmox.com> Wed, 17 Nov 2021 09:27:33 +0100
57
58 rust-proxmox-tfa (1.2.0-1) stable; urgency=medium
59
60 * make u2f::AuthChallenge Clone + Debug
61 * add version field to u2f::AuthChallenge
62
63 -- Proxmox Support Team <support@proxmox.com> Tue, 02 Nov 2021 12:53:54 +0100
64
65 rust-proxmox-tfa (1.1.0-1) stable; urgency=medium
66
67 * add Totp::digits getter
68
69 -- Proxmox Support Team <support@proxmox.com> Fri, 29 Oct 2021 14:31:53 +0200
70
71 rust-proxmox-tfa (1.0.0-1) stable; urgency=medium
72
73 * initial split out of `librust-proxmox-dev`
74
75 -- Proxmox Support Team <support@proxmox.com> Mon, 04 Oct 2021 11:38:53 +0200