-
Notifications
You must be signed in to change notification settings - Fork 663
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
Is this repo in maintenance mode or deprecated? #88
Comments
Hi there, Sorry about the delayed response. We're actively working on improving our support for the opensource clients for the Slack API - we've recently added some really great folks to our DevRel and platform teams who are going to help push these forwards. For node-slack there's a couple things going on:
We know that the current progress on our open source clients isn't where it should be and really appreciate everyone who's using them to build cool apps and integrations. Thanks for your patience while we get organized around supporting them better and figuring out how to push them forwards faster and with fuller community involvement. Leah |
👍 thanks, Leah. Excited to beta test the new client when it's ready. |
Ok, I've merged in #47, #48, #54 and #61 I'm going to update the changelog later today and update the package to a 1.5.0 version and push that to npm. My intention is that we then pause work on this version of the client while I wrap up the last couple of event handlers for the 2.0.0 version and get eyes on that code + some sample implementations written for it to root out some of the bugs. |
Ok, 1.5.0 update is prepped and should be on npm shortly. |
Hey @l12s ! How is the evolution to the 1.5.0 going? Curious to start using it! |
Ok, first off, I apologize for how long it's taken us to resolve this issue. I just pushed the 2.0.0 release for this library, which is a ground up refactor with the aim of building a lib that both Slack and our external contributors can easily work with and improve. |
I do not see a lot of activity.
The change log is untouched since February.
The README encourage to contribute with pull requests but there are 19 open and some of them have no feedback.
I see a few pull requests that seems pretty safe to merge:
One that seem particularly important for me is that the client cannot be used in node 0.12 or 4.x because the
ws
module does not compile. It seems that upgrading ws as specified in #47 will fix the problem.There is also #56 that rebased #22 so it could be merged but because it was not merged promptly, now it needs again some work to be merged.
#66 seems also a good candidate to be merged
On active repositories, PR are either rejected with an explanation or merged. So, is this an obsolete repo? Is a new version of the slack node client about to be released?
The text was updated successfully, but these errors were encountered: