File: NEWS

package info (click to toggle)
uhttpmock 0.11.0-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 400 kB
  • sloc: ansic: 2,653; xml: 229; makefile: 7
file content (130 lines) | stat: -rw-r--r-- 4,235 bytes parent folder | download | duplicates (2)
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
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
Overview of changes from uhttpmock 0.10.0 to uhttpmock 0.11.0
=============================================================

* Bugs fixed:
  - #14 Dump hosts during record (Jan-Michael Brummer)
  - !13 Add Jan-Michael Brummer to doap file
  - !14 Add HTTP/2 support
  - !15 Add Location field support
  - !17 Fix memory leak in uhm_message_finalize


Overview of changes from uhttpmock 0.9.0 to uhttpmock 0.10.0
============================================================

* Bugs fixed:
  - !11 Add PATCH request method
  - !12 Add CONNECT request method


Overview of changes from uhttpmock 0.5.5 to uhttpmock 0.9.0
===========================================================

This release ports the library to use libsoup 3.x. Note that
you should stick to using the latest 0.5.x version if the
tested piece of software still requires libsoup 2.x as the
2 versions cannot be used in the same programme.

Overview of changes from uhttpmock 0.5.4 to uhttpmock 0.5.5
===========================================================

This release fixes the gtk-doc directory containing the version
number twice.

Overview of changes from uhttpmock 0.5.3 to uhttpmock 0.5.4
===========================================================

This new release drops support for autotools, by using the
meson build system, and older versions of libsoup 2.x.

Overview of changes from uhttpmock 0.5.2 to uhttpmock 0.5.3
===========================================================

Bugs fixed:
 • Add an integration tutorial (by Rasmus Thomsen) (#3)
 • Only specify SOUP_SERVER_LISTEN_HTTPS if TLS is enabled (!9)
 • Expand TLS certificate instructions (!10)


Overview of changes from uhttpmock 0.5.1 to uhttpmock 0.5.2
===========================================================

Bugs fixed:
 • Add GitLab CI
 • Fix autoconf-archive usage due to them breaking API
 • Bump GObject dependency to 2.38 to use newer private data API


Overview of changes from uhttpmock 0.5.0 to uhttpmock 0.5.1
===========================================================

Major changes:
 • Fix header include path in GIR/VAPI file
 • Various build system cleanups


Overview of changes from uhttpmock 0.4.0 to uhttpmock 0.5.0
===========================================================

Major changes:
 • Minor documentation updates

API changes:
 • Add uhm_server_filter_ignore_parameter_values()
 • Add uhm_server_compare_messages_remove_filter()

Bugs fixed:
 • https://gitlab.com/uhttpmock/uhttpmock/issues/2


Overview of changes from uhttpmock 0.3.0 to uhttpmock 0.4.0
===========================================================

Major changes:
 • Add optional support for libsoup 2.47.3’s new SoupServer API
 • Fix some memory leaks
 • Fix parsing of certain trace files
 • Various build system updates
 • Move home page from gitorious to https://gitlab.com/groups/uhttpmock
 • Port from GAsyncResult to GTask, requiring a GIO dependency bump to 2.36.0

Bugs fixed:
 • Bug 748200 — typo in uhttpmock configure.ac
 • https://github.com/pwithnall/uhttpmock/issues/2
 • https://gitlab.com/uhttpmock/uhttpmock/issues/1


Overview of changes from uhttpmock 0.2.0 to uhttpmock 0.3.0
===========================================================

Major changes:
 • Drop useless gthread dependency
 • Thread safety fixes

API changes:
 • Add uhm_server_set_expected_domain_names()
 • Add uhm_server_received_message_chunk_with_direction(),
   uhm_server_received_message_chunk_from_soup()

Bugs fixed:
 • Bug 1026764 — Review Request: uhttpmock - HTTP web service mocking library
 • Bug 731040 — libgdata-0.14.3 tests fail


Overview of changes from uhttpmock 0.1.0 to uhttpmock 0.2.0
===========================================================

Major changes:
 • Rename pkg-config file from libuhttpmock.pc to libuhttpmock-0.0.pc,
   to allow for parallel installation of different versions
 • Rename VAPI file similarly
 • Install header files in a versioned directory


Initial release of uhttpmock 0.1.0
==================================

Major changes:
 • Initial version of the project
 • Support for mocking HTTP and HTTPS web services
 • Support for trace files and manual override messages