Skip to content
This repository was archived by the owner on Jul 16, 2026. It is now read-only.

Mark as deprecated and bump version to 8.0.0 - #123

Merged
Michael Kubacki (makubacki) merged 1 commit into
microsoft:mainfrom
makubacki:deprecation_update
Jul 16, 2026
Merged

Michael Kubacki (makubacki) merged 1 commit into
microsoft:mainfrom
makubacki:deprecation_update

Conversation

@makubacki

Copy link
Copy Markdown
Member

Description

Bumps the major version to indicate that this crate is no longer maintained. Applies the deprecated attribute so a warning is shown when the crate is used.

https://doc.rust-lang.org/reference/attributes/diagnostics.html#the-deprecated-attribute

It is applied to the module, so all child items inherit the attribute.

The readme is updated to indicate deprecation as well. After this version is released, the GitHub repo will be archived.

The allow(deprecated) attribute is applied to the brotli.rs example and the lib.rs module to allow cargo make all to work.

  • Impacts functionality?
  • Impacts security?
  • Breaking change?
  • Includes tests?
  • Includes documentation?

How This Was Tested

  • cargo make all

Integration Instructions

  • Do not use this crate any longer. In most cases equivalent functionality is available in the patina crate.

Bumps the major version to indicate that this crate is no longer
maintained. Applies the deprecated attribute so a warning is shown
when the crate is used.

https://doc.rust-lang.org/reference/attributes/diagnostics.html#the-deprecated-attribute

It is applied to the module, so all child items inherit the attribute.

The readme is updated to indicate deprecation as well. After this
version is released, the GitHub repo will be archived.

The `allow(deprecated)` attribute is applied to the brotli.rs example
and the lib.rs module to allow `cargo make all` to work.

Signed-off-by: Michael Kubacki <michael.kubacki@microsoft.com>
@makubacki
Michael Kubacki (makubacki) merged commit f29c04f into microsoft:main Jul 16, 2026
6 checks passed
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

impact:breaking-change Requires integration attention impact:non-functional Does not have a functional impact

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants