this post was submitted on 06 Feb 2025
182 points (100.0% liked)

Announcements

765 readers
24 users here now

Official announcements from the Lemmy project. Subscribe to this community or add it to your RSS reader in order to be notified about new releases and important updates.

You can also find major news on join-lemmy.org

founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 19 points 2 weeks ago (2 children)

A lot of these should not be called breaking changes. A new API is not a breaking change if the old API remains.

[–] nickhammes 4 points 2 weeks ago (1 children)

Yeah but those changes break clients as soon as they turn down the old API.

[–] [email protected] 15 points 2 weeks ago

Indeed, dropping the old API would be the breaking change.

Rich Hickey did a fantastic talk on versioning, breaking changes, and dependencies.