Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

0.4.0 Release notes #235

Merged
merged 7 commits into from
Sep 19, 2023
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
54 changes: 48 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,23 +8,62 @@ and this project adheres to

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

## [0.4.0][] ([diff][0.4.0-diff]) - 2023-09-18

### Added

- Added a way to pass extra options to `openapi-generator-cli` (#204).
- Added support for custom non-HTTP transports.

### Changed

- A number of generated method names and request/response schemas have changed.
- Renamed `WithCustomQueryParameters` => `WithQueryParameters` (#217).
- Changed how request modifiers behave for slices and maps (#225).
- Switched to Go 1.21 (#234).

### Removed

- Removed support for SRV DNS lookups (#222).
- Removed `ReadWithParameters` (previously deprecated in 0.3.2) (#189).
- Removed `ReadRawWithParameters` (previously deprecated in 0.3.2) (#189).
- Removed `DeleteWithParameters` (previously deprecated in 0.3.2) (#189).

### Fixed

- Improved exclusion of operation IDs (#215).
- Improved generated documentation (#223, #232).
- Improved performance of request modifiers (#224).
- Fixed logic for methods with both `GET` and `LIST` (e.g. `KvV1List`) (#197).
- Fixed warnings during generation due to missing summary and description (#178).
- Fixed small issues in GitHub actions (#182).
- Fixed `TokenCreate*` generated methods (#192).
- Fixed duplication of `sys/raw/` and `sys/leases/lookup/` APIs (#203).
- Fixed templates to deal with arbitrary input APIs (#205).
- Fixed generation of `Query: true` parameters (#206).
- Fixed `CubbyholeWrite` with `TakesArbitraryInput` logic (#206).
- Fixed query parameter casing (#207).
- Fixed query parameters being double-encoded (#213).
- Fixed `/sys/health` to no longer return errors on 4xx & 5xx (#220, #221).
- Fixed `vault.WithRetryConfiguration` to not error on missing parameters.

## [0.3.3][] ([diff][0.3.3-diff]) - 2023-05-26

### Fixed

- Fixed PkiListResponse encoding issue (#175)
- Fixed PkiListResponse encoding issue (#175).

## [0.3.2][] ([diff][0.3.2-diff]) - 2023-05-16

### Added

- Added support for custom query parameters
- Added support for custom query parameters.

### Deprecated

- Deprecated ReadWithParameters
- Deprecated ReadRawWithParameters
- Deprecated DeleteWithParameters
- Deprecated `ReadWithParameters`.
- Deprecated `ReadRawWithParameters`.
- Deprecated `DeleteWithParameters`.

## [0.3.1][] ([diff][0.3.1-diff]) - 2023-05-10

Expand Down Expand Up @@ -99,7 +138,9 @@ and this project adheres to
<!-- diffs -->

[unreleased-diff]:
https://github.com/hashicorp/vault-client-go/compare/v0.3.3...HEAD
https://github.com/hashicorp/vault-client-go/compare/v0.4.0...HEAD
[0.4.0-diff]:
https://github.com/hashicorp/vault-client-go/compare/v0.3.3...v0.4.0
[0.3.3-diff]:
https://github.com/hashicorp/vault-client-go/compare/v0.3.2...v0.3.3
[0.3.2-diff]:
Expand All @@ -117,6 +158,7 @@ and this project adheres to

<!-- releases -->

[0.4.0]: https://github.com/hashicorp/vault-client-go/releases/tag/v0.4.0
[0.3.3]: https://github.com/hashicorp/vault-client-go/releases/tag/v0.3.3
[0.3.2]: https://github.com/hashicorp/vault-client-go/releases/tag/v0.3.2
[0.3.1]: https://github.com/hashicorp/vault-client-go/releases/tag/v0.3.1
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.3.3
packageVersion: 0.4.0