<@U0A71G31CDV> Do you have an RSS feed available f...
# questions-and-troubleshooting
s
@Rocky Do you have an RSS feed available for StarRocks announcements like new versions coming up ? For example Apache Flink has one and it is convenient for us to subscribe to that feed on our own Slack instance.
k
tagged wrong rocky😂
s
woopsie
r
While StarRocks does not provide a single "official" announcement RSS feed link on the main website, you can use the following standard feeds which are highly effective for tracking new versions and announcements: 1. New Versions (GitHub Releases) The most reliable way to get notified of new versions is to use the GitHub Releases Atom feed. You can subscribe to this directly in Slack using the
/feed
command. * Feed URL:
<https://github.com/StarRocks/starrocks/releases.atom>
* Slack Command:
/feed subscribe <https://github.com/StarRocks/starrocks/releases.atom>
2. Blog and Major Announcements StarRocks posts major announcements and feature deep-dives on the official blog. * Blog URL: starrocks.io/blog * RSS Feed: Most modern browsers or RSS readers can detect the feed at
<https://www.starrocks.io/blog/rss.xml>
. 3. StarRocks Slack Announcements If you are already in the StarRocks community Slack, you can join the #announcements channel. This is where the team posts news about new releases, webinars, and community events. * Join Link: starrocks.com/slack 4. GitHub Star/Watch You can also "Watch" the repository on GitHub and select "Custom" -> "Releases" to get email or web notifications directly from GitHub when a new version is tagged. For your specific use case of a Slack instance, I recommend the GitHub Releases Atom feed mentioned in step 1, as it provides the most technical and timely updates for new software versions. References • release_notes/release-3.1.md • release_notes/release-3.3.md • developers/type_checker_xml_configuration.md • release_notes/release-3.4.md • release_notes/release-3.2.md