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