-
Notifications
You must be signed in to change notification settings - Fork 32
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #39 from 1Password/release/v1.2.0
Preparing v1.2.0 release
- Loading branch information
Showing
2 changed files
with
52 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. | ||
|
||
--- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters