]> woffs.de Git - fd/haskell-amqp-utils.git/blob - ChangeLog.md
formatting
[fd/haskell-amqp-utils.git] / ChangeLog.md
1 # Revision history for haskell-amqp-utils
2
3 ## 0.4.3.0  -- 2020-02-10
4
5 * specify -R YES option for callback in case of a redelivered message
6
7 ## 0.4.2.0  -- 2019-12-19
8
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
12 * update to amqp-0.19
13 * use utf8-string for header string values
14
15 ## 0.4.1.0  -- 2019-12-09
16
17 * printparam -> Flexprint
18 * introduce --simple / -i
19 * review data types
20 * reformat with hindent
21 * update doc
22
23 ## 0.4.0.1  -- 2019-12-04
24
25 * fix exit codes
26
27 ## 0.4.0.0  -- 2019-11-11
28
29 * agitprop: show exchange arg
30 * agitprop does not need -q or -Q
31 * allow RPC with dedicated exchange
32 * add missing hFlush
33 * stdin / stdout handling without using /dev/
34 * cleanup plane answer file handling
35 * duplicate plane body to outfile and stderr
36
37 ## 0.3.7.1  -- 2019-09-10
38
39 * connect timeout
40
41 ## 0.3.6.0  -- 2019-02-15
42
43 * bug-fix: avoid deadlock in arbeite
44 * plane: add --header option
45 * rpc: log to stderr, result to stdout
46
47 ## 0.3.4.0  -- 2018-07-21
48
49 * bug fix: re-add exception handler
50 * plane + arbeite: rpc client + server
51
52 ## 0.3.3.1  -- 2018-07-10
53
54 * fix debian builds
55 * konsum options ack and requeuenack
56 * fix hotfolder mode
57 * enable parallel build
58 * tls, hinotify, lts-12.0 compat
59
60 ## 0.3.2.0  -- 2018-07-04
61
62 * agitprop, a publisher
63 * optional publisher confirms
64 * hotfolder mode, file magic
65 * several options
66
67 ## 0.3.0.2  -- 2018-04-24
68
69 * use ciphersuite\_default
70
71 ## 0.3.0.1  -- 2018-03-04
72
73 * don't let the thread sleep too long
74
75 ## 0.3.0.0  -- 2017-11-21
76
77 *  add nix with `amqp_0_18_1`
78 *  multiple bindings per queue
79 *  remove cool smart special options
80
81 ## 0.2.2.0  -- 2017-11-20
82
83 * option -Q (set queue name for temporary exclusive queue)
84
85 ## 0.2.1.5  -- 2017-09-25
86
87 * travis
88 * debian
89 * repair debian jessie
90 * callback: pass-through timestamp, ignore non-existing sha
91 * reduce load
92 * amqp 0.17, use coName
93
94 ## 0.2.1.4  -- 2017-06-01
95
96 * First version. Released on an unsuspecting world.