xref: /aosp_15_r20/external/mobly-snippet-lib/CHANGELOG (revision ae5b1ec8a57d9cd6259556f14d3f2bb4f9fb3a85)
1*ae5b1ec8SZiwei Zhang1.4.0:
2*ae5b1ec8SZiwei Zhang  - Support RpcDefault and RpcOptional
3*ae5b1ec8SZiwei Zhang  - Deprecate non-primitive array types and enable checked warnings in JsonBuilder
4*ae5b1ec8SZiwei Zhang  - Setting class loader before unmarshalling bundle to prevent java.lang.ClassNotFoundException
5*ae5b1ec8SZiwei Zhang
6*ae5b1ec8SZiwei Zhang1.3.1:
7*ae5b1ec8SZiwei Zhang  - Migrate from android.support to androidx library
8*ae5b1ec8SZiwei Zhang  - Add a default close() method
9*ae5b1ec8SZiwei Zhang  - Support for long arrays as parameters
10*ae5b1ec8SZiwei Zhang  - Use newer Notification methods for Android O and above
11*ae5b1ec8SZiwei Zhang  - Various minor fixes
12*ae5b1ec8SZiwei Zhang
13*ae5b1ec8SZiwei Zhang1.3.0:
14*ae5b1ec8SZiwei Zhang  - Support for RPC scheduling
15*ae5b1ec8SZiwei Zhang  - Support for custom converters of non-primitive types
16*ae5b1ec8SZiwei Zhang  - Support for JSONArray parsing of parameters
17*ae5b1ec8SZiwei Zhang  - Various minor fixes and cleanups
18*ae5b1ec8SZiwei Zhang
19*ae5b1ec8SZiwei Zhang1.2.0:
20*ae5b1ec8SZiwei Zhang  - New startup protocol:
21*ae5b1ec8SZiwei Zhang    - Snippet protocol is now versionated and reported to instrumentation output
22*ae5b1ec8SZiwei Zhang    - Snippet startup progress can now be monitored via output
23*ae5b1ec8SZiwei Zhang    - Server port can now be allocated on device and reported via output
24*ae5b1ec8SZiwei Zhang  - Improvements to help() output
25*ae5b1ec8SZiwei Zhang  - Allow close() methods to throw exceptions
26*ae5b1ec8SZiwei Zhang
27*ae5b1ec8SZiwei Zhang1.1.0:
28*ae5b1ec8SZiwei Zhang  - Support for asynchronous RPCs
29*ae5b1ec8SZiwei Zhang  - Add an optional annotation to cause RPCs to be invoked on the main thread
30*ae5b1ec8SZiwei Zhang  - Log tags are now configurable in the manifest
31*ae5b1ec8SZiwei Zhang
32*ae5b1ec8SZiwei Zhang1.0.1:
33*ae5b1ec8SZiwei Zhang  - Ignore regular JUnit tests linked into the snippet lib
34*ae5b1ec8SZiwei Zhang  - Improved exception handling and reporting
35*ae5b1ec8SZiwei Zhang
36*ae5b1ec8SZiwei Zhang1.0.0: Initial release of Mobly Snippet Lib with some examples
37