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

v1.7.0 prep, SubjectPublicKeyInfo -> SubjectPublicKeyInfoDer #48

Merged
merged 3 commits into from
May 7, 2024

Conversation

cpu
Copy link
Member

@cpu cpu commented May 7, 2024

Quick follow-up to #47. @djc correctly noted we should have called this SubjectPublicKeyInfoDer to match the other type names.

This branch prepares 1.7.0 by renaming SubjectPublicKeyInfo to SubjectPublicKeyInfoDer, and adding a deprecated type alias for SubjectPublicKeyInfo to maintain semver.

Proposed release notes

  • SubjectPublicKeyInfo was renamed to SubjectPublicKeyInfoDer, and a deprecated type alias under the old name was added.

@cpu cpu self-assigned this May 7, 2024
@djc
Copy link
Member

djc commented May 7, 2024

Should be 1.7 because downgrades will fail.

@cpu
Copy link
Member Author

cpu commented May 7, 2024

Should be 1.7 because downgrades will fail.

Ah, good point. Will adjust (minus the branch name).

@cpu cpu changed the title v1.6.1 prep, SubjectPublicKeyInfo -> SubjectPublicKeyInfoDer v1.7.0 prep, SubjectPublicKeyInfo -> SubjectPublicKeyInfoDer May 7, 2024
@lvkv
Copy link
Contributor

lvkv commented May 7, 2024

My bad for not catching this naming convention in #47!

@cpu
Copy link
Member Author

cpu commented May 7, 2024

No worries, we missed it in review too!

src/lib.rs Outdated Show resolved Hide resolved
Copy link
Member

@ctz ctz left a comment

Choose a reason for hiding this comment

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

lgtm!

@cpu cpu added this pull request to the merge queue May 7, 2024
Merged via the queue into rustls:main with commit 0319c7d May 7, 2024
13 checks passed
@cpu cpu deleted the cpu-1.6.1-prep branch May 7, 2024 19:47
@cpu
Copy link
Member Author

cpu commented May 7, 2024

  • Created v/1.7.0 tag.
  • Published rustls-pki-types v1.7.0 at registry crates-io
  • Created 1.7.0 Github release

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants