You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+28Lines changed: 28 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,6 +10,34 @@
10
10
## Security
11
11
* A user-friendly description of a security fix. {issue-number}
12
12
13
+
---
14
+
15
+
[//]: #(START/v3.0.0)
16
+
# v3.0.0
17
+
18
+
## 🔴 Breaking Changes
19
+
* Remove `letters` option from password recipes. Letters are now always included in generated passwords and cannot be disabled. Configurations using `letters` in `password_recipe` will result in an error. {#256}
20
+
* The `account` field should now be set to the account name. Account name appears at the top of the left sidebar in the 1Password desktop app.
21
+
* Users who use biometric authentication should configure 1Password desktop app. {#270}
22
+
23
+
## Features
24
+
* Update provider to use 1Password SDKs. {#270}
25
+
* Add `connect_url` and `connect_token` configuration parameters. These are more specific alternatives to `url` and `token` for Connect authentication. The original `url` and `token` parameters continue to be supported but are set for deprecation. {#265}
26
+
27
+
## Fixes
28
+
* Fix provider error when item is manually removed from 1Password. {#97}
29
+
* Update testing documentation with available testing make commands and setup instructions. {#269}
30
+
* Update README and documentation to reference 1Password developer portal. {#266}
31
+
* Fix field reference from `label` to `id` for item data source. {#213}
32
+
33
+
## Changes
34
+
* Remove 1Password CLI support in favor of SDKs. {#264}
35
+
36
+
## Security
37
+
* Update `golang.org/x/crypto` from 0.39.0 to 0.45.0 to address security vulnerabilities. {#276}
0 commit comments