Skip to content

Commit 20fc505

Browse files
Update changelog in readme
1 parent 7b3db36 commit 20fc505

File tree

1 file changed

+35
-0
lines changed

1 file changed

+35
-0
lines changed

README.md

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,41 @@ dependencies {
6666
```
6767

6868
## Changelog
69+
*7.1.0*
70+
- **[ENHANCEMENTS]**
71+
- Added an ability to get all the session details. [#1167 ](https://github.com/appium/java-client/pull/1167)
72+
- `TRACK_SCROLL_EVENTS`, `ALLOW_INVISIBLE_ELEMENTS`, `ENABLE_NOTIFICATION_LISTENER`,
73+
`NORMALIZE_TAG_NAMES` and `SHUTDOWN_ON_POWER_DISCONNECT` Android Settings were added.
74+
- `KEYBOARD_AUTOCORRECTION`, `MJPEG_SCALING_FACTOR`,
75+
`MJPEG_SERVER_SCREENSHOT_QUALITY`, `MJPEG_SERVER_FRAMERATE`, `SCREENSHOT_QUALITY`
76+
and `KEYBOARD_PREDICTION` iOS Settings were added.
77+
- `GET_MATCHED_IMAGE_RESULT`, `FIX_IMAGE_TEMPLATE_SCALE`,
78+
`SHOULD_USE_COMPACT_RESPONSES`, `ELEMENT_RESPONSE_ATTRIBUTES` and
79+
`DEFAULT_IMAGE_TEMPLATE_SCALE` settings were added for both Android and iOS [#1166](https://github.com/appium/java-client/pull/1166), [#1156 ](https://github.com/appium/java-client/pull/1156) and [#1120](https://github.com/appium/java-client/pull/1120)
80+
- The new interface `io.appium.java_client.ExecutesDriverScript ` was added. [#1165](https://github.com/appium/java-client/pull/1165)
81+
- Added an ability to get status of appium server. [#1153 ](https://github.com/appium/java-client/pull/1153)
82+
- `tvOS` platform support was added. [#1142 ](https://github.com/appium/java-client/pull/1142)
83+
- The new interface `io.appium.java_client. FindsByAndroidDataMatcher` was added. [#1106](https://github.com/appium/java-client/pull/1106)
84+
- The selector strategy `io.appium.java_client.MobileBy.ByAndroidDataMatcher` was added. [#1106](https://github.com/appium/java-client/pull/1106)
85+
- Selendroid for android and UIAutomation for iOS are removed. [#1077 ](https://github.com/appium/java-client/pull/1077)
86+
- **[BUG FIX]** Platform Name enforced on driver creation is avoided now. [#1164 ](https://github.com/appium/java-client/pull/1164)
87+
- **[BUG FIX]** Send both signalStrengh and signalStrength for `GSM_SIGNAL`. [#1115 ](https://github.com/appium/java-client/pull/1115)
88+
- **[BUG FIX]** Null pointer exceptions when calling getCapabilities is handled better. [#1094 ](https://github.com/appium/java-client/pull/1094)
89+
90+
- **[DEPENDENCY UPDATES]**
91+
- `org.seleniumhq.selenium:selenium-java` was updated to 4.0.0-alpha-1.
92+
- `org.aspectj:aspectjweaver` was updated to 1.9.4.
93+
- `org.apache.httpcomponents:httpclient` was updated to 4.5.9.
94+
- `cglib:cglib` was updated to 3.2.12.
95+
- `org.springframework:spring-context` was updated to 5.1.8.RELEASE.
96+
- `io.github.bonigarcia:webdrivermanager` was updated to 3.6.1.
97+
- `org.eclipse.jdt:ecj` was updated to 3.18.0.
98+
- `com.github.jengelman.gradle.plugins:shadow` was updated to 5.1.0.
99+
- `checkstyle` was updated to 8.22.
100+
- `gradle` was updated to 5.4.
101+
- `dependency-check-gradle` was updated to 5.1.0.
102+
- `org.slf4j:slf4j-api` was updated to 1.7.26.
103+
- `org.apache.commons:commons-lang3` was updated to 3.9.
69104

70105
*7.0.0*
71106
- **[ENHANCEMENTS]**

0 commit comments

Comments
 (0)