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
