From d1371e7820659869f4fe9cedde928cc13149378f Mon Sep 17 00:00:00 2001 From: Eddy Filip Date: Wed, 18 May 2022 19:44:01 +0300 Subject: [PATCH 1/5] Prepare Release v1.4.0 --- CHANGELOG.md | 30 +++++++++++++++++++++++------- connect/version.go | 2 +- 2 files changed, 24 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b7ec193..a84cf00 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,18 +1,34 @@ -[//]: # "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} + +--- + +[//]: # "START/v1.4.0" + +# v1.4.0 + +## Features + +- A field's `GeneratorRecipe` now supports a set of characters that should be excluded when generating a password. This is achieved with the `ExcludeCharacters` field of the `GeneratorRecipe` struct. (#57) +- SDK functions now accept item/vault titles and UUIDs as parameters. (#55) +- A vault can now be fetched by either its title or UUID. (#52) +- SDK now supports 2 new Item categories: `MedicalRecord` and `SSHKey`. (#51) +- The SDK now enables to load item autofill URLs into structs. (#56) +- `ItemURL` struct now has an extra field which represent the label of the autofill URL. (#53) +- Readme now has more examples for using the SDK. (#32) + +## Fixes -- A user-friendly description of a security fix. {issue-number} +- `GetItemsByTitle` properly returns a list of items with all their detais instead of just their summaries. {#38} --- diff --git a/connect/version.go b/connect/version.go index 19036b6..49b7a19 100644 --- a/connect/version.go +++ b/connect/version.go @@ -10,7 +10,7 @@ import ( // SDKVersion is the latest Semantic Version of the library // Do not rename this variable without changing the regex in the Makefile -const SDKVersion = "1.3.0" +const SDKVersion = "v1.4.0" const VersionHeaderKey = "1Password-Connect-Version" From 025a43392f4433d8914f13a44e525b2a4873bc0d Mon Sep 17 00:00:00 2001 From: Eddy Filip Date: Wed, 18 May 2022 19:49:02 +0300 Subject: [PATCH 2/5] Add Connect requirements where applicable --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a84cf00..a44abfc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -18,7 +18,7 @@ ## Features -- A field's `GeneratorRecipe` now supports a set of characters that should be excluded when generating a password. This is achieved with the `ExcludeCharacters` field of the `GeneratorRecipe` struct. (#57) +- A field's `GeneratorRecipe` now supports a set of characters that should be excluded when generating a password. This is achieved with the `ExcludeCharacters` field of the `GeneratorRecipe` struct. (requires Connect `v1.4.0` or later) (#57) - SDK functions now accept item/vault titles and UUIDs as parameters. (#55) - A vault can now be fetched by either its title or UUID. (#52) - SDK now supports 2 new Item categories: `MedicalRecord` and `SSHKey`. (#51) From fe5deccfe1328a42c7f4ee345c62b7cb84679cdd Mon Sep 17 00:00:00 2001 From: Eddy Filip Date: Wed, 18 May 2022 19:54:34 +0300 Subject: [PATCH 3/5] Update Connect 1.5.0+ requirements where applicable --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a44abfc..7d6bc59 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -24,7 +24,7 @@ - SDK now supports 2 new Item categories: `MedicalRecord` and `SSHKey`. (#51) - The SDK now enables to load item autofill URLs into structs. (#56) - `ItemURL` struct now has an extra field which represent the label of the autofill URL. (#53) -- Readme now has more examples for using the SDK. (#32) +- Readme now has more examples for using the SDK (requires Connect v1.5.0 or later). (#32) ## Fixes From 98c64f20b13153630d60a97f83003d4a53222322 Mon Sep 17 00:00:00 2001 From: Eddy Filip Date: Wed, 18 May 2022 20:07:14 +0300 Subject: [PATCH 4/5] Fix typo --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7d6bc59..5411ef4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -28,7 +28,7 @@ ## Fixes -- `GetItemsByTitle` properly returns a list of items with all their detais instead of just their summaries. {#38} +- `GetItemsByTitle` properly returns a list of items with all their details instead of just their summaries. {#38} --- From b126737c4ac336ec25ce9cdf32b7e1b6b72e17e9 Mon Sep 17 00:00:00 2001 From: Eddy Filip Date: Wed, 18 May 2022 20:16:29 +0300 Subject: [PATCH 5/5] Fix changelog format --- CHANGELOG.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5411ef4..bda293c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -18,13 +18,13 @@ ## Features -- A field's `GeneratorRecipe` now supports a set of characters that should be excluded when generating a password. This is achieved with the `ExcludeCharacters` field of the `GeneratorRecipe` struct. (requires Connect `v1.4.0` or later) (#57) -- SDK functions now accept item/vault titles and UUIDs as parameters. (#55) -- A vault can now be fetched by either its title or UUID. (#52) -- SDK now supports 2 new Item categories: `MedicalRecord` and `SSHKey`. (#51) -- The SDK now enables to load item autofill URLs into structs. (#56) -- `ItemURL` struct now has an extra field which represent the label of the autofill URL. (#53) -- Readme now has more examples for using the SDK (requires Connect v1.5.0 or later). (#32) +- A field's `GeneratorRecipe` now supports a set of characters that should be excluded when generating a password. This is achieved with the `ExcludeCharacters` field of the `GeneratorRecipe` struct. (requires Connect `v1.4.0` or later) {#57} +- SDK functions now accept item/vault titles and UUIDs as parameters. {#55} +- A vault can now be fetched by either its title or UUID. {#52} +- SDK now supports 2 new Item categories: `MedicalRecord` and `SSHKey`. {#51} +- The SDK now enables to load item autofill URLs into structs. {#56} +- `ItemURL` struct now has an extra field which represent the label of the autofill URL. {#53} +- Readme now has more examples for using the SDK (requires Connect v1.5.0 or later). {#32} ## Fixes