Skip to content
This repository has been archived by the owner on Feb 7, 2020. It is now read-only.

Commit

Permalink
Merge pull request #12 from ripienaar/101
Browse files Browse the repository at this point in the history
(misc) release 1.0.1
  • Loading branch information
ripienaar authored May 9, 2018
2 parents 0451bb5 + 762dd6d commit 33a764a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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 |
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 33a764a

Please sign in to comment.