1 # Revision history for haskell-amqp-utils
3 ## 0.4.3.0 -- 2020-02-10
5 * specify -R YES option for callback in case of a redelivered message
7 ## 0.4.2.0 -- 2019-12-19
9 * introduce --cleanup (-j) to remove temp file
10 * change temp file name from konsum-* to amqp-utils-*
11 * handle all numeric types in amqp headers same
13 * use utf8-string for header string values
15 ## 0.4.1.0 -- 2019-12-09
17 * printparam -> Flexprint
18 * introduce --simple / -i
20 * reformat with hindent
23 ## 0.4.0.1 -- 2019-12-04
27 ## 0.4.0.0 -- 2019-11-11
29 * agitprop: show exchange arg
30 * agitprop does not need -q or -Q
31 * allow RPC with dedicated exchange
33 * stdin / stdout handling without using /dev/
34 * cleanup plane answer file handling
35 * duplicate plane body to outfile and stderr
37 ## 0.3.7.1 -- 2019-09-10
41 ## 0.3.6.0 -- 2019-02-15
43 * bug-fix: avoid deadlock in arbeite
44 * plane: add --header option
45 * rpc: log to stderr, result to stdout
47 ## 0.3.4.0 -- 2018-07-21
49 * bug fix: re-add exception handler
50 * plane + arbeite: rpc client + server
52 ## 0.3.3.1 -- 2018-07-10
55 * konsum options ack and requeuenack
57 * enable parallel build
58 * tls, hinotify, lts-12.0 compat
60 ## 0.3.2.0 -- 2018-07-04
62 * agitprop, a publisher
63 * optional publisher confirms
64 * hotfolder mode, file magic
67 ## 0.3.0.2 -- 2018-04-24
69 * use ciphersuite\_default
71 ## 0.3.0.1 -- 2018-03-04
73 * don't let the thread sleep too long
75 ## 0.3.0.0 -- 2017-11-21
77 * add nix with `amqp_0_18_1`
78 * multiple bindings per queue
79 * remove cool smart special options
81 ## 0.2.2.0 -- 2017-11-20
83 * option -Q (set queue name for temporary exclusive queue)
85 ## 0.2.1.5 -- 2017-09-25
89 * repair debian jessie
90 * callback: pass-through timestamp, ignore non-existing sha
92 * amqp 0.17, use coName
94 ## 0.2.1.4 -- 2017-06-01
96 * First version. Released on an unsuspecting world.