Skip to content
This repository has been archived by the owner on Jun 13, 2023. It is now read-only.

Commit

Permalink
Add RELEASES.md (#2)
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel Bluhm <daniel.bluhm@sovrin.org>
  • Loading branch information
dbluhm authored and TelegramSam committed Jul 17, 2019
1 parent e241947 commit 7848cad
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions RELEASES.md
Original file line number Diff line number Diff line change
@@ -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)

0 comments on commit 7848cad

Please sign in to comment.