v3.0.0 #2567
nickfloyd
announced in
Announcements
v3.0.0
#2567
Replies: 1 comment
-
Managing versions and how they can change can be difficult. Completely understand where you are coming from. Sometimes it cannot be helped but the fact that it is communicated is the important part. 😀 Thank's for the update!! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey friends,
I wanted to highlight this specific deployment for a couple of reasons:
First, because it contained another breaking change. While the breaking change most likely will not impact many folks, the contract did change on the implementation, and given we version using simver; we bumped the major again. I realize that for years we were setting at prerelease, and now over a couple of months, we're setting at 3.x. This was bound to happen, and it was time to move past the pre-release phase of this SDK. Over time (and heading into generative SDKs), these version boosts will slow. I just wanted to call it out here, given something like this could appear reckless - the reality is that this is us growing into this SDK as the new caretakers while dealing with a long tail of much-needed updates.
Secondly, we're beginning to walk into the ideal of generative APIs (there is a standardization changeset below that is part of all of that). Please join the discussion (#2527) around the future of what we have here and how we'd like to get there - right now, these are just baby steps on the way to something awesome; we need you to help us get there!
The details of the release are below...
Advisories and Breaking Changes
API METHOD CONTRACT CHANGE: In this release, the return type/exception implementation of
AddCollaborator
has changed by fixing a failure with 201 status code when adding a collaborator - #2559 via @annchousRE: Converts response model property accessors from protected to the more appropriate private for consistency - #2565 via @nickfloyd - in support of Generative SDKs
Release Notes
Milestone: We modified the existing source to help unify it and prepare for our generative SDK work.
Features/Enhancements
Fixes
Housekeeping
Documentation Updates
Full Changelog: v2.0.1...v3.0.0
This discussion was created from the release v3.0.0.
Beta Was this translation helpful? Give feedback.
All reactions