From 7848cad6ccd27eb558e85865433ccb8bf6b645f7 Mon Sep 17 00:00:00 2001 From: Daniel Bluhm Date: Wed, 17 Jul 2019 14:59:34 -0400 Subject: [PATCH] Add RELEASES.md (#2) Signed-off-by: Daniel Bluhm --- RELEASES.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 RELEASES.md diff --git a/RELEASES.md b/RELEASES.md new file mode 100644 index 0000000..be5c9b0 --- /dev/null +++ b/RELEASES.md @@ -0,0 +1,24 @@ +Version 0.1.0 (2019-07-17) +========================== + +This is the initial release of the Aries Protocol Test Suite. Much of the work +here was strongly influenced by the [Indy Agent Test +Suite](https://github.com/hyperledger/indy-agent/tree/master/test_suite). This +test suite supersedes the Indy Agent Test Suite as the Indy Agent community +migrates to the Hyperledger Aries Project. + +Tests +----- +- [A simple messaging test between the suite and a static + agent](protocol_tests/test_simple_messaging.py) +- [Manual connection tests from Indy Agent Test + Suite](protocol_tests/connection/test_manual.py) + +Test Suite Improvements +----------------------- +(Improvements relative to the Indy Agent Test Suite) + +- Core of the test suite is now a more fully featured agent + - Return routing support + - Improved transport handling + - Expect messages based on message type (helps reduce false negatives)