I've testing 1.3.1, trying to port my channels from 1.2.
* For DB receivers, the 'raw message' is a non-pretty-printed XML (when with 1.2 was).
* LLP senders doesn't update the 'QUEUED' state for messages if the ACK timeout is set to '0' (doesn't wait for an ACK). [!!]
* LLP senders can't recognize an ACK from another MIRTH channel.
* Now, the name for 2.3.1 fields has changed (due to HAP update), so I've had to change all of my transformations. This is clearly a feature, but for me this has been horrible.
* LLP and DB receivers (at least) creates two different entries for each message: one when the message is received (set to RECEIVED), and another when the message is SENDED or ERROR. I don't know if this is an erorr or a feature.
* Messages in the MessageBrowser are showed from oldest to newer, which is different from 1.2
--> The' Validate JS' button doesn't point to the right line (well, this happened with 1.2 too)
[!!] this seems to be an error in my own code. I'll test it
Comment