File: changelog

package info (click to toggle)
haskell-soap 0.2.3.6-7
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 112 kB
  • sloc: haskell: 463; makefile: 5
file content (108 lines) | stat: -rw-r--r-- 1,828 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
0.2.3.6:

    * Fix conduit-1.3 deprecations.

0.2.3.5:

    * Fix tests

0.2.3.4:

    * Prepare for xml-conduit-1.5 series.

0.2.3.3:

    * Relax envelope parser.

0.2.3.2:

    * Unbreak the build with GHC 7.8.

0.2.3.1:

    * Sprinkle some CPP to prepare for next http-client.

0.2.3.0:

    + Add monadic request and response processors.
    * Deprecate pure processors.

0.2.2.7:

    ! Add missing export for parser runner.

0.2.2.6:

    * Extract parser runner. `invokeWS` now is a mere default pipeline.

0.2.2.5:

    * Drop upper bounds entirely.

0.2.2.4:

    ! Haddock breaks on LANGUAGE in example.

0.2.2.3:

    * Raise http-client upper boundary.

0.2.2.2:

    ! Fix missing imports after conduit stopped reexporting in 1.1.

0.2.2.1:

    + Add basic http transport initializer to exports.

0.2.2:

    * Switch to http-client transport.
      Bring soap-tls or soap-openssl to use HTTPS connections.

0.2.1.3:

    * Cabal-only tweaks: remove -O2, add changelog.

0.2.1.2:

    + Add timeout option to confTransport.

0.2.1.1:

    ! Pin http-conduit version to 1.9.x.

0.2.1.0:

    * Throw SOAPParsingError instead of plain error.
    * Update SOAPFault detection.

0.2.0.4:

    + Add configurator-based transport initialization.

0.2.0.3:

    ! Switch to a recent http-conduit version.

0.2.0.2:

    * Detect SOAPFault in response and throw a proper Exception.

0.2.0.1:

    + Tag content helpers for stream parsers.
    + Dict helper for cursor parsers.
    + Document-based parser for "medium rare" cursor parsers.
    + Request and response tracing helpers.

0.2:

    * Switch to xml-conduit-writer for more clean serializers.
    + Pluggable transports.
    + Raw and streaming parsers.

0.1:

    Initial implementation, somewhat inflexible and warty,
    but working with diverse services.