1 haskell-amqp-utils (0.6.0.0) unstable; urgency=medium
3 * update and amend README
4 * add --arg as alias for --args
5 * konsum: remove default binding to #
6 * plane: use -r (--routingkey) instead of -Q (--qname) (but still accept legacy -Q)
7 * print server properties
11 haskell-amqp-utils (0.5.0.0) unstable; urgency=medium
13 * add option -f (--prefetch) for arbeite, default 1 (was unset before)
14 * print a line after (not) receiving rpc answer
15 * catch IOException instead of SomeException in callback
16 * remove --enable-tests from cabal in Makefile
17 * reformat with hindent + stylish-haskell
21 haskell-amqp-utils (0.4.5.1) unstable; urgency=medium
23 * unify threadDelay in mainloop (reduce system load when sleeping)
27 haskell-amqp-utils (0.4.5.0) unstable; urgency=medium
29 * format with stylish-haskell
30 * agitprop: rename variables in code
31 * new options -d (--dirscan) and -u (--remove) for agitprop hotfolder mode
32 * cwd to hotfolder directory in agitprop hotfolder mode
33 * change logging of boolean parameters
37 haskell-amqp-utils (0.4.4.1) unstable; urgency=medium
39 * change default connection timeout from 60 to 600s
44 haskell-amqp-utils (0.4.4.0) unstable; urgency=medium
46 * push callback options into environment variables
50 haskell-amqp-utils (0.4.3.0) unstable; urgency=medium
52 * specify -R YES option for callback in case of a redelivered message
56 haskell-amqp-utils (0.4.2.0) unstable; urgency=medium
58 * introduce --cleanup (-j) to remove temp file
59 * change temp file name from konsum-* to amqp-utils-*
60 * handle all numeric types in amqp headers same
62 * use utf8-string for header string values
66 haskell-amqp-utils (0.4.1.0) unstable; urgency=medium
68 * printparam -> Flexprint
69 * introduce --simple / -i
71 * reformat with hindent
76 haskell-amqp-utils (0.4.0.1) unstable; urgency=medium
80 -- Frank Doepper <woffs@lapdoepp> Wed, 04 Dec 2019 13:49:41 +0100
82 haskell-amqp-utils (0.4.0.0) unstable; urgency=medium
84 * agitprop: show exchange arg
85 * agitprop does not need -q or -Q
86 * allow RPC with dedicated exchange
88 * stdin / stdout handling without using /dev/
89 * cleanup plane answer file handling
90 * duplicate plane body to outfile and stderr
94 haskell-amqp-utils (0.3.7.1) unstable; urgency=medium
96 * re-add accidentally removed option -n
100 haskell-amqp-utils (0.3.7.0) unstable; urgency=medium
106 haskell-amqp-utils (0.3.6.0) unstable; urgency=medium
108 * Bugfix, stderr/stdout and --header for RPC (plane, arbeite)
112 haskell-amqp-utils (0.3.4.2) unstable; urgency=medium
114 * remove obsolete debian deps
118 haskell-amqp-utils (0.3.4.0) unstable; urgency=medium
120 * bug fix: re-add exception handler
121 * plane + arbeite: rpc client + server
123 -- Frank Doepper <woffs@lapdoepp> Sat, 21 Jul 2018 13:26:00 +0200
125 haskell-amqp-utils (0.3.3.1) unstable; urgency=medium
127 * hinotify 0.3.10 and lts-12.0 compat
131 haskell-amqp-utils (0.3.3.0) unstable; urgency=medium
133 * konsum: options nack and requeuenack
137 haskell-amqp-utils (0.3.2.2) unstable; urgency=medium
139 * fix hotfolder mode in other than cwd
143 haskell-amqp-utils (0.3.2.1) unstable; urgency=medium
149 haskell-amqp-utils (0.3.2.0) unstable; urgency=medium
155 haskell-amqp-utils (0.3.1.4) unstable; urgency=medium
157 * agitprop: file magic
161 haskell-amqp-utils (0.3.1.3) unstable; urgency=medium
167 haskell-amqp-utils (0.3.1.2) unstable; urgency=medium
169 * agitprop: hotfolder mode
173 haskell-amqp-utils (0.3.1.1) unstable; urgency=medium
175 * agitprop: publisher confirms
179 haskell-amqp-utils (0.3.1.0) unstable; urgency=medium
181 * agitprop, a publisher
185 haskell-amqp-utils (0.3.0.2) unstable; urgency=medium
187 * use ciphersuite_default
191 haskell-amqp-utils (0.3.0.1) unstable; urgency=medium
193 * don't sleep too long
197 haskell-amqp-utils (0.3.0.0) unstable; urgency=medium
199 * remove special options
200 * implement multiple bindings per queue
204 haskell-amqp-utils (0.2.2.0) unstable; urgency=medium
210 haskell-amqp-utils (0.2.1.5) unstable; urgency=medium
212 * amqp 0.17, coName, reduce load
216 haskell-amqp-utils (0.2.1.4+2) unstable; urgency=medium
218 * callback: pass-through timestamp, ignore non-existing sha
222 haskell-amqp-utils (0.2.1.4+1) jessie-taz-unstable; urgency=medium
224 * try to repair jessie
228 haskell-amqp-utils (0.2.1.4) unstable; urgency=medium
231 * Cabal: use hvr/multi-ghc-travis, add source-repository and Setup.hs
235 haskell-amqp-utils (0.2.1.3) unstable; urgency=medium
237 * show all message properties
241 haskell-amqp-utils (0.2.1.2) unstable; urgency=medium
243 * remove old cabal tweaks
247 haskell-amqp-utils (0.2.1.1) unstable; urgency=medium
253 haskell-amqp-utils (0.2.1.0) unstable; urgency=medium
255 * use $(CURDIR), not $(PWD)
260 haskell-amqp-utils (0.2.0.2) unstable; urgency=medium
262 * need base-4.6 for forkFinally
263 * debian build tweaks for wheezy
267 haskell-amqp-utils (0.2.0.1) unstable; urgency=medium
269 * debian/rules: pseudo home location
273 haskell-amqp-utils (0.2.0.0) unstable; urgency=medium
278 * options --user and --pass
279 * add plain auth and make TLS optional
280 * default guest / guest
281 * remove custom shortcuts
283 * update examples, make -T toggle TLS
285 * update Makefile with install-cabal
289 haskell-amqp-utils (0.1.2.8) unstable; urgency=medium
292 * pass routing key through to callback action
296 haskell-amqp-utils (0.1.2.7) unstable; urgency=medium
300 * konsum.hs: timestamp lesbarer
301 * kommentieren, umsortieren
302 * hindent --style cramer
308 * smarter timestamps and -diff
311 * don't hang when createProcess fails
316 haskell-amqp-utils (0.1.2.6) unstable; urgency=medium
318 * callback: don't eat leading whitespace
319 * include example callback config snippet
323 * update doc comments
327 * envDeliveryTag statt counter IORef
328 * fix double reject/ack
330 * unify printline / printparam
331 * printparam printline printbody
337 haskell-amqp-utils (0.1.2.5) unstable; urgency=medium
339 * callback: set -o pipefail
343 haskell-amqp-utils (0.1.2.4) unstable; urgency=medium
345 * numstring überall, buffering ok
349 haskell-amqp-utils (0.1.2.3) unstable; urgency=medium
351 * fix race condition in callback
355 haskell-amqp-utils (0.1.2.2) unstable; urgency=medium
357 * callback: exit nach action()
361 haskell-amqp-utils (0.1.2.1) unstable; urgency=medium
363 * konsum.hs: print consumer tag
364 * konsum.hs: openBinaryTempFileWithDefaultPermissions
365 * callback: auch einteilige cp + mv
369 haskell-amqp-utils (0.1.2.0) unstable; urgency=medium
371 * include generic callback.bash
375 haskell-amqp-utils (0.1.1.0) unstable; urgency=medium
381 haskell-amqp-utils (0.1.0.0) unstable; urgency=low
383 * haskell amqp consumer