Skip to content

Commit

Permalink
[#1225] Update README with deprecation notice
Browse files Browse the repository at this point in the history
  • Loading branch information
misscoded committed Jun 4, 2021
1 parent 80ae05c commit 3a5a267
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 1 deletion.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,16 @@
[![codecov](https://codecov.io/gh/slackapi/node-slack-sdk/branch/master/graph/badge.svg)](https://codecov.io/gh/slackapi/node-slack-sdk)
<!-- TODO: npm versions with scoped packages: https://github.com/rvagg/nodei.co/issues/24 -->

### **Deprecation Notice**

_`@slack/events-api` and `@slack/interactive-messages` officially reached EOL on May 31st, 2021. Development has fully stopped for these packages and all remaining open issues and pull requests have been closed._

_At this time, we recommend migrating to [Bolt for JavaScript](https://github.com/slackapi/bolt-js), a framework that offers all of the functionality available in those packages (and more). To help with that process, we've provided some [migration samples](https://slack.dev/node-slack-sdk/tutorials/migrating-to-v6) for those looking to convert their existing apps._

___

## Getting Started

Visit the [documentation site](https://slack.dev/node-slack-sdk) for all the lovely details.

_This SDK is a collection of single-purpose packages. The packages are aimed at making building Slack apps
Expand Down
6 changes: 6 additions & 0 deletions packages/events-api/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ The `@slack/events-api` package helps your app respond to events from Slack's [E
such as new messages, emoji reactions, files, and much more. This package will help you start with convenient and secure
defaults.

### **Deprecation Notice**

_`@slack/events-api` officially reached EOL on May 31st, 2021. Development has fully stopped for this package and all remaining open issues and pull requests have been closed._

_At this time, we recommend migrating to [Bolt for JavaScript](https://github.com/slackapi/bolt-js), a framework that offers all of the functionality available in those packages (and more). To help with that process, we've provided some [migration samples](https://slack.dev/node-slack-sdk/tutorials/migrating-to-v6) for those looking to convert their existing apps._

## Installation

```shell
Expand Down
7 changes: 6 additions & 1 deletion packages/interactive-messages/README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,13 @@
# Slack Interactive Messages for Node

The `@slack/interactive-messages` helps your app respond to interactions from Slack's
`@slack/interactive-messages` helps your app respond to interactions from Slack's
[interactive messages](https://api.slack.com/messaging/interactivity), [actions](https://api.slack.com/actions), and [dialogs](https://api.slack.com/dialogs). This package will help you start with convenient and secure defaults.

### **Deprecation Notice**

_`@slack/interactive-messages` officially reached EOL on May 31st, 2021. Development has fully stopped for this package and all remaining open issues and pull requests have been closed._

_At this time, we recommend migrating to [Bolt for JavaScript](https://github.com/slackapi/bolt-js), a framework that offers all of the functionality available in those packages (and more). To help with that process, we've provided some [migration samples](https://slack.dev/node-slack-sdk/tutorials/migrating-to-v6) for those looking to convert their existing apps._
## Installation

```shell
Expand Down

0 comments on commit 3a5a267

Please sign in to comment.