-
Notifications
You must be signed in to change notification settings - Fork 125
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Prep 1.0: Bump versions #472
Conversation
@czechboy0 if this is going to be the final PR, shall we use this one to also remove the deprecated examples? Or—just had another thought—if there are links floating around to them in various places, should we add a symlink to the repo so folks land on the closest equivalent new example (and don't mention them explicitly in the |
Sure, that's a good idea. |
### Motivation Our tutorials were originally written for SOAR 0.1.0, so we need to update them to reflect the best practices as of SOAR 1.0 instead. ### Modifications - Adapted to the new Examples structure (most importantly, point to cloning the Vapor hello world project when writing the client, instead of the GreetingService.) - Added a mention of the shorthand APIs as an alternative to the exhaustive handling. (Still show exhaustive handling first though, as we want to make sure adopters consider that first and even prefer it.) - More minor polish and updates. ### Result Tutorials ready for 1.0 (sans versions, those are changed in #472) ### Test Plan Previewed locally, actually went through all the tutorials and verified they all work.
Cloned this branch locally, tagged it locally, used git rewriting rules to run all the examples + integration tests locally, all passed. |
) ### Motivation Depends on #472 landing first. Removes the original, now deprecated, GreetingService and GreetingServiceClient. We kept them here until close to 1.0 as pre-1.0 tutorials point to them. ### Modifications Deleted the examples, they're obsolete now and have been replaced by better examples. ### Result No more deprecated examples. ### Test Plan N/A --------- Co-authored-by: Si Beaumont <[email protected]>
Motivation
Prep for 1.0.0.
Modifications
Bumped all 1.0.0-alpha.1 -> 1.0.0.
Result
Ready for 1.0.0 when it comes to versions.
Test Plan
Can't test yet.