Releases: rogerluan/app-store-connect-notifier
Releases · rogerluan/app-store-connect-notifier
v2.2.0
What's Changed
- Bump fastlane from 2.195.0 to 2.196.0 by @dependabot in #147
- Bump eslint from 7.32.0 to 8.0.1 by @dependabot in #146
- Bump rubocop from 1.22.1 to 1.22.3 by @dependabot in #151
- Bump @slack/web-api from 6.4.0 to 6.5.0 by @dependabot in #154
- Bump fastlane from 2.196.0 to 2.198.1 by @dependabot in #155
- Add docker support by @johnf in #153
- Bump eslint from 8.0.1 to 8.3.0 by @dependabot in #158
- Keep Track of Build Statuses by @johnf in #160
New Contributors
Full Changelog: v2.1.0...v2.2.0
v2.1.0
Changelog
- #144 Document App Store Connect API Usage (via @tahirmt)
- #142 Add the ability to post messages using Slack incoming webhook (via @tahirmt)
- #143 Add support to subscribe to multiple bundle identifiers but not all (via @tahirmt)
- #40 Replace Deprecated
slack/client
package withslack/web-api
new package (via @rogerluan) - #39 Add Support to Spaceship JWT (via @rogerluan)
- #21 Document Prerequisites for Setup Process: Managing a Slack Bot (via @rogerluan)
- #20 Document Troubleshooting Section Explaining Why Heroku Apps Constantly Reboots (via @rogerluan)
- #17 Fix Attachment Colors (via @rogerluan)
Deprecation Warning
In this release, we renamed the BUNDLE_IDENTIFIER
parameter to BUNDLE_IDENTIFIERS
. This parameter is not required, and if not present, it will use all the bundle identifiers in your App Store Connect team. However, if you were previously using a single bundle identifier while your team has multiple apps, you will have to update the env var key accordingly. Please refer to the latest documentation for further details.
Support App Store Connect API
Description
This release includes major changes to the underlying API used to connect to App Store Connect, and no longer uses the unofficial (and now broken) iTunes Connect API.