Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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