1 haskell-amqp-utils (0.5.0.0) unstable; urgency=medium
3 * add option -f (--prefetch) for arbeite, default 1 (was unset before)
4 * print a line after (not) receiving rpc answer
5 * catch IOException instead of SomeException in callback
6 * remove --enable-tests from cabal in Makefile
7 * reformat with hindent + stylish-haskell
11 haskell-amqp-utils (0.4.5.1) unstable; urgency=medium
13 * unify threadDelay in mainloop (reduce system load when sleeping)
17 haskell-amqp-utils (0.4.5.0) unstable; urgency=medium
19 * format with stylish-haskell
20 * agitprop: rename variables in code
21 * new options -d (--dirscan) and -u (--remove) for agitprop hotfolder mode
22 * cwd to hotfolder directory in agitprop hotfolder mode
23 * change logging of boolean parameters
27 haskell-amqp-utils (0.4.4.1) unstable; urgency=medium
29 * change default connection timeout from 60 to 600s
34 haskell-amqp-utils (0.4.4.0) unstable; urgency=medium
36 * push callback options into environment variables
40 haskell-amqp-utils (0.4.3.0) unstable; urgency=medium
42 * specify -R YES option for callback in case of a redelivered message
46 haskell-amqp-utils (0.4.2.0) unstable; urgency=medium
48 * introduce --cleanup (-j) to remove temp file
49 * change temp file name from konsum-* to amqp-utils-*
50 * handle all numeric types in amqp headers same
52 * use utf8-string for header string values
56 haskell-amqp-utils (0.4.1.0) unstable; urgency=medium
58 * printparam -> Flexprint
59 * introduce --simple / -i
61 * reformat with hindent
66 haskell-amqp-utils (0.4.0.1) unstable; urgency=medium
70 -- Frank Doepper <woffs@lapdoepp> Wed, 04 Dec 2019 13:49:41 +0100
72 haskell-amqp-utils (0.4.0.0) unstable; urgency=medium
74 * agitprop: show exchange arg
75 * agitprop does not need -q or -Q
76 * allow RPC with dedicated exchange
78 * stdin / stdout handling without using /dev/
79 * cleanup plane answer file handling
80 * duplicate plane body to outfile and stderr
84 haskell-amqp-utils (0.3.7.1) unstable; urgency=medium
86 * re-add accidentally removed option -n
90 haskell-amqp-utils (0.3.7.0) unstable; urgency=medium
96 haskell-amqp-utils (0.3.6.0) unstable; urgency=medium
98 * Bugfix, stderr/stdout and --header for RPC (plane, arbeite)
102 haskell-amqp-utils (0.3.4.2) unstable; urgency=medium
104 * remove obsolete debian deps
108 haskell-amqp-utils (0.3.4.0) unstable; urgency=medium
110 * bug fix: re-add exception handler
111 * plane + arbeite: rpc client + server
113 -- Frank Doepper <woffs@lapdoepp> Sat, 21 Jul 2018 13:26:00 +0200
115 haskell-amqp-utils (0.3.3.1) unstable; urgency=medium
117 * hinotify 0.3.10 and lts-12.0 compat
121 haskell-amqp-utils (0.3.3.0) unstable; urgency=medium
123 * konsum: options nack and requeuenack
127 haskell-amqp-utils (0.3.2.2) unstable; urgency=medium
129 * fix hotfolder mode in other than cwd
133 haskell-amqp-utils (0.3.2.1) unstable; urgency=medium
139 haskell-amqp-utils (0.3.2.0) unstable; urgency=medium
145 haskell-amqp-utils (0.3.1.4) unstable; urgency=medium
147 * agitprop: file magic
151 haskell-amqp-utils (0.3.1.3) unstable; urgency=medium
157 haskell-amqp-utils (0.3.1.2) unstable; urgency=medium
159 * agitprop: hotfolder mode
163 haskell-amqp-utils (0.3.1.1) unstable; urgency=medium
165 * agitprop: publisher confirms
169 haskell-amqp-utils (0.3.1.0) unstable; urgency=medium
171 * agitprop, a publisher
175 haskell-amqp-utils (0.3.0.2) unstable; urgency=medium
177 * use ciphersuite_default
181 haskell-amqp-utils (0.3.0.1) unstable; urgency=medium
183 * don't sleep too long
187 haskell-amqp-utils (0.3.0.0) unstable; urgency=medium
189 * remove special options
190 * implement multiple bindings per queue
194 haskell-amqp-utils (0.2.2.0) unstable; urgency=medium
200 haskell-amqp-utils (0.2.1.5) unstable; urgency=medium
202 * amqp 0.17, coName, reduce load
206 haskell-amqp-utils (0.2.1.4+2) unstable; urgency=medium
208 * callback: pass-through timestamp, ignore non-existing sha
212 haskell-amqp-utils (0.2.1.4+1) jessie-taz-unstable; urgency=medium
214 * try to repair jessie
218 haskell-amqp-utils (0.2.1.4) unstable; urgency=medium
221 * Cabal: use hvr/multi-ghc-travis, add source-repository and Setup.hs
225 haskell-amqp-utils (0.2.1.3) unstable; urgency=medium
227 * show all message properties
231 haskell-amqp-utils (0.2.1.2) unstable; urgency=medium
233 * remove old cabal tweaks
237 haskell-amqp-utils (0.2.1.1) unstable; urgency=medium
243 haskell-amqp-utils (0.2.1.0) unstable; urgency=medium
245 * use $(CURDIR), not $(PWD)
250 haskell-amqp-utils (0.2.0.2) unstable; urgency=medium
252 * need base-4.6 for forkFinally
253 * debian build tweaks for wheezy
257 haskell-amqp-utils (0.2.0.1) unstable; urgency=medium
259 * debian/rules: pseudo home location
263 haskell-amqp-utils (0.2.0.0) unstable; urgency=medium
268 * options --user and --pass
269 * add plain auth and make TLS optional
270 * default guest / guest
271 * remove custom shortcuts
273 * update examples, make -T toggle TLS
275 * update Makefile with install-cabal
279 haskell-amqp-utils (0.1.2.8) unstable; urgency=medium
282 * pass routing key through to callback action
286 haskell-amqp-utils (0.1.2.7) unstable; urgency=medium
290 * konsum.hs: timestamp lesbarer
291 * kommentieren, umsortieren
292 * hindent --style cramer
298 * smarter timestamps and -diff
301 * don't hang when createProcess fails
306 haskell-amqp-utils (0.1.2.6) unstable; urgency=medium
308 * callback: don't eat leading whitespace
309 * include example callback config snippet
313 * update doc comments
317 * envDeliveryTag statt counter IORef
318 * fix double reject/ack
320 * unify printline / printparam
321 * printparam printline printbody
327 haskell-amqp-utils (0.1.2.5) unstable; urgency=medium
329 * callback: set -o pipefail
333 haskell-amqp-utils (0.1.2.4) unstable; urgency=medium
335 * numstring überall, buffering ok
339 haskell-amqp-utils (0.1.2.3) unstable; urgency=medium
341 * fix race condition in callback
345 haskell-amqp-utils (0.1.2.2) unstable; urgency=medium
347 * callback: exit nach action()
351 haskell-amqp-utils (0.1.2.1) unstable; urgency=medium
353 * konsum.hs: print consumer tag
354 * konsum.hs: openBinaryTempFileWithDefaultPermissions
355 * callback: auch einteilige cp + mv
359 haskell-amqp-utils (0.1.2.0) unstable; urgency=medium
361 * include generic callback.bash
365 haskell-amqp-utils (0.1.1.0) unstable; urgency=medium
371 haskell-amqp-utils (0.1.0.0) unstable; urgency=low
373 * haskell amqp consumer