Releases: mhcomm/pypeman
Releases · mhcomm/pypeman
0.5.10
0.5.9
- add init nodes that are called before channel subhandle
- Add possibility to extend end nodes
- add possibility to search channels by short_name
- Add end node search (in chan.get_node)
- msgstore: add start_id param instead of start to have optimized filtering
- msgstore: list channels API now returns only chans with a msgstore
- HttpRequestNode: new add_meta param to add headers in out msg meta
- HttpChannel: Add possibility to return other types than string in the response
- Fix duplicate err logging
- New nodes:
-
- MsgFuncNode
-
- FuncNode
-
- UseMetaFromCtx
-
- EmptyMeta
-
- Reject
0.5.8
0.5.7
0.5.6
0.5.5
0.5.4
0.5.3
0.5.3
- Fix HttpRequest: ssl_verify = False not working
- Fix Mllp and http speed responses not working
- Change some logging.exceptions to logging.error to avoid duplicate traceback
- HttpRequest: move parsing outside the handle_request func to simplify overwriting
- add log
- Add HL72Python encoding extension
0.5.2
0.5.1
0.5.1
- FIX hl7 mllp endpoint + add mllp chan tests
- Add HttpRequestNode Json sending
- add BaseChannel,MLLPChannel, HTTPChannel and BaseNode logs
- FIX ftp channel tests that randomly fails due to don't wait end chann process before assert
- load_graph func can now reload project if already imported
- Fix socket endpoint address already in use + rm code covering check
- dependabot fixes for node dependencies