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