Hello :wave: :octavia-wave: - what's the best way ...
# ask-community-for-troubleshooting
d
Hello 👋 octavia wave - what's the best way to subscribe to changes in specific connectors? I.e. the
DockerImageTag
get's bumped and we want to assess whether to upgrade our version as well
k
A message from kapa.ai
To stay updated on changes in specific connectors, you can refer to the connector's changelog in the Airbyte documentation. The changelog provides information about the version, date, pull request, and subject of the changes made to the connector. For example, here's the changelog for the Apify Dataset connector: | Version | Date | Pull Request | Subject | | ------- | ---------- | -------------------------------------------------- | ------------------------------------------------------------ | | 0.1.11 | 2022-04-27 | [12397](https://github.com/airbytehq/airbyte/pull/12397) | No changes. Used connector to test publish workflow changes. | | 0.1.9 | 2022-04-05 | [PR#11712](https://github.com/airbytehq/airbyte/pull/11712) | No changes from 0.1.4. Used connector to test publish workflow changes. | | 0.1.4 | 2021-12-23 | [PR#8434](https://github.com/airbytehq/airbyte/pull/8434) | Update fields in source-connectors specifications | | 0.1.2 | 2021-11-08 | [PR#7499](https://github.com/airbytehq/airbyte/pull/7499) | Remove base-python dependencies | | 0.1.0 | 2021-07-29 | [PR#5069](https://github.com/airbytehq/airbyte/pull/5069) | Initial version of the connector | You can find the changelog for each connector in the Airbyte documentation under the "Getting started" section of the specific connector page. For example, the Apify Dataset connector's documentation can be found [here](https://docs.airbyte.com/integrations/sources/apify-dataset). By regularly checking the changelog, you can assess whether to upgrade your connector version based on the changes made.
m
Today I don’t think there is a way to subscribe
d
Are the Github labels automated? I.e. I could subscribe to GitHub for specific labels that are merged 🤷 ?