mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-17 19:53:16 +02:00
28 KiB
28 KiB
Changelog
3.7.5 (2025-02-28)
- Update changelog, fix version number consistency by @koral-- in https://github.com/DeviceFarmer/stf/pull/842
3.7.4 (2025-02-20)
- improve saml authentication by @denis99999 in https://github.com/DeviceFarmer/stf/pull/836
3.7.3 (2025-02-11)
- fix bug by completing the PR https://github.com/DeviceFarmer/stf/pull/650 by @denis99999 in https://github.com/DeviceFarmer/stf/pull/824
- Add musl installation to Dockerfile by @koral-- in https://github.com/DeviceFarmer/stf/pull/826
- improve device state consistency by @denis99999 in https://github.com/DeviceFarmer/stf/pull/831
- fix: remove progressed from call as it prohibits the system from working by @slankes in https://github.com/DeviceFarmer/stf/pull/827
- Log reasons for phone reservation cancellations by @jupe in https://github.com/DeviceFarmer/stf/pull/833
3.7.2 (2025-01-13)
- Upgrading STF for security reasons by @denis99999 in https://github.com/DeviceFarmer/stf/pull/813
- fix all vulnerabilities in the production code by @denis99999 in https://github.com/DeviceFarmer/stf/pull/817
- migrates to webpack 4 to enforce security by @denis99999 in https://github.com/DeviceFarmer/stf/pull/818
- upgrades to webpack 5 to enforce security by @denis99999 in https://github.com/DeviceFarmer/stf/pull/819
- Add support for arm64 to Dockerfile by @koral-- in https://github.com/DeviceFarmer/stf/pull/821
3.7.1 (2024-09-20)
- option to cleanup tmp folder during cleanup phase by @jupe in https://github.com/DeviceFarmer/stf/pull/772
- fix SDK<34 STFService installation by @jupe in https://github.com/DeviceFarmer/stf/pull/804
- fix bug on deprecation warning using sass by @denis99999 in https://github.com/DeviceFarmer/stf/pull/808
3.7.0 (2024-08-12)
- Update minicap to 2.7.2 by @koral-- in https://github.com/DeviceFarmer/stf/pull/787
- Update STF Service APK to 2.5.3 by @koral-- in https://github.com/DeviceFarmer/stf/pull/788
- fix bug on email separator by @denis99999 in https://github.com/DeviceFarmer/stf/pull/792
- Allow group name change by @denis99999 in https://github.com/DeviceFarmer/stf/pull/795
- Add maintenance banner on UI by @denis99999 in https://github.com/DeviceFarmer/stf/pull/797
- fix bug on user name management by @denis99999 in https://github.com/DeviceFarmer/stf/pull/799
3.6.8 (2024-04-04)
- grant STFService permissions to be able to use features by @jupe in https://github.com/DeviceFarmer/stf/pull/765
- Update STFService.apk to 2.5.2 by @koral-- in https://github.com/DeviceFarmer/stf/pull/766
- Update version to 3.6.8 by @koral-- in https://github.com/DeviceFarmer/stf/pull/767
3.6.7 (2024-03-23)
- Add Dockerfile for arm64 by @im-0 in https://github.com/DeviceFarmer/stf/pull/712
- Add more CLI options for
stf localto support reverse proxies by @im-0 in https://github.com/DeviceFarmer/stf/pull/714 - Fix the description in Dockerfile-debian-arm64 by @im-0 in https://github.com/DeviceFarmer/stf/pull/713
- Fix mobile browser detection so that "Desktop mode" works as expected by @im-0 in https://github.com/DeviceFarmer/stf/pull/715
- Update STFService.apk to 2.4.12 by @koral-- in https://github.com/DeviceFarmer/stf/pull/718
- Update STF Service APK to 2.4.12 by @denis99999 in https://github.com/DeviceFarmer/stf/pull/717
- Bump browserify-sign from 4.2.1 to 4.2.2 by @dependabot in https://github.com/DeviceFarmer/stf/pull/720
- Bump word-wrap from 1.2.3 to 1.2.5 by @dependabot in https://github.com/DeviceFarmer/stf/pull/722
- Bump semver from 7.5.1 to 7.5.2 by @dependabot in https://github.com/DeviceFarmer/stf/pull/721
- fix bug on cookie using https by @denis99999 in https://github.com/DeviceFarmer/stf/pull/752
- Implement enable/disable bluetooth of devices by @jupe in https://github.com/DeviceFarmer/stf/pull/754
- Update STF service APK to 2.5.0 by @koral-- in https://github.com/DeviceFarmer/stf/pull/755
- fix syrup require by @jupe in https://github.com/DeviceFarmer/stf/pull/756
- UI support to cleanup bluetooth bonded devices by @jupe in https://github.com/DeviceFarmer/stf/pull/757
- options to disable bluetooth and/or clean bonded (paired) devices by @jupe in https://github.com/DeviceFarmer/stf/pull/758
- Update STFService APK to 2.5.1 by @koral-- in https://github.com/DeviceFarmer/stf/pull/761
- Update version to 3.6.7 in package.json by @koral-- in https://github.com/DeviceFarmer/stf/pull/762
3.6.6 (2023-08-18)
- fix bug on taking control of a device: set a lock for exclusive access by @denis99999 in https://github.com/DeviceFarmer/stf/pull/650
- Update STF Service APK to 2.4.10 by @denis99999 in https://github.com/DeviceFarmer/stf/pull/661
- Explorer directory fix by @tyopoyt in https://github.com/DeviceFarmer/stf/pull/670
- add support of node version 20.3.0 by @denis99999 in https://github.com/DeviceFarmer/stf/pull/672
- update oauth2 to get contact information by @denis99999 in https://github.com/DeviceFarmer/stf/pull/673
- Update the documentation of SAML 2.0 authentication by @denis99999 in https://github.com/DeviceFarmer/stf/pull/675
- update saml2 to get contact information and service provider metadata by @denis99999 in https://github.com/DeviceFarmer/stf/pull/674
- cookies' generic removing by @denis99999 in https://github.com/DeviceFarmer/stf/pull/676
- fix docker url of STF by @denis99999 in https://github.com/DeviceFarmer/stf/pull/682
- Update dependencies by @koral-- in https://github.com/DeviceFarmer/stf/pull/694
- Update STFService app to 2.4.12 by @koral-- in https://github.com/DeviceFarmer/stf/pull/695
3.6.5 (2023-03-30)
- stf: Device name related updates by @sirmordred in https://github.com/DeviceFarmer/stf/pull/516
- Fix adbkit API invocations by @koral-- in https://github.com/DeviceFarmer/stf/pull/524
- use the fork of the please-update-dependencies package by @denis99999 in https://github.com/DeviceFarmer/stf/pull/522
- Revert "Fix adbkit API invocations (#524)" by @koral-- in https://github.com/DeviceFarmer/stf/pull/528
- fix bug on screen grabber management by @denis99999 in https://github.com/DeviceFarmer/stf/pull/554
- add contributors by @denis99999 in https://github.com/DeviceFarmer/stf/pull/555
- add frame rate management by @denis99999 in https://github.com/DeviceFarmer/stf/pull/558
- Update DEPLOYMENT.md by @denis99999 in https://github.com/DeviceFarmer/stf/pull/569
- fix deprecated warnings on Buffer class by @denis99999 in https://github.com/DeviceFarmer/stf/pull/580
- Upload the ipa files for the iOS platform by @mankoffs in https://github.com/DeviceFarmer/stf/pull/583
- fix #592 Fix marketName issue by @jsjs4013 in https://github.com/DeviceFarmer/stf/pull/593
- Bump passport from 0.4.1 to 0.6.0 by @dependabot in https://github.com/DeviceFarmer/stf/pull/581
- Fixing the link to get the package swagger-node-runner from ssh to https by @Energoblock in https://github.com/DeviceFarmer/stf/pull/607
- Update rethinkdb to 2.4.2 in docker compose sample by @koral-- in https://github.com/DeviceFarmer/stf/pull/611
- Enable device market name by @MykytaIvshkn in https://github.com/DeviceFarmer/stf/pull/601
- move off screen password autofill by @Ristakis in https://github.com/DeviceFarmer/stf/pull/610
- Bump moment from 2.29.3 to 2.29.4 by @dependabot in https://github.com/DeviceFarmer/stf/pull/596
- Update device-db to 1.3.0 by @koral-- in https://github.com/DeviceFarmer/stf/pull/619
- Bump decode-uri-component from 0.2.0 to 0.2.2 by @dependabot in https://github.com/DeviceFarmer/stf/pull/622
- Bump debug from 2.6.9 to 3.1.0 by @dependabot in https://github.com/DeviceFarmer/stf/pull/627
- fix bug on port forwarding feature by @denis99999 in https://github.com/DeviceFarmer/stf/pull/629
- fix spelling mistakes in API file by @denis99999 in https://github.com/DeviceFarmer/stf/pull/630
- Bump cookiejar from 2.1.3 to 2.1.4 by @dependabot in https://github.com/DeviceFarmer/stf/pull/632
- Release 3.6.5 by @koral-- in https://github.com/DeviceFarmer/stf/pull/649
3.6.4 (2022-04-27)
- Downgrade adbkit to 2.11.3 by @koral-- in https://github.com/DeviceFarmer/stf/pull/520
3.6.3 (2022-04-26)
- Fix build error on arm platform by @C0reFast in https://github.com/DeviceFarmer/stf/pull/212
- Changed ng-context-menu coordinates by @koral-- in https://github.com/DeviceFarmer/stf/pull/227
- add rest API for update Device note by @jupe in https://github.com/DeviceFarmer/stf/pull/222
- Upgrade to GitHub-native Dependabot by @dependabot-preview in https://github.com/DeviceFarmer/stf/pull/239
- Remove npm install from Debian x64 Dockerfile by @koral-- in https://github.com/DeviceFarmer/stf/pull/260
- Minicap update to support more devices (included Android 12) by @pcrepieux in https://github.com/DeviceFarmer/stf/pull/262
- Update STFService APK to 2.4.7 by @koral-- in https://github.com/DeviceFarmer/stf/pull/265
- Bump dns-packet from 1.3.1 to 1.3.4 by @dependabot in https://github.com/DeviceFarmer/stf/pull/261
- Bump @devicefarmer/adbkit-monkey from 1.0.1 to 1.1.0 by @dependabot in https://github.com/DeviceFarmer/stf/pull/242
- Bump hosted-git-info from 2.4.2 to 2.8.9 by @dependabot in https://github.com/DeviceFarmer/stf/pull/257
- Bump url-parse from 1.4.7 to 1.5.1 by @dependabot in https://github.com/DeviceFarmer/stf/pull/253
- Bump gm from 1.23.0 to 1.23.1 by @dependabot in https://github.com/DeviceFarmer/stf/pull/247
- Bump gulp-angular-gettext from 2.2.0 to 2.3.0 by @dependabot in https://github.com/DeviceFarmer/stf/pull/249
- Bump lodash from 4.17.20 to 4.17.21 by @dependabot in https://github.com/DeviceFarmer/stf/pull/256
- Bump url-loader from 0.5.9 to 0.6.2 by @dependabot in https://github.com/DeviceFarmer/stf/pull/243
- [Security] Bump y18n from 3.2.1 to 3.2.2 by @dependabot-preview in https://github.com/DeviceFarmer/stf/pull/217
- Bump phantomjs-prebuilt from 2.1.14 to 2.1.16 by @dependabot in https://github.com/DeviceFarmer/stf/pull/241
- Bump proxy-addr from 1.1.4 to 2.0.7 by @dependabot in https://github.com/DeviceFarmer/stf/pull/263
- Bump transliteration from 1.6.2 to 2.2.0 by @dependabot in https://github.com/DeviceFarmer/stf/pull/246
- Bump passport-oauth2 from 1.4.0 to 1.5.0 by @dependabot in https://github.com/DeviceFarmer/stf/pull/269
- Bump semver from 5.7.1 to 7.3.5 by @dependabot-preview in https://github.com/DeviceFarmer/stf/pull/235
- Bump json-loader from 0.5.4 to 0.5.7 by @dependabot in https://github.com/DeviceFarmer/stf/pull/270
- Bump gulp-pug from 3.3.0 to 4.0.1 by @dependabot in https://github.com/DeviceFarmer/stf/pull/272
- Bump template-html-loader from 0.0.3 to 0.0.4 by @dependabot in https://github.com/DeviceFarmer/stf/pull/277
- Bump gulp-jsonlint from 1.2.0 to 1.3.2 by @dependabot in https://github.com/DeviceFarmer/stf/pull/275
- --net host is no longer needed for stf-provider by @petemyron in https://github.com/DeviceFarmer/stf/pull/165
- Bump serve-favicon from 2.4.3 to 2.5.0 by @dependabot in https://github.com/DeviceFarmer/stf/pull/285
- Bump style-loader from 0.13.2 to 0.23.1 by @dependabot in https://github.com/DeviceFarmer/stf/pull/274
- Bump karma-chrome-launcher from 2.2.0 to 3.1.0 by @dependabot in https://github.com/DeviceFarmer/stf/pull/276
- Bump karma-junit-reporter from 1.2.0 to 2.0.1 by @dependabot in https://github.com/DeviceFarmer/stf/pull/287
- Bump openid from 2.0.6 to 2.0.9 by @dependabot in https://github.com/DeviceFarmer/stf/pull/288
- Add cmake to main Dockerfile by @koral-- in https://github.com/DeviceFarmer/stf/pull/292
- Bump path-parse from 1.0.5 to 1.0.7 by @dependabot in https://github.com/DeviceFarmer/stf/pull/308
- Bump url-parse from 1.5.1 to 1.5.3 by @dependabot in https://github.com/DeviceFarmer/stf/pull/310
- Bump jszip from 3.2.2 to 3.7.1 by @dependabot in https://github.com/DeviceFarmer/stf/pull/309
- Update STFService.apk to 2.4.8 by @koral-- in https://github.com/DeviceFarmer/stf/pull/328
- upgrade from stretch to buster the Docker image for x86_64 by @denis99999 in https://github.com/DeviceFarmer/stf/pull/385
- upgrade from stretch to buster the Docker image for armhf by @denis99999 in https://github.com/DeviceFarmer/stf/pull/386
- Bump axios from 0.21.1 to 0.21.4 by @dependabot in https://github.com/DeviceFarmer/stf/pull/330
- Bump follow-redirects from 1.14.4 to 1.14.7 by @dependabot in https://github.com/DeviceFarmer/stf/pull/401
- Bump passport-oauth2 from 1.5.0 to 1.6.1 by @dependabot in https://github.com/DeviceFarmer/stf/pull/329
- update minicap-prebuilt version to 2.7.1 by @denis99999 in https://github.com/DeviceFarmer/stf/pull/405
- 🐛 Fix: Increase PID retrieval timeout for edge-cases by @mark-omarov in https://github.com/DeviceFarmer/stf/pull/419
- Bump follow-redirects from 1.14.7 to 1.14.8 by @dependabot in https://github.com/DeviceFarmer/stf/pull/435
- Bump simple-get from 3.1.0 to 3.1.1 by @dependabot in https://github.com/DeviceFarmer/stf/pull/436
- Bump url-parse from 1.5.3 to 1.5.7 by @dependabot in https://github.com/DeviceFarmer/stf/pull/443
- Fix deploy to dockerhub by @koral-- in https://github.com/DeviceFarmer/stf/pull/448
- Update STF Service APK to v2.4.9 by @koral-- in https://github.com/DeviceFarmer/stf/pull/482
- upgrade node to latest version v17.9.0 by @denis99999 in https://github.com/DeviceFarmer/stf/pull/500
- update semaphore files for consistency with upgrading node to latest tag by @denis99999 in https://github.com/DeviceFarmer/stf/pull/505
- Bump aws-sdk from 2.1110.0 to 2.1117.0 by @dependabot in https://github.com/DeviceFarmer/stf/pull/511
- Release 3.6.2 by @koral-- in https://github.com/DeviceFarmer/stf/pull/515
- Downgrade adbkit to 3.2.1 by @koral-- in https://github.com/DeviceFarmer/stf/pull/519
3.6.1 (2021-03-11)
Fixes
- Revert adbkit upgrade
3.6.0 (2021-03-09)
Fixes
- Fix AAB installation fails when /tmp is on different mountpoint than storage-temp save directory #139
Enhancements
- Update dependency versions
3.5.0 (2020-10-18)
Fixes
- Update dependency versions
- Fix minicap disconnection on getting file #97
- Fix icons displaying #59. Thanks @Cookies52!
Enhancements
- Add .aab installation support #103. Thanks @nghiaviminh!
- Change jpeg-turbo dependency to
@julusian/jpeg-turbo#90 - Add Android 11 support
3.4.3 (2020-07-21)
Misc
- Changed dependencies to equivalents using @devicefarmer scope
3.4.2 (2020-05-31)
Fixes
- Fixed SAML_ID_PROVIDER_CERT_PATH in example SAML auth provider unit #1061. Thanks @mitchtech!
- Fixed Chinese characters handling #1204. Thanks @xu-duqing!
Enhancements
- Updated STFService.apk, minitouch and minicap to support Android 10. Thanks @denis99999 and @pcrepieux!
- Added addAdbPublicKey endpoint #770. Thanks @neofreko!
- Added pt_BR translation #1038. Thanks @esmiralha!
- Added market name to device properties #1002.
- Added group feature #1056. Thanks @denis99999!
- Added validation for filter.pid/ filter.tid/ filter.data input objects #1074. Thanks @lukzeg!
- Added opening device view via reselecting device from device view #1077. Thanks @lukzeg!
- Added device logs separation #1095. Thanks @lukzeg!
- Updated NodeJS to 8.9.3 #1169.
- Added alternative dockerfiles for armhf and x86_64 architectures #1174, #1191. Thanks @denis99999 and @petemyron!
- Added touchMove error handling #1189. Thanks @att55!
3.4.1 (2019-05-03)
Fixes
- Updated adbkit-apkreader to fix an APK manifest parsing issue on applications processed by 360 encryption services, which changes the
applicationkey tocom.stub.StubApp. Thanks @JChord! - Updated adbkit to public key parsing on recent versions of ADB. Thanks @codeskyblue!
Enhancements
- Exposed the
ZMQ_IPV6environment variable, making it possible to enable IPv6 for ZeroMQ. Thanks @aokhotin!
3.4.0 (2018-08-09)
Enhancements
- Android 9.0 is now supported. This feature was sponsored by HeadSpin.
- The OAuth2 unit now supports state tokens. Thanks @quangola!
- STFService.apk can now display the identity activity (red screen) automatically if a device gets disconnected from USB (or ADB), which can make maintenance easier. This feature is in beta, please enable it by running
adb shell pm grant jp.co.cyberagent.stf android.permission.DUMPon the devices you want to try it on. Thanks @Malinskiy!
Fixes
- Use
ps -lefinstead ofpsto list pids on Android 8.x. In new versions,psdoesn't return anything. Thanks @thinkhy!
3.3.1 (2018-07-14)
Fixes
- Fixed ADB's new device states (
connecting,authorizing) not being recognized by STF. Thanks @obrie! - Updated STFService.apk to fix an issue on high aspect ratio devices like the Mi Mix 2 where a portion of the screen may not have been visible.
- Updated adbkit-apkreader to resolve issues with certain APK files that were unparseable and therefore could not be installed. The issue was with long strings in the manifest file.
- Updated minitouch to fix touch detection issues on Meizu Pro7 Plus.
3.3.0 (2018-03-25)
Enhancements
- Added a new column to the device list that displays the OpenGL ES version of each device. Note that you may have to reset the columns once if you can't see it. Thanks @koral--!
- Added a new
--no-screen-resetoption to disable the default behavior of resetting rotation and returning to the home screen after a user stops using a device. Thanks @0rzech! - Added a new
--saml-id-provider-callback-urloption to the auth-saml2 unit. Thanks @0rzech!
Fixes
- Fixed a setup issue with TPS650.
- Fixed an issue where most uploads would fail due to a breaking configuration change in a dependency.
- Updated minitouch to fix multitouch issues on some devices that require the
BTN_TOUCHkernel event. Lifting a contact while having and keeping one held down may have prevented any events from being processed until a new touchdown event.
3.2.0 (2017-12-06)
Enhancements
- Android 8.1 is now supported.
- The network column in the device list is now based on a value that gets updated in real time. The format of the column has changed slightly due to this change.
- The
--mute-masteroption now accepts the valuesnever(default),inuse(only when a device is being used), andalways(mute pre-emptively during setup phase). For backwards compatibility,--mute-masterwith no value maps toinuse, and--no-mute-mastertonever. - The battery level and battery temperature columns are now filterable with comparison operators.
- Log output now includes a timestamp.
Fixes
- Fixed an issue on Windows where our device binaries may have failed to install due to an
Out of fallback locationserror caused by a faulty mode check. Thanks @iqianxing!
3.1.0 (2017-08-31)
Enhancements
- Android 8.0 is now supported. Please note that Android O developer previews are no longer officially supported, though they may or may not still work.
3.0.1 (2017-08-21)
Fixes
- Updated adbkit to fix
RangeError: Index out of rangeerrors when parsing newer APKs that use UTF-8 encoding for their string pools.
3.0.0 (2017-08-09)
Enhancements
- Added support for Android O Developer Preview 1 (note that any later previews are not supported yet)
- You can now set screen JPEG quality with the
SCREEN_JPEG_QUALITYenvironment variable at launch time. Can be useful for slow networks. - Switched to yargs for option parsing to make it easier to modify the CLI.
- Almost all command line options can now be specified with environment variables.
- Internal commands are now hidden from help output but can still be used.
- Running the
stfbinary without a command now errors and shows help output (previously there was no output whatsoever). - Improved help messages for various options.
- Added an app switch key. Thanks @koral--!
Fixes
- Fixed Lenovo A806 and most likely other cheap Lenovo devices as well by updating adbkit.
- Fixed ZUK Z1, Z2 and others by adding an alternate install location for our binaries, since
/data/local/tmpis mounted as noexec on those devices. Thanks @dkw72n! - Updated adbkit-apkreader to resolve issues with certain APK files that were unparseable and therefore failed installation. We've only seen a single a single APK with this issue, but there could be more.
- Updated adbkit-apkreader to resolve another unrelated parsing issue with slightly malformed manifest files.
- Updated adbkit to resolve an issue where trailing spaces in an adb public key would cause an error during adb connect.
- Updated adbkit to resolve issues with log parsing on Android 7.0 and later, caused by Android no longer transforming
\nto\r\n. - Updated adbkit to resolve an issue with recent versions of ADB that include a null byte in
adbkey.pub, which was causing validation to fail. - Fixed minitouch on Blackberry PRIV.
Misc
- We now use please-update-dependencies to check for outdated dependencies when running from source. It's a super quick local check that compares
package.jsonwith installed dependencies. Should help avoid unnecessary issues caused by forgetting to runnpm installaftergit pull.
Breaking changes
- Node v6.9.x or later is now required. Earlier versions will not work. To avoid a sudden flood of issues about this change, please-update-dependencies enforces the minimum version and tells you if you need to update.
- The
-Cshortcut for the--no-cleanupoption has been removed due to the switch to yargs. Please use the full--no-cleanupoption instead. - Although likely not used by anyone, it was possible to give multiple ZeroMQ endpoints to options such as
--connect-pushby separating them with commas. This is still possible but now works in a different way due to the switch to yargs. Comma-separated hosts in a single value are no longer accepted. If you need to specify multiple hosts, simply use the option as many times as you like. This change is unlikely to have any impact whatsoever on most users. - The
--devicesoption ofstf doctorhas been removed due to unnecessary complexity.
2.3.0 (2016-11-09)
Minor release addressing the following:
Fixes
- Fixed minicap on various devices running Android 4.2, incl. Qumo Quest 405, Yoga Tablet 8 etc. There may still be some that do not work, as 4.2 was customized pretty heavily by some makers. Thanks to @dkw72n for tracking down the issue and coming up with a fix! And as always, please let us know if you find any device (running any Android version) that does not work.
2.2.0 (2016-11-09)
Minor release addressing the following:
Fixes
- Fixed minicap on some/all Samsung devices running Android 5.1.1, which did not work previously. Thanks to @dkw72n for tracking down the issue and coming up with a fix!
Misc
- The openstf/stf-armv7l Docker image is being built again. Our previous armv7l build server died and Scaleway did not have more available until recently.
2.1.0 (2016-10-24)
Minor release addressing the following:
Enhancements
- Android 7.1 support!
Fixes
- STFService.apk now uses abstract sockets instead of TCP sockets. This fixes stability issues with devices connected in RNDIS mode.
- Updated adbkit to fix
logcatissues on newer Android versions. - General reliability improvements in adbkit.
- Fixed minitouch on Alcatel Idol 3.
2.0.1 (2016-07-29)
No changes, just a retag due to issues with NPM tags.
2.0.0 (2016-07-29)
Major release addressing the following:
Enhancements
- Added a simple REST API. Huge thanks to @vbanthia!
- Also, we have an example showing how to use the API with Appium.
Breaking changes
- The API server is a new app unit that must be added to your deployment. Please see the deployment guide for up to date instructions.
1.2.0 (2016-07-22)
Minor release addressing the following:
Enhancements
- Added Android N Developer Preview 5 support (earlier only available by building from master).
- Added an easier to access button to stop using a device from the control screen. Thanks @miss0110!
- Updated the official Docker image to Ubuntu 16.04 and Node v6.3.0.
- Added a
--no-cleanupoption to disable the default behavior of apps getting cleaned up automatically when a user stops using the device. - Added ESLint rules for easily checking pull requests.
- Added a Slack notifier unit.
- Added an
stf doctorcommand to check and output external dependencies. Very useful for issues. - Added an OpenID auth unit. Thanks @codeskyblue!
- Added optional HTTP Basic auth to the mock auth unit, for when you can't set up a proper auth adapter but still want at least a tiny bit of added security.
- Considerably smaller and up to date official Docker image for armv7l with automated nightly builds on Scaleway. May occasionally break for a while but we aim to always keep it fully up to date.
- Added instructions for using Google OAuth 2.0 login to the deployment guide, making it possible to sign in using your Google account.
- Added a configurable username field to the LDAP auth unit. Thanks @bananayong!
- Updated and added various translations.
Fixes
- Fixed screen area not being visible in latest versions of Chrome.
- Fixed Meizu Note 2 and similar devices which did not work due to non-standard output.
- Fixed ports getting leaked causing the provider unit to completely run out of ports if devices die a lot. Thanks @skyline-gleb!
1.1.1 (2016-01-13)
Patch release addressing the following:
Fixes
- Disabled Nagle Algorithm in adbkit connection to improve remote debugging speed
1.1.0 (2016-01-04)
Minor release addressing the following:
Enhancements
- Android 6.0 support
- Added translation support for Chinese, Korean, Russian and Spanish
- Added File Explorer feature in device controller where you can access device file system
- Added optional storage-s3 unit which can store storage data in Amazon S3 bucket instead of local
- Now, "Notes" column of device list is editable.
- Experimental armv7l support
- Added stf-setup-examples using Vagrant and Virtual Box
Fixes
- DEPLOYMENT doc fixes