1 haskell-amqp-utils (0.6.5.0) unstable; urgency=medium
3 * konsum: new --stream_offset option
7 haskell-amqp-utils (0.6.4.0) unstable; urgency=medium
9 * fix exception handling and avoid hang
10 * migrate to crypton-connection and crypton-x509-system, adjust deps
14 haskell-amqp-utils (0.6.3.2) unstable; urgency=medium
20 haskell-amqp-utils (0.6.3.1) unstable; urgency=medium
22 * avoid setCurrentDirectory which is not thread-safe
23 * start watch before initial scan
24 * put filename without directory into filename header
28 haskell-amqp-utils (0.6.3.0) unstable; urgency=medium
30 * watch multiple dirs in hotfolder mode
31 * drop hinotify < 0.3.10 compatibility
32 * use RawFilePath for file names
33 * fix handling of non-ascii filenames in agitprop hotfolder
37 haskell-amqp-utils (0.6.2.4) unstable; urgency=medium
39 * depend on tls >= 1.5.0 (thread safety for writes)
43 haskell-amqp-utils (0.6.2.2) unstable; urgency=medium
45 * agitprop: option to move sent file to another dir instead of just removing
49 haskell-amqp-utils (0.6.1.1) unstable; urgency=medium
51 * disable inotify on non-linux
55 haskell-amqp-utils (0.6.1.0) unstable; urgency=medium
57 * add remaining message properties as callback environment variables, too
61 haskell-amqp-utils (0.6.0.0) unstable; urgency=medium
63 * update and amend README
64 * add --arg as alias for --args
65 * konsum: remove default binding to #
66 * plane: use -r (--routingkey) instead of -Q (--qname) (but still accept legacy -Q)
67 * print server properties
71 haskell-amqp-utils (0.5.0.0) unstable; urgency=medium
73 * add option -f (--prefetch) for arbeite, default 1 (was unset before)
74 * print a line after (not) receiving rpc answer
75 * catch IOException instead of SomeException in callback
76 * remove --enable-tests from cabal in Makefile
77 * reformat with hindent + stylish-haskell
81 haskell-amqp-utils (0.4.5.1) unstable; urgency=medium
83 * unify threadDelay in mainloop (reduce system load when sleeping)
87 haskell-amqp-utils (0.4.5.0) unstable; urgency=medium
89 * format with stylish-haskell
90 * agitprop: rename variables in code
91 * new options -d (--dirscan) and -u (--remove) for agitprop hotfolder mode
92 * cwd to hotfolder directory in agitprop hotfolder mode
93 * change logging of boolean parameters
97 haskell-amqp-utils (0.4.4.1) unstable; urgency=medium
99 * change default connection timeout from 60 to 600s
104 haskell-amqp-utils (0.4.4.0) unstable; urgency=medium
106 * push callback options into environment variables
110 haskell-amqp-utils (0.4.3.0) unstable; urgency=medium
112 * specify -R YES option for callback in case of a redelivered message
116 haskell-amqp-utils (0.4.2.0) unstable; urgency=medium
118 * introduce --cleanup (-j) to remove temp file
119 * change temp file name from konsum-* to amqp-utils-*
120 * handle all numeric types in amqp headers same
121 * update to amqp-0.19
122 * use utf8-string for header string values
126 haskell-amqp-utils (0.4.1.0) unstable; urgency=medium
128 * printparam -> Flexprint
129 * introduce --simple / -i
131 * reformat with hindent
136 haskell-amqp-utils (0.4.0.1) unstable; urgency=medium
142 haskell-amqp-utils (0.4.0.0) unstable; urgency=medium
144 * agitprop: show exchange arg
145 * agitprop does not need -q or -Q
146 * allow RPC with dedicated exchange
148 * stdin / stdout handling without using /dev/
149 * cleanup plane answer file handling
150 * duplicate plane body to outfile and stderr
154 haskell-amqp-utils (0.3.7.1) unstable; urgency=medium
156 * re-add accidentally removed option -n
160 haskell-amqp-utils (0.3.7.0) unstable; urgency=medium
166 haskell-amqp-utils (0.3.6.0) unstable; urgency=medium
168 * Bugfix, stderr/stdout and --header for RPC (plane, arbeite)
172 haskell-amqp-utils (0.3.4.2) unstable; urgency=medium
174 * remove obsolete debian deps
178 haskell-amqp-utils (0.3.4.0) unstable; urgency=medium
180 * bug fix: re-add exception handler
181 * plane + arbeite: rpc client + server
185 haskell-amqp-utils (0.3.3.1) unstable; urgency=medium
187 * hinotify 0.3.10 and lts-12.0 compat
191 haskell-amqp-utils (0.3.3.0) unstable; urgency=medium
193 * konsum: options nack and requeuenack
197 haskell-amqp-utils (0.3.2.2) unstable; urgency=medium
199 * fix hotfolder mode in other than cwd
203 haskell-amqp-utils (0.3.2.1) unstable; urgency=medium
209 haskell-amqp-utils (0.3.2.0) unstable; urgency=medium
215 haskell-amqp-utils (0.3.1.4) unstable; urgency=medium
217 * agitprop: file magic
221 haskell-amqp-utils (0.3.1.3) unstable; urgency=medium
227 haskell-amqp-utils (0.3.1.2) unstable; urgency=medium
229 * agitprop: hotfolder mode
233 haskell-amqp-utils (0.3.1.1) unstable; urgency=medium
235 * agitprop: publisher confirms
239 haskell-amqp-utils (0.3.1.0) unstable; urgency=medium
241 * agitprop, a publisher
245 haskell-amqp-utils (0.3.0.2) unstable; urgency=medium
247 * use ciphersuite_default
251 haskell-amqp-utils (0.3.0.1) unstable; urgency=medium
253 * don't sleep too long
257 haskell-amqp-utils (0.3.0.0) unstable; urgency=medium
259 * remove special options
260 * implement multiple bindings per queue
264 haskell-amqp-utils (0.2.2.0) unstable; urgency=medium
270 haskell-amqp-utils (0.2.1.5) unstable; urgency=medium
272 * amqp 0.17, coName, reduce load
276 haskell-amqp-utils (0.2.1.4+2) unstable; urgency=medium
278 * callback: pass-through timestamp, ignore non-existing sha
282 haskell-amqp-utils (0.2.1.4+1) jessie-taz-unstable; urgency=medium
284 * try to repair jessie
288 haskell-amqp-utils (0.2.1.4) unstable; urgency=medium
291 * Cabal: use hvr/multi-ghc-travis, add source-repository and Setup.hs
295 haskell-amqp-utils (0.2.1.3) unstable; urgency=medium
297 * show all message properties
301 haskell-amqp-utils (0.2.1.2) unstable; urgency=medium
303 * remove old cabal tweaks
307 haskell-amqp-utils (0.2.1.1) unstable; urgency=medium
313 haskell-amqp-utils (0.2.1.0) unstable; urgency=medium
315 * use $(CURDIR), not $(PWD)
320 haskell-amqp-utils (0.2.0.2) unstable; urgency=medium
322 * need base-4.6 for forkFinally
323 * debian build tweaks for wheezy
327 haskell-amqp-utils (0.2.0.1) unstable; urgency=medium
329 * debian/rules: pseudo home location
333 haskell-amqp-utils (0.2.0.0) unstable; urgency=medium
338 * options --user and --pass
339 * add plain auth and make TLS optional
340 * default guest / guest
341 * remove custom shortcuts
343 * update examples, make -T toggle TLS
345 * update Makefile with install-cabal
349 haskell-amqp-utils (0.1.2.8) unstable; urgency=medium
352 * pass routing key through to callback action
356 haskell-amqp-utils (0.1.2.7) unstable; urgency=medium
360 * konsum.hs: timestamp lesbarer
361 * kommentieren, umsortieren
362 * hindent --style cramer
368 * smarter timestamps and -diff
371 * don't hang when createProcess fails
376 haskell-amqp-utils (0.1.2.6) unstable; urgency=medium
378 * callback: don't eat leading whitespace
379 * include example callback config snippet
383 * update doc comments
387 * envDeliveryTag statt counter IORef
388 * fix double reject/ack
390 * unify printline / printparam
391 * printparam printline printbody
397 haskell-amqp-utils (0.1.2.5) unstable; urgency=medium
399 * callback: set -o pipefail
403 haskell-amqp-utils (0.1.2.4) unstable; urgency=medium
405 * numstring überall, buffering ok
409 haskell-amqp-utils (0.1.2.3) unstable; urgency=medium
411 * fix race condition in callback
415 haskell-amqp-utils (0.1.2.2) unstable; urgency=medium
417 * callback: exit nach action()
421 haskell-amqp-utils (0.1.2.1) unstable; urgency=medium
423 * konsum.hs: print consumer tag
424 * konsum.hs: openBinaryTempFileWithDefaultPermissions
425 * callback: auch einteilige cp + mv
429 haskell-amqp-utils (0.1.2.0) unstable; urgency=medium
431 * include generic callback.bash
435 haskell-amqp-utils (0.1.1.0) unstable; urgency=medium
441 haskell-amqp-utils (0.1.0.0) unstable; urgency=low
443 * haskell amqp consumer