We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c7be88 commit 840c7d1Copy full SHA for 840c7d1
CHANGES.rst
@@ -2,6 +2,24 @@
2
Release Notes
3
=============
4
5
+.. _Release Notes_1.1.5:
6
+
7
+1.1.5
8
+=====
9
10
+.. _Release Notes_1.1.5_New Features:
11
12
+New Features
13
+------------
14
15
+- Add ``bake()`` method to ``HTTPServer`` for creating pre-configured
16
+ request expectation proxies (``BakedHTTPServer``). This allows sharing
17
+ common keyword arguments (e.g. ``method``, ``headers``) across multiple
18
+ ``expect_request()`` calls with last-wins merging semantics.
19
+ `#470 <https://github.com/csernazs/pytest-httpserver/pull/470>`_
20
+ Contributed by `@HayaoSuzuki <https://github.com/HayaoSuzuki>`_
21
22
23
.. _Release Notes_1.1.4:
24
25
1.1.4
0 commit comments