Skip to content

Commit

Permalink
0.3.0 Release Notes (#156)
Browse files Browse the repository at this point in the history
  • Loading branch information
averche authored May 4, 2023
1 parent f69bca1 commit dccf477
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 3 deletions.
31 changes: 30 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,31 @@ and this project adheres to

## Unreleased ([diff][unreleased-diff])

## [0.3.0][] ([diff][0.3.0-diff]) - 2023-05-04

### Added

- Added response structures for `sys`, `kv-v1`, `kv-v2`, `pki`, and `approle`.
- Added support for non-string query parameters.
- Added prettier README formatter to the Makefile and GitHub actions.
- Added security note to README.

### Removed

- Removed redundant methods (e.g. `TokenLookupSelf2`, `TokenLookupSelf3`, etc).
- Removed endpoints for `ad` (consolidated into `ldap`).
- Removed endpoints for `openldap` (alias of `ldap`).
- Removed endpoints for `oidc` (consolidated into `jwt`).
- Removed endpoints for `pfc` (deprecated plugin).

### Changed

- Regenerated with new method names, request names, and response names.

### Fixed

- Fixed mount path logic in method signatures.

## [0.2.0][] ([diff][0.2.0-diff]) - 2023-03-01

### Changed
Expand Down Expand Up @@ -44,7 +69,9 @@ and this project adheres to
<!-- diffs -->

[unreleased-diff]:
https://github.com/hashicorp/vault-client-go/compare/v0.2.0...HEAD
https://github.com/hashicorp/vault-client-go/compare/v0.3.0...HEAD
[0.3.0-diff]:
https://github.com/hashicorp/vault-client-go/compare/v0.2.0...v0.3.0
[0.2.0-diff]:
https://github.com/hashicorp/vault-client-go/compare/v0.1.0...v0.2.0
[0.1.0-diff]:
Expand All @@ -54,6 +81,8 @@ and this project adheres to

<!-- releases -->

[0.3.0]:
https://github.com/hashicorp/vault-client-go/releases/tag/v0.3.0
[0.2.0]:
https://github.com/hashicorp/vault-client-go/releases/tag/v0.2.0
[0.1.0]:
Expand Down
2 changes: 1 addition & 1 deletion client.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion generate/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@

additionalProperties:
packageName: vault
packageVersion: 0.1.0-beta
packageVersion: 0.3.0

0 comments on commit dccf477

Please sign in to comment.