|
1 | | -[//]: # (START/LATEST) |
| 1 | +[//]: # "START/LATEST" |
| 2 | + |
2 | 3 | # Latest |
3 | 4 |
|
4 | 5 | ## Features |
5 | | - * A user-friendly description of a new feature. {issue-number} |
| 6 | + |
| 7 | +- A user-friendly description of a new feature. {issue-number} |
6 | 8 |
|
7 | 9 | ## Fixes |
8 | | - * A user-friendly description of a fix. {issue-number} |
| 10 | + |
| 11 | +- A user-friendly description of a fix. {issue-number} |
9 | 12 |
|
10 | 13 | ## Security |
11 | | - * A user-friendly description of a security fix. {issue-number} |
| 14 | + |
| 15 | +- A user-friendly description of a security fix. {issue-number} |
12 | 16 |
|
13 | 17 | --- |
14 | 18 |
|
15 | | -[//]: # (START/v1.1.0) |
| 19 | +[//]: # "START/v1.2.0" |
| 20 | + |
| 21 | +# v1.2.0 |
| 22 | + |
| 23 | +## Features |
| 24 | + |
| 25 | +- Add support for downloading documents stored in 1Password {#26} |
| 26 | + |
| 27 | +## Fixes |
| 28 | + |
| 29 | +- Updates to README to clarify how to use HOST_NAME {#25} |
| 30 | +- Fixed load and load_dict method examples in the README {#35} |
| 31 | +- get_item_by_tile now retrieves item details instead of a summary {#27} |
| 32 | +- retrieving items using the get_item method can now be done using either vault/item names or ids {#27} |
| 33 | +- added pipeline for running tests {#28} |
| 34 | + |
| 35 | +--- |
| 36 | + |
| 37 | +[//]: # "START/v1.1.0" |
| 38 | + |
16 | 39 | # v1.1.0 |
17 | 40 |
|
18 | 41 | ## Features |
19 | | - * Connect host can now also be supplied through the `OP_CONNECT_HOST` envrionment variable. |
20 | | - * The `API_CREDENTIAL` category is now supported. {#13} |
| 42 | + |
| 43 | +- Connect host can now also be supplied through the `OP_CONNECT_HOST` envrionment variable. |
| 44 | +- The `API_CREDENTIAL` category is now supported. {#13} |
21 | 45 |
|
22 | 46 | ## Fixes |
23 | | - * The `OTP` field type is no longer considered to be invalid. {#12} |
| 47 | + |
| 48 | +- The `OTP` field type is no longer considered to be invalid. {#12} |
24 | 49 |
|
25 | 50 | --- |
26 | 51 |
|
27 | | -[//]: # (START/v1.0.1) |
| 52 | +[//]: # "START/v1.0.1" |
| 53 | + |
28 | 54 | # v1.0.1 |
29 | 55 |
|
30 | 56 | ## Fixes |
31 | | -* Code snippet for setting up client now functions correctly. |
32 | | -* Package correctly shows information like readme and the GitHub repository on PyPi. |
| 57 | + |
| 58 | +- Code snippet for setting up client now functions correctly. |
| 59 | +- Package correctly shows information like readme and the GitHub repository on PyPi. |
33 | 60 |
|
34 | 61 | --- |
35 | 62 |
|
36 | | -[//]: # (START/v1.0.0) |
| 63 | +[//]: # "START/v1.0.0" |
| 64 | + |
37 | 65 | # v1.0.0 |
38 | 66 |
|
39 | 67 | ## Features |
40 | | -* Release Automation |
41 | | -* Updating pip install instructions in readme |
42 | | -* Converting models to use more user friendly names |
| 68 | + |
| 69 | +- Release Automation |
| 70 | +- Updating pip install instructions in readme |
| 71 | +- Converting models to use more user friendly names |
43 | 72 |
|
44 | 73 | --- |
45 | 74 |
|
46 | | -[//]: # (START/v0.0.1) |
| 75 | +[//]: # "START/v0.0.1" |
| 76 | + |
47 | 77 | # v0.0.1 |
48 | 78 |
|
49 | 79 | ## Features |
50 | | -* Inaugural release for the 1Password Connect Python SDK. |
51 | | -* API Client |
52 | | -* Models generated from our OpenAPIv3 spec |
53 | | -* Support for reading, updating, creating, and deleting Items in 1Password vaults. |
| 80 | + |
| 81 | +- Inaugural release for the 1Password Connect Python SDK. |
| 82 | +- API Client |
| 83 | +- Models generated from our OpenAPIv3 spec |
| 84 | +- Support for reading, updating, creating, and deleting Items in 1Password vaults. |
54 | 85 |
|
55 | 86 | --- |
0 commit comments