2 SPDX-FileCopyrightText: 2022 Frank Doepper
4 SPDX-License-Identifier: GPL-3.0-only
7 # Revision history for haskell-amqp-utils
9 ## 0.6.3.2 -- 2021-10-25
13 ## 0.6.3.1 -- 2021-09-08
15 * avoid setCurrentDirectory which is not thread-safe
16 * start watch before initial scan
17 * put filename without directory into filename header
19 ## 0.6.3.0 -- 2021-09-06
21 * watch multiple dirs in hotfolder mode
22 * drop hinotify < 0.3.10 compatibility
23 * use RawFilePath for file names
24 * fix handling of non-ascii filenames in agitprop hotfolder
26 ## 0.6.2.4 -- 2021-08-30
28 * depend on tls >= 1.5.0 (thread safety for writes)
30 ## 0.6.2.2 -- 2021-08-25
32 * agitprop: option to move sent file to another dir instead of just removing
34 ## 0.6.1.1 -- 2021-05-11
36 * disable inotify on non-linux
38 ## 0.6.1.0 -- 2020-03-11
40 * add remaining message properties as callback environment variables, too
42 ## 0.6.0.0 -- 2020-03-10
44 * update and amend README
45 * add --arg as alias for --args
46 * konsum: remove default binding to #
47 * plane: use -r (--routingkey) instead of -Q (--qname) (but still accept legacy -Q)
48 * print server properties
50 ## 0.5.0.0 -- 2020-03-03
52 * add option -f (--prefetch) for arbeite, default 1 (was unset before)
53 * print a line after (not) receiving rpc answer
54 * catch IOException instead of SomeException in callback
55 * remove --enable-tests from cabal in Makefile
56 * reformat with hindent + stylish-haskell
58 ## 0.4.5.1 -- 2020-02-19
60 * unify threadDelay in mainloop (reduce system load when sleeping)
62 ## 0.4.5.0 -- 2020-02-10
64 * format with stylish-haskell
65 * agitprop: rename variables in code
66 * new options -d (--dirscan) and -u (--remove) for agitprop hotfolder mode
67 * cwd to hotfolder directory in agitprop hotfolder mode
68 * change logging of boolean parameters
70 ## 0.4.4.1 -- 2020-08-19
72 * change default connection timeout from 60 to 600s
75 ## 0.4.4.0 -- 2020-02-18
77 * push callback options into environment variables
79 ## 0.4.3.0 -- 2020-02-10
81 * specify -R YES option for callback in case of a redelivered message
83 ## 0.4.2.0 -- 2019-12-19
85 * introduce --cleanup (-j) to remove temp file
86 * change temp file name from konsum-* to amqp-utils-*
87 * handle all numeric types in amqp headers same
89 * use utf8-string for header string values
91 ## 0.4.1.0 -- 2019-12-09
93 * printparam -> Flexprint
94 * introduce --simple / -i
96 * reformat with hindent
99 ## 0.4.0.1 -- 2019-12-04
103 ## 0.4.0.0 -- 2019-11-11
105 * agitprop: show exchange arg
106 * agitprop does not need -q or -Q
107 * allow RPC with dedicated exchange
109 * stdin / stdout handling without using /dev/
110 * cleanup plane answer file handling
111 * duplicate plane body to outfile and stderr
113 ## 0.3.7.1 -- 2019-09-10
117 ## 0.3.6.0 -- 2019-02-15
119 * bug-fix: avoid deadlock in arbeite
120 * plane: add --header option
121 * rpc: log to stderr, result to stdout
123 ## 0.3.4.0 -- 2018-07-21
125 * bug fix: re-add exception handler
126 * plane + arbeite: rpc client + server
128 ## 0.3.3.1 -- 2018-07-10
131 * konsum options ack and requeuenack
133 * enable parallel build
134 * tls, hinotify, lts-12.0 compat
136 ## 0.3.2.0 -- 2018-07-04
138 * agitprop, a publisher
139 * optional publisher confirms
140 * hotfolder mode, file magic
143 ## 0.3.0.2 -- 2018-04-24
145 * use ciphersuite\_default
147 ## 0.3.0.1 -- 2018-03-04
149 * don't let the thread sleep too long
151 ## 0.3.0.0 -- 2017-11-21
153 * add nix with `amqp_0_18_1`
154 * multiple bindings per queue
155 * remove cool smart special options
157 ## 0.2.2.0 -- 2017-11-20
159 * option -Q (set queue name for temporary exclusive queue)
161 ## 0.2.1.5 -- 2017-09-25
165 * repair debian jessie
166 * callback: pass-through timestamp, ignore non-existing sha
168 * amqp 0.17, use coName
170 ## 0.2.1.4 -- 2017-06-01
172 * First version. Released on an unsuspecting world.