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