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