Skip to content

Add deleteConnection method#306

Merged
logangingerich merged 6 commits intomasterfrom
feature/sdk-17-add-delete-connectionsid-for-node-sdk
Jan 29, 2021
Merged

Add deleteConnection method#306
logangingerich merged 6 commits intomasterfrom
feature/sdk-17-add-delete-connectionsid-for-node-sdk

Conversation

@logangingerich
Copy link
Contributor

@logangingerich logangingerich commented Jan 27, 2021

https://linear.app/workos/issue/SDK-17/add-delete-connectionsid-for-node-sdk

Adds a deleteConnection method to wrap DELETE /connections/:id endpoint.

@logangingerich logangingerich requested a review from a team as a code owner January 27, 2021 20:20
package.json Outdated
@@ -1,5 +1,5 @@
{
"version": "0.8.4",
"version": "0.8.5",
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you break the version bump into a separate PR?

PRs get squashed into a single commit so we want the ability to easily revert functionality.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@marktran Absolutely, I'll update shortly 👍

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Also, since we're adding functionality we should be bumping the minor version to follow SemVer:

  1. MINOR version when you add functionality in a backwards compatible manner, and

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Added a commit reverting package.json version and snapshots back to 0.8.4

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@maxdeviant I can plan for a bump to 0.9.0 (sorry, bit of a new area for me 😅 )

Logan Gingerich and others added 3 commits January 27, 2021 13:31
Co-authored-by: Mark Tran <mark.tran@gmail.com>
…f github.com:workos-inc/workos-node into feature/sdk-17-add-delete-connectionsid-for-node-sdk
@logangingerich logangingerich changed the title Add deleteConnection method and bump version to 0.8.5 Add deleteConnection method Jan 27, 2021
@logangingerich logangingerich merged commit f0000e8 into master Jan 29, 2021
@logangingerich logangingerich deleted the feature/sdk-17-add-delete-connectionsid-for-node-sdk branch January 29, 2021 16:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

3 participants

Comments