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

Changelog for v2.1.0 #195

Merged
merged 2 commits into from
Apr 29, 2022
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# Changelog

## [2.1.0] - 2022-04-29

### Added
- Added the workloadapi.WatchX509Bundles method which watches X.509 bundles from the Workload API (#192)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We usually don't include the "Added", "Changed", etc. word to the start of the phrase, as it's already included in the title of the section.

- Added the workloadapi.WithNamedPipeName option to support connecting to the Workload API via named pipes (#190)
- Added the workloadapi.FetchJWTSVIDs method which fetchs multiple JWT-SVIDs from the Workload API, instead of just the first (#187)
- Added the x509bundle.ParseRaw method for creating a bundle from raw ASN.1 encoded certificates (#192)

### Changed
- The spiffeid.ID String() method no longer causes an allocation (#185)