Conversation
|
I don't totally understand all the checks but this seems fine. If we want to remove the deprecated function we should definitely update the changelog and make sure we bump the Dropshot version so that this is semver-incompatible. |
I don't have a preference. We can leave it or I can bump the version -- do you have a preference? |
|
Yeah, I definitely want to honor semver with Dropshot's version number. I'd like to have entries in the changelog for breaking changes that explain how to know if you're affected and what to do about it. This one would be pretty simple: if you're using this function, use that other function instead. |
|
@davepacheco does this suffice? |
|
Yes, that note's perfect. Thanks! |
I've been trying to get openapiv3 ready for a "1.0". A corner case regarding array handling seemed like a decent reason to try out the new version. This includes some other tidying up.