Skip to content

Commit 7aa9b95

Browse files
Merge pull request #39 from 1Password/release/v1.2.0
Preparing v1.2.0 release
2 parents c809bfa + bd79509 commit 7aa9b95

2 files changed

Lines changed: 52 additions & 21 deletions

File tree

CHANGELOG.md

Lines changed: 51 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,55 +1,86 @@
1-
[//]: # (START/LATEST)
1+
[//]: # "START/LATEST"
2+
23
# Latest
34

45
## Features
5-
* A user-friendly description of a new feature. {issue-number}
6+
7+
- A user-friendly description of a new feature. {issue-number}
68

79
## Fixes
8-
* A user-friendly description of a fix. {issue-number}
10+
11+
- A user-friendly description of a fix. {issue-number}
912

1013
## Security
11-
* A user-friendly description of a security fix. {issue-number}
14+
15+
- A user-friendly description of a security fix. {issue-number}
1216

1317
---
1418

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+
1639
# v1.1.0
1740

1841
## 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}
2145

2246
## 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}
2449

2550
---
2651

27-
[//]: # (START/v1.0.1)
52+
[//]: # "START/v1.0.1"
53+
2854
# v1.0.1
2955

3056
## 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.
3360

3461
---
3562

36-
[//]: # (START/v1.0.0)
63+
[//]: # "START/v1.0.0"
64+
3765
# v1.0.0
3866

3967
## 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
4372

4473
---
4574

46-
[//]: # (START/v0.0.1)
75+
[//]: # "START/v0.0.1"
76+
4777
# v0.0.1
4878

4979
## 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.
5485

5586
---

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "onepasswordconnectsdk"
3-
version = "1.1.0"
3+
version = "1.2.0"
44
description = "Python SDK for 1Password Connect"
55
license = "MIT"
66
authors = ["1Password"]

0 commit comments

Comments
 (0)