]> woffs.de Git - fd/haskell-amqp-utils.git/blob - debian/changelog
55b6094dcb6ae44bb9dd32dd8e45df717c83a8d9
[fd/haskell-amqp-utils.git] / debian / changelog
1 haskell-amqp-utils (0.6.4.0) unstable; urgency=medium
2
3   * fix exception handling and avoid hang
4   * migrate to crypton-connection and crypton-x509-system, adjust deps
5
6  -- Frank Doepper <[email protected]>  Thu, 20 Jul 2023 14:15:43 +0200
7
8 haskell-amqp-utils (0.6.3.2) unstable; urgency=medium
9
10   * update README
11
12  -- Frank Doepper <[email protected]>  Mon, 25 Oct 2021 15:57:27 +0200
13
14 haskell-amqp-utils (0.6.3.1) unstable; urgency=medium
15
16   * avoid setCurrentDirectory which is not thread-safe
17   * start watch before initial scan
18   * put filename without directory into filename header
19
20  -- Frank Doepper <[email protected]>  Wed, 08 Sep 2021 12:06:49 +0200
21
22 haskell-amqp-utils (0.6.3.0) unstable; urgency=medium
23
24   * watch multiple dirs in hotfolder mode
25   * drop hinotify < 0.3.10 compatibility
26   * use RawFilePath for file names
27   * fix handling of non-ascii filenames in agitprop hotfolder
28
29  -- Frank Doepper <[email protected]>  Mon, 06 Sep 2021 16:11:08 +0200
30
31 haskell-amqp-utils (0.6.2.4) unstable; urgency=medium
32
33   * depend on tls >= 1.5.0 (thread safety for writes)
34
35  -- Frank Doepper <[email protected]>  Mon, 30 Aug 2021 16:21:40 +0200
36
37 haskell-amqp-utils (0.6.2.2) unstable; urgency=medium
38
39   * agitprop: option to move sent file to another dir instead of just removing
40
41  -- Frank Doepper <[email protected]>  Wed, 25 Aug 2021 11:53:04 +0200
42
43 haskell-amqp-utils (0.6.1.1) unstable; urgency=medium
44
45   * disable inotify on non-linux
46
47  -- Frank Doepper <[email protected]>  Tue, 11 May 2021 11:17:59 +0200
48
49 haskell-amqp-utils (0.6.1.0) unstable; urgency=medium
50
51   * add remaining message properties as callback environment variables, too
52
53  -- Frank Doepper <[email protected]>  Thu, 11 Mar 2021 11:06:38 +0100
54
55 haskell-amqp-utils (0.6.0.0) unstable; urgency=medium
56
57   * update and amend README
58   * add --arg as alias for --args
59   * konsum: remove default binding to #
60   * plane: use -r (--routingkey) instead of -Q (--qname) (but still accept legacy -Q)
61   * print server properties
62
63  -- Frank Doepper <[email protected]>  Wed, 10 Mar 2021 12:15:37 +0100
64
65 haskell-amqp-utils (0.5.0.0) unstable; urgency=medium
66
67   * add option -f (--prefetch) for arbeite, default 1 (was unset before)
68   * print a line after (not) receiving rpc answer
69   * catch IOException instead of SomeException in callback
70   * remove --enable-tests from cabal in Makefile
71   * reformat with hindent + stylish-haskell
72
73  -- Frank Doepper <[email protected]>  Wed, 03 Mar 2021 16:34:44 +0100
74
75 haskell-amqp-utils (0.4.5.1) unstable; urgency=medium
76
77   * unify threadDelay in mainloop (reduce system load when sleeping)
78
79  -- Frank Doepper <[email protected]>  Fri, 19 Feb 2021 18:40:06 +0100
80
81 haskell-amqp-utils (0.4.5.0) unstable; urgency=medium
82
83   * format with stylish-haskell
84   * agitprop: rename variables in code
85   * new options -d (--dirscan) and -u (--remove) for agitprop hotfolder mode
86   * cwd to hotfolder directory in agitprop hotfolder mode
87   * change logging of boolean parameters
88
89  -- Frank Doepper <[email protected]>  Wed, 10 Feb 2021 22:33:23 +0100
90
91 haskell-amqp-utils (0.4.4.1) unstable; urgency=medium
92
93   * change default connection timeout from 60 to 600s
94   * update description
95
96  -- Frank Doepper <[email protected]>  Wed, 19 Aug 2020 13:18:51 +0200
97
98 haskell-amqp-utils (0.4.4.0) unstable; urgency=medium
99
100   * push callback options into environment variables
101
102  -- Frank Doepper <[email protected]>  Tue, 18 Feb 2020 13:24:36 +0100
103
104 haskell-amqp-utils (0.4.3.0) unstable; urgency=medium
105
106   * specify -R YES option for callback in case of a redelivered message
107
108  -- Frank Doepper <[email protected]>  Mon, 10 Feb 2020 18:28:30 +0100
109
110 haskell-amqp-utils (0.4.2.0) unstable; urgency=medium
111
112   * introduce --cleanup (-j) to remove temp file
113   * change temp file name from konsum-* to amqp-utils-*
114   * handle all numeric types in amqp headers same
115   * update to amqp-0.19
116   * use utf8-string for header string values
117
118  -- Frank Doepper <[email protected]>  Thu, 19 Dec 2019 15:07:19 +0100
119
120 haskell-amqp-utils (0.4.1.0) unstable; urgency=medium
121
122   * printparam -> Flexprint
123   * introduce --simple / -i
124   * review data types
125   * reformat with hindent
126   * update doc
127
128  -- Frank Doepper <[email protected]>  Mon, 09 Dec 2019 16:31:48 +0100
129
130 haskell-amqp-utils (0.4.0.1) unstable; urgency=medium
131
132   * fix exit codes
133
134  -- Frank Doepper <woffs@lapdoepp>  Wed, 04 Dec 2019 13:49:41 +0100
135
136 haskell-amqp-utils (0.4.0.0) unstable; urgency=medium
137
138   * agitprop: show exchange arg
139   * agitprop does not need -q or -Q
140   * allow RPC with dedicated exchange
141   * add missing hFlush
142   * stdin / stdout handling without using /dev/
143   * cleanup plane answer file handling
144   * duplicate plane body to outfile and stderr
145
146  -- Frank Doepper <[email protected]>  Mon, 11 Nov 2019 17:04:22 +0100
147
148 haskell-amqp-utils (0.3.7.1) unstable; urgency=medium
149
150   * re-add accidentally removed option -n
151
152  -- Frank Doepper <[email protected]>  Tue, 10 Sep 2019 16:13:21 +0200
153
154 haskell-amqp-utils (0.3.7.0) unstable; urgency=medium
155
156   * connect timeout
157
158  -- Frank Doepper <[email protected]>  Tue, 10 Sep 2019 15:26:24 +0200
159
160 haskell-amqp-utils (0.3.6.0) unstable; urgency=medium
161
162   * Bugfix, stderr/stdout and --header for RPC (plane, arbeite)
163
164  -- Frank Doepper <[email protected]>  Mon, 18 Mar 2019 22:55:39 +0100
165
166 haskell-amqp-utils (0.3.4.2) unstable; urgency=medium
167
168   * remove obsolete debian deps
169
170  -- Frank Doepper <[email protected]>  Tue, 22 Jan 2019 18:10:50 +0100
171
172 haskell-amqp-utils (0.3.4.0) unstable; urgency=medium
173
174   * bug fix: re-add exception handler
175   * plane + arbeite: rpc client + server
176
177  -- Frank Doepper <woffs@lapdoepp>  Sat, 21 Jul 2018 13:26:00 +0200
178
179 haskell-amqp-utils (0.3.3.1) unstable; urgency=medium
180
181   * hinotify 0.3.10 and lts-12.0 compat
182
183  -- Frank Doepper <[email protected]>  Tue, 10 Jul 2018 17:15:15 +0200
184
185 haskell-amqp-utils (0.3.3.0) unstable; urgency=medium
186
187   * konsum: options nack and requeuenack
188
189  -- Frank Doepper <[email protected]>  Tue, 10 Jul 2018 10:52:38 +0200
190
191 haskell-amqp-utils (0.3.2.2) unstable; urgency=medium
192
193   * fix hotfolder mode in other than cwd
194
195  -- Frank Doepper <[email protected]>  Wed, 04 Jul 2018 18:32:39 +0200
196
197 haskell-amqp-utils (0.3.2.1) unstable; urgency=medium
198
199   * fix doc
200
201  -- Frank Doepper <[email protected]>  Wed, 04 Jul 2018 13:50:29 +0200
202
203 haskell-amqp-utils (0.3.2.0) unstable; urgency=medium
204
205   * option cleanup
206
207  -- Frank Doepper <[email protected]>  Wed, 04 Jul 2018 12:05:07 +0200
208
209 haskell-amqp-utils (0.3.1.4) unstable; urgency=medium
210
211   * agitprop: file magic
212
213  -- Frank Doepper <[email protected]>  Wed, 27 Jun 2018 18:06:57 +0200
214
215 haskell-amqp-utils (0.3.1.3) unstable; urgency=medium
216
217   * agitprop: headers
218
219  -- Frank Doepper <[email protected]>  Tue, 26 Jun 2018 21:54:42 +0200
220
221 haskell-amqp-utils (0.3.1.2) unstable; urgency=medium
222
223   * agitprop: hotfolder mode
224
225  -- Frank Doepper <[email protected]>  Tue, 26 Jun 2018 11:22:41 +0200
226
227 haskell-amqp-utils (0.3.1.1) unstable; urgency=medium
228
229   * agitprop: publisher confirms
230
231  -- Frank Doepper <[email protected]>  Mon, 25 Jun 2018 17:24:35 +0200
232
233 haskell-amqp-utils (0.3.1.0) unstable; urgency=medium
234
235   * agitprop, a publisher
236
237  -- Frank Doepper <[email protected]>  Fri, 22 Jun 2018 16:26:41 +0200
238
239 haskell-amqp-utils (0.3.0.2) unstable; urgency=medium
240
241   * use ciphersuite_default
242
243  -- Frank Doepper <[email protected]>  Tue, 24 Apr 2018 17:25:30 +0200
244
245 haskell-amqp-utils (0.3.0.1) unstable; urgency=medium
246
247   * don't sleep too long
248
249  -- Frank Doepper <[email protected]>  Sun, 04 Mar 2018 16:07:06 +0100
250
251 haskell-amqp-utils (0.3.0.0) unstable; urgency=medium
252
253   * remove special options
254   * implement multiple bindings per queue
255
256  -- Frank Doepper <[email protected]>  Tue, 21 Nov 2017 11:56:11 +0100
257
258 haskell-amqp-utils (0.2.2.0) unstable; urgency=medium
259
260   * option -Q
261
262  -- Frank Doepper <[email protected]>  Mon, 20 Nov 2017 17:19:57 +0100
263
264 haskell-amqp-utils (0.2.1.5) unstable; urgency=medium
265
266   * amqp 0.17, coName, reduce load
267
268  -- Frank Doepper <[email protected]>  Mon, 25 Sep 2017 19:25:37 +0200
269
270 haskell-amqp-utils (0.2.1.4+2) unstable; urgency=medium
271
272   * callback: pass-through timestamp, ignore non-existing sha
273
274  -- Frank Doepper <[email protected]>  Thu, 13 Jul 2017 15:57:53 +0200
275
276 haskell-amqp-utils (0.2.1.4+1) jessie-taz-unstable; urgency=medium
277
278   * try to repair jessie
279
280  -- Frank Doepper <[email protected]>  Thu, 01 Jun 2017 19:19:23 +0200
281
282 haskell-amqp-utils (0.2.1.4) unstable; urgency=medium
283
284   * amqp-0.15.0
285   * Cabal: use hvr/multi-ghc-travis, add source-repository and Setup.hs
286
287  -- Frank Doepper <[email protected]>  Thu, 01 Jun 2017 17:57:17 +0200
288
289 haskell-amqp-utils (0.2.1.3) unstable; urgency=medium
290
291   * show all message properties
292
293  -- Frank Doepper <[email protected]>  Fri, 05 May 2017 15:56:51 +0200
294
295 haskell-amqp-utils (0.2.1.2) unstable; urgency=medium
296
297   * remove old cabal tweaks
298
299  -- Frank Doepper <[email protected]>  Thu, 27 Apr 2017 20:05:22 +0200
300
301 haskell-amqp-utils (0.2.1.1) unstable; urgency=medium
302
303   * fix debian package
304
305  -- Frank Doepper <[email protected]>  Wed, 26 Apr 2017 13:05:06 +0200
306
307 haskell-amqp-utils (0.2.1.0) unstable; urgency=medium
308
309   * use $(CURDIR), not $(PWD)
310   * show msgPriority
311
312  -- Frank Doepper <[email protected]>  Tue, 25 Apr 2017 16:17:18 +0200
313
314 haskell-amqp-utils (0.2.0.2) unstable; urgency=medium
315
316   * need base-4.6 for forkFinally
317   * debian build tweaks for wheezy
318
319  -- Frank Doepper <[email protected]>  Fri, 17 Feb 2017 18:23:29 +0100
320
321 haskell-amqp-utils (0.2.0.1) unstable; urgency=medium
322
323   * debian/rules: pseudo home location
324
325  -- Frank Doepper <[email protected]>  Fri, 17 Feb 2017 17:33:26 +0100
326
327 haskell-amqp-utils (0.2.0.0) unstable; urgency=medium
328
329   * Version
330   * indent
331   * english
332   * options --user and --pass
333   * add plain auth and make TLS optional
334   * default guest / guest
335   * remove custom shortcuts
336   * update .gitignore
337   * update examples, make -T toggle TLS
338   * Create README.md
339   * update Makefile with install-cabal
340
341  -- Frank Doepper <[email protected]>  Thu, 16 Feb 2017 19:07:42 +0100
342
343 haskell-amqp-utils (0.1.2.8) unstable; urgency=medium
344
345   * indentation
346   * pass routing key through to callback action
347
348  -- Frank Doepper <[email protected]>  Fri, 03 Feb 2017 18:27:01 +0100
349
350 haskell-amqp-utils (0.1.2.7) unstable; urgency=medium
351
352   * fix .cabal
353   * Makefile: no -O2
354   * konsum.hs: timestamp lesbarer
355   * kommentieren, umsortieren
356   * hindent --style cramer
357   * time to printmsg
358   * more hindent
359   * move comment
360   * timestamp stuff
361   * showtime folks
362   * smarter timestamps and -diff
363   * gitignore .stack*
364   * X.SomeException
365   * don't hang when createProcess fails
366   * stack: ghc 7.10
367
368  -- Frank Doepper <[email protected]>  Tue, 12 Jul 2016 11:54:52 +0200
369
370 haskell-amqp-utils (0.1.2.6) unstable; urgency=medium
371
372   *  callback: don't eat leading whitespace
373   *  include example callback config snippet
374   *  unwords statt show
375   *  callback variable
376   *  less Just more '
377   *  update doc comments
378   *  cleanup
379   *  cleanup saveFile
380   *  delivery tag
381   *  envDeliveryTag statt counter IORef
382   *  fix double reject/ack
383   *  redelivered?
384   *  unify printline / printparam
385   *  printparam printline printbody
386   *  comment
387   *  stack.yaml
388
389  -- Frank Doepper <[email protected]>  Thu, 07 Jul 2016 14:17:48 +0200
390
391 haskell-amqp-utils (0.1.2.5) unstable; urgency=medium
392
393   * callback: set -o pipefail
394
395  -- Frank Doepper <[email protected]>  Thu, 30 Jun 2016 16:49:17 +0200
396
397 haskell-amqp-utils (0.1.2.4) unstable; urgency=medium
398
399   * numstring überall, buffering ok
400
401  -- Frank Doepper <[email protected]>  Thu, 30 Jun 2016 16:36:14 +0200
402
403 haskell-amqp-utils (0.1.2.3) unstable; urgency=medium
404
405   * fix race condition in callback
406
407  -- Frank Doepper <[email protected]>  Wed, 29 Jun 2016 20:04:54 +0200
408
409 haskell-amqp-utils (0.1.2.2) unstable; urgency=medium
410
411   * callback: exit nach action()
412
413  -- Frank Doepper <[email protected]>  Tue, 28 Jun 2016 18:48:34 +0200
414
415 haskell-amqp-utils (0.1.2.1) unstable; urgency=medium
416
417   * konsum.hs: print consumer tag
418   * konsum.hs: openBinaryTempFileWithDefaultPermissions
419   * callback: auch einteilige cp + mv
420
421  -- Frank Doepper <[email protected]>  Tue, 28 Jun 2016 16:13:53 +0200
422
423 haskell-amqp-utils (0.1.2.0) unstable; urgency=medium
424
425   * include generic callback.bash
426
427  -- Frank Doepper <[email protected]>  Mon, 27 Jun 2016 15:21:16 +0200
428
429 haskell-amqp-utils (0.1.1.0) unstable; urgency=medium
430
431   * -X implies -t
432
433  -- Frank Doepper <[email protected]>  Thu, 23 Jun 2016 11:18:24 +0200
434
435 haskell-amqp-utils (0.1.0.0) unstable; urgency=low
436
437   * haskell amqp consumer
438
439  -- Frank Doepper <[email protected]>  Wed, 22 Jun 2016 17:11:45 +0200