forked from smpallen99/ex_ami
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixed parsing Response messages that do not contain Key: Value format.
* Added CHANGELOG.md file * New `ResponseData` Message attribute field. It is filled with the data that does not match key: value format.
Steve Pallen
committed
Jun 29, 2018
1 parent
b136796
commit 2344181
Showing
6 changed files
with
95 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
# ExAmi Changelog | ||
|
||
## 0.4.0 (2018-06-29) | ||
|
||
### Enhancements | ||
|
||
* Added CHANGELOG.md file | ||
* New `ResponseData` Message attribute field. It is filled with the data that does | ||
not match key: value format. | ||
|
||
### Bug Fixes | ||
|
||
* Fixed parsing Response messages that do not contain Key: Value format. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,12 @@ | ||
%{"covertool": {:git, "git://github.com/idubrov/covertool.git", "efac1a45d713690582c0e46f92e042f61d90777a", [ref: "HEAD"]}, | ||
%{ | ||
"covertool": {:git, "git://github.com/idubrov/covertool.git", "efac1a45d713690582c0e46f92e042f61d90777a", [ref: "HEAD"]}, | ||
"gen_fsm": {:hex, :gen_fsm, "0.1.0", "5097308e244e25dbb2aa0ee5b736bb1ab79c3f8ca889a9e5b3aabd8beee6fc88", [:mix], []}, | ||
"gen_fsm_helpers": {:hex, :gen_fsm_helpers, "0.1.0", "47734683834c5c43b8395daef098ce285f2c27b26eb40dfd5201f3426c8f750a", [:mix], [], "hexpm"}, | ||
"gen_state_machine": {:hex, :gen_state_machine, "2.0.0", "f3bc7d961e4cd9f37944b379137e25fd063feffc42800bed69197fd1b78b3151", [], [], "hexpm"}, | ||
"gen_state_machine_helpers": {:hex, :gen_state_machine_helpers, "0.1.0", "d6cd29d6b0a5ffeacd6e6d007733231916c228f2a0f758ff93d5361656a22133", [], [], "hexpm"}, | ||
"gen_state_machine": {:hex, :gen_state_machine, "2.0.0", "f3bc7d961e4cd9f37944b379137e25fd063feffc42800bed69197fd1b78b3151", [:mix], [], "hexpm"}, | ||
"gen_state_machine_helpers": {:hex, :gen_state_machine_helpers, "0.1.0", "d6cd29d6b0a5ffeacd6e6d007733231916c228f2a0f758ff93d5361656a22133", [:mix], [], "hexpm"}, | ||
"goldrush": {:git, "git://github.com/DeadZen/goldrush.git", "71e63212f12c25827e0c1b4198d37d5d018a7fec", [tag: "0.1.6"]}, | ||
"lager": {:git, "git://github.com/basho/lager.git", "b7984d4628d0a7780166f3f26207882fddb31251", [ref: "master"]}, | ||
"meck": {:hex, :meck, "0.8.4", "59ca1cd971372aa223138efcf9b29475bde299e1953046a0c727184790ab1520", [:rebar, :make], []}, | ||
"pavlov": {:hex, :pavlov, "0.2.3", "9072029af61301463a6e273e2829e9eab14bd1e7a5c381886d5166e6739e6fcf", [:mix], [{:meck, "~> 0.8.2", [hex: :meck, optional: false]}]}, | ||
"rebar": {:git, "https://github.com/rebar/rebar.git", "e9f62c45807ce2db39e0606c4d97cd071416bd64", [tag: "2.5.1"]}} | ||
"rebar": {:git, "https://github.com/rebar/rebar.git", "e9f62c45807ce2db39e0606c4d97cd071416bd64", [tag: "2.5.1"]}, | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters