Releases: openstf/stf
Releases · openstf/stf
STF 2.2.0 released!
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.
STF 2.1.0 released!
Changelog
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
logcat
issues on newer Android versions. - General reliability improvements in adbkit.
- Fixed minitouch on Alcatel Idol 3.
STF 2.0 released!
Changelog
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.
STF 1.2.0 released!
Changelog
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-cleanup
option 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 doctor
command 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!
STF 1.1.1 has been released!
CHANGES IN VERSION 1.1.1 (from 1.1)
Patch release addressing the following:
Fixes
- Disabled Nagle Algorithm in adbkit connection to improve remote debugging speed
STF 2.0.0-beta has been released!
STF 1.1 has been released!
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