Skip to content

Commit

Permalink
0.4.0 Release notes (#235)
Browse files Browse the repository at this point in the history
* asd

* 0.4.0 release notes

* remove pr links

* Revert "remove pr links"

This reverts commit 5e5bd33.

* package version => 0.4.0

* regen
  • Loading branch information
averche committed Sep 19, 2023
1 parent 0ec6760 commit c59c70c
Show file tree
Hide file tree
Showing 3 changed files with 50 additions and 8 deletions.
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

0 comments on commit c59c70c

Please sign in to comment.