Skip to content

Changelog generation

No due date 75% complete

Cadwyn provides us with a good interface to describe changes between versions for FastAPI and pydantic. But with a little more work we can use the same interface to describe these changes for both internal and external users.

This effectively becomes a truthful zero-cost (because you'd do it anyways when making a version) public changelog, which means a lot

Cadwyn provides us with a good interface to describe changes between versions for FastAPI and pydantic. But with a little more work we can use the same interface to describe these changes for both internal and external users.

This effectively becomes a truthful zero-cost (because you'd do it anyways when making a version) public changelog, which means a lot when doing API versioning.

Loading