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