Skip to content

Commit

Permalink
Merge pull request #39 from 1Password/release/v1.2.0
Browse files Browse the repository at this point in the history
Preparing v1.2.0 release
  • Loading branch information
jillianwilson authored Mar 22, 2022
2 parents c809bfa + bd79509 commit 7aa9b95
Show file tree
Hide file tree
Showing 2 changed files with 52 additions and 21 deletions.
71 changes: 51 additions & 20 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,55 +1,86 @@
[//]: # (START/LATEST)
[//]: # "START/LATEST"

# Latest

## Features
* A user-friendly description of a new feature. {issue-number}

- A user-friendly description of a new feature. {issue-number}

## Fixes
* A user-friendly description of a fix. {issue-number}

- A user-friendly description of a fix. {issue-number}

## Security
* A user-friendly description of a security fix. {issue-number}

- A user-friendly description of a security fix. {issue-number}

---

[//]: # (START/v1.1.0)
[//]: # "START/v1.2.0"

# v1.2.0

## Features

- Add support for downloading documents stored in 1Password {#26}

## Fixes

- Updates to README to clarify how to use HOST_NAME {#25}
- Fixed load and load_dict method examples in the README {#35}
- get_item_by_tile now retrieves item details instead of a summary {#27}
- retrieving items using the get_item method can now be done using either vault/item names or ids {#27}
- added pipeline for running tests {#28}

---

[//]: # "START/v1.1.0"

# v1.1.0

## Features
* Connect host can now also be supplied through the `OP_CONNECT_HOST` envrionment variable.
* The `API_CREDENTIAL` category is now supported. {#13}

- Connect host can now also be supplied through the `OP_CONNECT_HOST` envrionment variable.
- The `API_CREDENTIAL` category is now supported. {#13}

## Fixes
* The `OTP` field type is no longer considered to be invalid. {#12}

- The `OTP` field type is no longer considered to be invalid. {#12}

---

[//]: # (START/v1.0.1)
[//]: # "START/v1.0.1"

# v1.0.1

## Fixes
* Code snippet for setting up client now functions correctly.
* Package correctly shows information like readme and the GitHub repository on PyPi.

- Code snippet for setting up client now functions correctly.
- Package correctly shows information like readme and the GitHub repository on PyPi.

---

[//]: # (START/v1.0.0)
[//]: # "START/v1.0.0"

# v1.0.0

## Features
* Release Automation
* Updating pip install instructions in readme
* Converting models to use more user friendly names

- Release Automation
- Updating pip install instructions in readme
- Converting models to use more user friendly names

---

[//]: # (START/v0.0.1)
[//]: # "START/v0.0.1"

# v0.0.1

## Features
* Inaugural release for the 1Password Connect Python SDK.
* API Client
* Models generated from our OpenAPIv3 spec
* Support for reading, updating, creating, and deleting Items in 1Password vaults.

- Inaugural release for the 1Password Connect Python SDK.
- API Client
- Models generated from our OpenAPIv3 spec
- Support for reading, updating, creating, and deleting Items in 1Password vaults.

---
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "onepasswordconnectsdk"
version = "1.1.0"
version = "1.2.0"
description = "Python SDK for 1Password Connect"
license = "MIT"
authors = ["1Password"]
Expand Down

0 comments on commit 7aa9b95

Please sign in to comment.