From 762dd6de051f6037fd21bf94464a3d7d61eb0581 Mon Sep 17 00:00:00 2001 From: "R.I.Pienaar" Date: Wed, 9 May 2018 16:24:44 +0200 Subject: [PATCH] (misc) release 1.0.1 --- CHANGELOG.md | 3 +++ README.md | 1 + 2 files changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f7bce0a..9f11cf5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ |Date |Issue |Description | |----------|------|---------------------------------------------------------------------------------------------------------| +|2018/05/09| |Release 1.0.1 | +|2018/05/09|10 |Use a SecurityProvider to perform all security related actions | +|2018/03/23|8 |Allow full protocol schema validation to be disabled | |2018/01/09| |Release 1.0.0 | diff --git a/README.md b/README.md index 921826e..89012fe 100644 --- a/README.md +++ b/README.md @@ -72,6 +72,7 @@ trequest.SetRequestData(srequest) // finally we can get the JSON data to send over the wire using whatever means we like j, _ := trequest.JSON() ``` + Now the JSON above gets sent to a node using any means you like, Choria uses NATS. Decoding this is done as follows: ```go