]> woffs.de Git - fd/haskell-amqp-utils.git/blob - ChangeLog.md
agitprop: move sent file to another dir
[fd/haskell-amqp-utils.git] / ChangeLog.md
1 # Revision history for haskell-amqp-utils
2
3 ## 0.6.1.1  -- 2021-05-11
4
5 * disable inotify on non-linux
6
7 ## 0.6.1.0  -- 2020-03-11
8
9 * add remaining message properties as callback environment variables, too
10
11 ## 0.6.0.0  -- 2020-03-10
12
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
18
19 ## 0.5.0.0  -- 2020-03-03
20
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
26
27 ## 0.4.5.1  -- 2020-02-19
28
29 * unify threadDelay in mainloop (reduce system load when sleeping)
30
31 ## 0.4.5.0  -- 2020-02-10
32
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
38
39 ## 0.4.4.1  -- 2020-08-19
40
41 * change default connection timeout from 60 to 600s
42 * update description
43
44 ## 0.4.4.0  -- 2020-02-18
45
46 * push callback options into environment variables
47
48 ## 0.4.3.0  -- 2020-02-10
49
50 * specify -R YES option for callback in case of a redelivered message
51
52 ## 0.4.2.0  -- 2019-12-19
53
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
57 * update to amqp-0.19
58 * use utf8-string for header string values
59
60 ## 0.4.1.0  -- 2019-12-09
61
62 * printparam -> Flexprint
63 * introduce --simple / -i
64 * review data types
65 * reformat with hindent
66 * update doc
67
68 ## 0.4.0.1  -- 2019-12-04
69
70 * fix exit codes
71
72 ## 0.4.0.0  -- 2019-11-11
73
74 * agitprop: show exchange arg
75 * agitprop does not need -q or -Q
76 * allow RPC with dedicated exchange
77 * add missing hFlush
78 * stdin / stdout handling without using /dev/
79 * cleanup plane answer file handling
80 * duplicate plane body to outfile and stderr
81
82 ## 0.3.7.1  -- 2019-09-10
83
84 * connect timeout
85
86 ## 0.3.6.0  -- 2019-02-15
87
88 * bug-fix: avoid deadlock in arbeite
89 * plane: add --header option
90 * rpc: log to stderr, result to stdout
91
92 ## 0.3.4.0  -- 2018-07-21
93
94 * bug fix: re-add exception handler
95 * plane + arbeite: rpc client + server
96
97 ## 0.3.3.1  -- 2018-07-10
98
99 * fix debian builds
100 * konsum options ack and requeuenack
101 * fix hotfolder mode
102 * enable parallel build
103 * tls, hinotify, lts-12.0 compat
104
105 ## 0.3.2.0  -- 2018-07-04
106
107 * agitprop, a publisher
108 * optional publisher confirms
109 * hotfolder mode, file magic
110 * several options
111
112 ## 0.3.0.2  -- 2018-04-24
113
114 * use ciphersuite\_default
115
116 ## 0.3.0.1  -- 2018-03-04
117
118 * don't let the thread sleep too long
119
120 ## 0.3.0.0  -- 2017-11-21
121
122 *  add nix with `amqp_0_18_1`
123 *  multiple bindings per queue
124 *  remove cool smart special options
125
126 ## 0.2.2.0  -- 2017-11-20
127
128 * option -Q (set queue name for temporary exclusive queue)
129
130 ## 0.2.1.5  -- 2017-09-25
131
132 * travis
133 * debian
134 * repair debian jessie
135 * callback: pass-through timestamp, ignore non-existing sha
136 * reduce load
137 * amqp 0.17, use coName
138
139 ## 0.2.1.4  -- 2017-06-01
140
141 * First version. Released on an unsuspecting world.