Skip to content

Have a better API changelog #7153

@Manishearth

Description

@Manishearth

It would be nice if the changes to public API were presented in a readable form for approval. cargo public-api exists, however it is noisy. Turning that into a readable API log requires a lot of manual effort.

We have diplomat-coverage which already does this manual allowlisting, but the FFI allowlist is not the same as the public allowlist. We could potentially build off of a shared allowlist, though.

I'm not yet sure if building a useful API changelog tool is an easy endeavor. Worth investigating.

An MVP for this might just be a better-organized changelog, where public API changes are listed separately.

cc @sffc @robertbastian

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions