1 # Revision history for haskell-amqp-utils
3 ## 0.6.1.1 -- 2021-05-11
5 * disable inotify on non-linux
7 ## 0.6.1.0 -- 2020-03-11
9 * add remaining message properties as callback environment variables, too
11 ## 0.6.0.0 -- 2020-03-10
13 * update and amend README
14 * add --arg as alias for --args
15 * konsum: remove default binding to #
16 * plane: use -r (--routingkey) instead of -Q (--qname) (but still accept legacy -Q)
17 * print server properties
19 ## 0.5.0.0 -- 2020-03-03
21 * add option -f (--prefetch) for arbeite, default 1 (was unset before)
22 * print a line after (not) receiving rpc answer
23 * catch IOException instead of SomeException in callback
24 * remove --enable-tests from cabal in Makefile
25 * reformat with hindent + stylish-haskell
27 ## 0.4.5.1 -- 2020-02-19
29 * unify threadDelay in mainloop (reduce system load when sleeping)
31 ## 0.4.5.0 -- 2020-02-10
33 * format with stylish-haskell
34 * agitprop: rename variables in code
35 * new options -d (--dirscan) and -u (--remove) for agitprop hotfolder mode
36 * cwd to hotfolder directory in agitprop hotfolder mode
37 * change logging of boolean parameters
39 ## 0.4.4.1 -- 2020-08-19
41 * change default connection timeout from 60 to 600s
44 ## 0.4.4.0 -- 2020-02-18
46 * push callback options into environment variables
48 ## 0.4.3.0 -- 2020-02-10
50 * specify -R YES option for callback in case of a redelivered message
52 ## 0.4.2.0 -- 2019-12-19
54 * introduce --cleanup (-j) to remove temp file
55 * change temp file name from konsum-* to amqp-utils-*
56 * handle all numeric types in amqp headers same
58 * use utf8-string for header string values
60 ## 0.4.1.0 -- 2019-12-09
62 * printparam -> Flexprint
63 * introduce --simple / -i
65 * reformat with hindent
68 ## 0.4.0.1 -- 2019-12-04
72 ## 0.4.0.0 -- 2019-11-11
74 * agitprop: show exchange arg
75 * agitprop does not need -q or -Q
76 * allow RPC with dedicated exchange
78 * stdin / stdout handling without using /dev/
79 * cleanup plane answer file handling
80 * duplicate plane body to outfile and stderr
82 ## 0.3.7.1 -- 2019-09-10
86 ## 0.3.6.0 -- 2019-02-15
88 * bug-fix: avoid deadlock in arbeite
89 * plane: add --header option
90 * rpc: log to stderr, result to stdout
92 ## 0.3.4.0 -- 2018-07-21
94 * bug fix: re-add exception handler
95 * plane + arbeite: rpc client + server
97 ## 0.3.3.1 -- 2018-07-10
100 * konsum options ack and requeuenack
102 * enable parallel build
103 * tls, hinotify, lts-12.0 compat
105 ## 0.3.2.0 -- 2018-07-04
107 * agitprop, a publisher
108 * optional publisher confirms
109 * hotfolder mode, file magic
112 ## 0.3.0.2 -- 2018-04-24
114 * use ciphersuite\_default
116 ## 0.3.0.1 -- 2018-03-04
118 * don't let the thread sleep too long
120 ## 0.3.0.0 -- 2017-11-21
122 * add nix with `amqp_0_18_1`
123 * multiple bindings per queue
124 * remove cool smart special options
126 ## 0.2.2.0 -- 2017-11-20
128 * option -Q (set queue name for temporary exclusive queue)
130 ## 0.2.1.5 -- 2017-09-25
134 * repair debian jessie
135 * callback: pass-through timestamp, ignore non-existing sha
137 * amqp 0.17, use coName
139 ## 0.2.1.4 -- 2017-06-01
141 * First version. Released on an unsuspecting world.