2 SPDX-FileCopyrightText: 2022 Frank Doepper
4 SPDX-License-Identifier: GPL-3.0-only
7 # Revision history for haskell-amqp-utils
9 ## 0.6.4.0 -- 2023-07-20
11 * fix exception handling and avoid hang
12 * migrate to crypton-connection and crypton-x509-system, adjust deps
14 ## 0.6.3.2 -- 2021-10-25
18 ## 0.6.3.1 -- 2021-09-08
20 * avoid setCurrentDirectory which is not thread-safe
21 * start watch before initial scan
22 * put filename without directory into filename header
24 ## 0.6.3.0 -- 2021-09-06
26 * watch multiple dirs in hotfolder mode
27 * drop hinotify < 0.3.10 compatibility
28 * use RawFilePath for file names
29 * fix handling of non-ascii filenames in agitprop hotfolder
31 ## 0.6.2.4 -- 2021-08-30
33 * depend on tls >= 1.5.0 (thread safety for writes)
35 ## 0.6.2.2 -- 2021-08-25
37 * agitprop: option to move sent file to another dir instead of just removing
39 ## 0.6.1.1 -- 2021-05-11
41 * disable inotify on non-linux
43 ## 0.6.1.0 -- 2020-03-11
45 * add remaining message properties as callback environment variables, too
47 ## 0.6.0.0 -- 2020-03-10
49 * update and amend README
50 * add --arg as alias for --args
51 * konsum: remove default binding to #
52 * plane: use -r (--routingkey) instead of -Q (--qname) (but still accept legacy -Q)
53 * print server properties
55 ## 0.5.0.0 -- 2020-03-03
57 * add option -f (--prefetch) for arbeite, default 1 (was unset before)
58 * print a line after (not) receiving rpc answer
59 * catch IOException instead of SomeException in callback
60 * remove --enable-tests from cabal in Makefile
61 * reformat with hindent + stylish-haskell
63 ## 0.4.5.1 -- 2020-02-19
65 * unify threadDelay in mainloop (reduce system load when sleeping)
67 ## 0.4.5.0 -- 2020-02-10
69 * format with stylish-haskell
70 * agitprop: rename variables in code
71 * new options -d (--dirscan) and -u (--remove) for agitprop hotfolder mode
72 * cwd to hotfolder directory in agitprop hotfolder mode
73 * change logging of boolean parameters
75 ## 0.4.4.1 -- 2020-08-19
77 * change default connection timeout from 60 to 600s
80 ## 0.4.4.0 -- 2020-02-18
82 * push callback options into environment variables
84 ## 0.4.3.0 -- 2020-02-10
86 * specify -R YES option for callback in case of a redelivered message
88 ## 0.4.2.0 -- 2019-12-19
90 * introduce --cleanup (-j) to remove temp file
91 * change temp file name from konsum-* to amqp-utils-*
92 * handle all numeric types in amqp headers same
94 * use utf8-string for header string values
96 ## 0.4.1.0 -- 2019-12-09
98 * printparam -> Flexprint
99 * introduce --simple / -i
101 * reformat with hindent
104 ## 0.4.0.1 -- 2019-12-04
108 ## 0.4.0.0 -- 2019-11-11
110 * agitprop: show exchange arg
111 * agitprop does not need -q or -Q
112 * allow RPC with dedicated exchange
114 * stdin / stdout handling without using /dev/
115 * cleanup plane answer file handling
116 * duplicate plane body to outfile and stderr
118 ## 0.3.7.1 -- 2019-09-10
122 ## 0.3.6.0 -- 2019-02-15
124 * bug-fix: avoid deadlock in arbeite
125 * plane: add --header option
126 * rpc: log to stderr, result to stdout
128 ## 0.3.4.0 -- 2018-07-21
130 * bug fix: re-add exception handler
131 * plane + arbeite: rpc client + server
133 ## 0.3.3.1 -- 2018-07-10
136 * konsum options ack and requeuenack
138 * enable parallel build
139 * tls, hinotify, lts-12.0 compat
141 ## 0.3.2.0 -- 2018-07-04
143 * agitprop, a publisher
144 * optional publisher confirms
145 * hotfolder mode, file magic
148 ## 0.3.0.2 -- 2018-04-24
150 * use ciphersuite\_default
152 ## 0.3.0.1 -- 2018-03-04
154 * don't let the thread sleep too long
156 ## 0.3.0.0 -- 2017-11-21
158 * add nix with `amqp_0_18_1`
159 * multiple bindings per queue
160 * remove cool smart special options
162 ## 0.2.2.0 -- 2017-11-20
164 * option -Q (set queue name for temporary exclusive queue)
166 ## 0.2.1.5 -- 2017-09-25
170 * repair debian jessie
171 * callback: pass-through timestamp, ignore non-existing sha
173 * amqp 0.17, use coName
175 ## 0.2.1.4 -- 2017-06-01
177 * First version. Released on an unsuspecting world.