You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: resources/changelog.mdx
+16Lines changed: 16 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,6 +14,22 @@ The App Store Connect CLI follows semantic versioning. All releases are availabl
14
14
15
15
No unreleased changes yet.
16
16
17
+
### 0.49.0
18
+
19
+
**Highlights**:
20
+
21
+
*`asc publish appstore` is now the canonical App Store shipping command with clearer upgrade guidance from the older release and submit compatibility paths
22
+
* Local-build publishing can now upload an IPA through App Store Connect directly and carry that build through the App Store release flow from the CLI
23
+
* Review, screenshots, IAPs, and subscriptions are easier to automate with additive planning commands and stable selector resolution
24
+
25
+
**Changes**:
26
+
27
+
*`feat(publish)`: Add local-build publish mode with App Store Connect API uploads
28
+
*`feat(publish)`: Make `asc publish appstore` the canonical App Store publish path and simplify deprecated publishing guidance
29
+
*`feat(reviews)`: Split additive review metadata and screenshot planning workflows into clearer command surfaces
30
+
*`feat(selectors)`: Add stable selector resolution for in-app purchases and subscriptions
31
+
*`fix(validate)`: Refresh validate-subscriptions request contexts more eagerly to avoid timeout-related flakes
0 commit comments