Skip to content

Commit 862e631

Browse files
authored
Prepare for release 1.30.0 (#1241)
* bump version to 1.30.0 * update changelog * update changelog
1 parent d39265d commit 862e631

File tree

3 files changed

+20
-2
lines changed

3 files changed

+20
-2
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,23 @@
11
# Changelog
22

3+
## 1.30.0 - 2023-07-13
4+
5+
- Feature: onFlowStart / onFlowComplete hooks
6+
- Feature: Maestro Studio revamp
7+
- improved design
8+
- search components panel
9+
- improved drag-and-drop
10+
- Feature: Introduce `--app-binary-id` parameter for Maestro Cloud upload action to be able to re-use a previously uploaded app for different flows
11+
- Feature: Implement Experimental GraalJsEngine (ECMAScript 2022 compliant)
12+
- Fix: Save xctest xcodebuild logs output to system temp dir
13+
- Fix: Close existing screen recording if it was left open.
14+
- Thanks, @carlosmuvi, for the contribution!
15+
- Fix: Execute sequential Flows even if no other Flows are present
16+
- Fix: Various XCTestClient connection improvements
17+
- Deprecate: `assertOutgoingRequestsCommand`
18+
- Deprecate: Network Mocking feature
19+
- Deprecate: Maestro Mock Server feature
20+
321
## 1.29.0 - 2023-06-19
422

523
- Feature: Add test duration measurement and display

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ android.useAndroidX=true
22
android.enableJetifier=true
33
kotlin.code.style=official
44
GROUP=dev.mobile
5-
VERSION_NAME=1.29.0
5+
VERSION_NAME=1.30.0
66
POM_DESCRIPTION=Maestro is a server-driven platform-agnostic library that allows to drive tests for both iOS and Android using the same implementation through an intuitive API.
77
POM_URL=https://github.com/mobile-dev-inc/maestro
88
POM_SCM_URL=https://github.com/mobile-dev-inc/maestro

maestro-cli/gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
CLI_VERSION=1.29.0
1+
CLI_VERSION=1.30.0

0 commit comments

Comments
 (0)