Subscribe to a feed to get new SDK versions, changelogs, and breaking-change notices delivered to the reader of your choice, without checking the docs site manually.
Available Feeds
Each SDK release notes page has its own feed. Copy the feed URL for the SDKs you use.Subscribe to a Feed
Pick the method that matches where you want to receive updates. Each method uses the same feed URL from the table above.- Slack
- Microsoft Teams
- Microsoft Outlook
- Browser Extension
- Automated Email
Post new releases to a Slack channel using Slack’s built-in RSS app. Best for teams that track updates together.Use
Your workspace admin must install the RSS app before you can use the
/feed command.1
Open the channel
Go to the channel where you want release updates to appear.
2
Subscribe to the feed
Send the following message, replacing the URL with your SDK’s feed URL:
/feed list to see your subscriptions and /feed remove [ID] to unsubscribe. For the full command reference, see Slack’s guide on adding RSS feeds to Slack.Other Things You Can Do with the Feed
Because the feed is machine-readable, an automation tool such as Zapier, Make, or Power Automate can watch it and route new releases anywhere your team works. Common options include:- Filtered alerts — notify only when an entry matches a keyword, such as “breaking” or a specific module name.
- Upgrade tracking — log each release to a Google Sheet, Airtable, or Notion database to track which SDK versions you’ve reviewed.
- Merged feeds — combine the feeds for the SDKs you use into a single stream in a feed reader.
Create an Upgrade Task for Each Release
Turn every new SDK release into a tracked task in Jira or Linear, so upgrades don’t get missed.1
Add an RSS trigger
In your automation tool, create a workflow that triggers on new items from your SDK’s feed URL.
2
Add the issue-tracker action
Add an action to create an issue in Jira or Linear.
3
Map the release details to the issue
Use the feed item’s title and link to fill the issue. For example, set the summary to
Review [SDK] release: {{title}} and add the release link in the description.4
Set the assignee and project
Route the issue to the team or project that owns SDK upgrades, then turn on the workflow.