Skip to content

Releases: rogerluan/app-store-connect-notifier

v2.2.0

04 Dec 02:36
5fc83ea
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.1.0...v2.2.0

v2.1.0

09 Oct 13:20
b79170a
Compare
Choose a tag to compare

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 with slack/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

11 Sep 20:09
Compare
Choose a tag to compare

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.

v1.0.0

11 Sep 20:05
Compare
Choose a tag to compare

Initial Release