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