|
2 | 2 |
|
3 | 3 | ## Unreleased - 2020-xx-xx |
4 | 4 |
|
5 | | -* add ability to set address for `TestServer` [#1645] |
| 5 | + |
| 6 | +## 2.1.0 - 2020-11-25 |
| 7 | +* Add ability to set address for `TestServer`. [#1645] |
6 | 8 | * Upgrade `base64` to `0.13`. |
7 | | -* Upgrade `serde_urlencoded` to `0.7`. |
| 9 | +* Upgrade `serde_urlencoded` to `0.7`. [#1773] |
8 | 10 |
|
| 11 | +[#1773]: https://github.com/actix/actix-web/pull/1773 |
9 | 12 | [#1645]: https://github.com/actix/actix-web/pull/1645 |
10 | 13 |
|
| 14 | + |
11 | 15 | ## 2.0.0 - 2020-09-11 |
12 | 16 | * Update actix-codec and actix-utils dependencies. |
13 | 17 |
|
| 18 | + |
14 | 19 | ## 2.0.0-alpha.1 - 2020-05-23 |
15 | 20 | * Update the `time` dependency to 0.2.7 |
16 | 21 | * Update `actix-connect` dependency to 2.0.0-alpha.2 |
|
20 | 25 | * Update `base64` dependency to 0.12 |
21 | 26 | * Update `env_logger` dependency to 0.7 |
22 | 27 |
|
23 | | -## [1.0.0] - 2019-12-13 |
24 | | - |
25 | | -### Changed |
26 | | - |
| 28 | +## 1.0.0 - 2019-12-13 |
27 | 29 | * Replaced `TestServer::start()` with `test_server()` |
28 | 30 |
|
29 | 31 |
|
30 | | -## [1.0.0-alpha.3] - 2019-12-07 |
31 | | - |
32 | | -### Changed |
33 | | - |
| 32 | +## 1.0.0-alpha.3 - 2019-12-07 |
34 | 33 | * Migrate to `std::future` |
35 | 34 |
|
36 | 35 |
|
37 | | -## [0.2.5] - 2019-09-17 |
38 | | - |
39 | | -### Changed |
40 | | - |
| 36 | +## 0.2.5 - 2019-09-17 |
41 | 37 | * Update serde_urlencoded to "0.6.1" |
42 | 38 | * Increase TestServerRuntime timeouts from 500ms to 3000ms |
43 | | - |
44 | | -### Fixed |
45 | | - |
46 | 39 | * Do not override current `System` |
47 | 40 |
|
48 | 41 |
|
49 | | -## [0.2.4] - 2019-07-18 |
50 | | - |
| 42 | +## 0.2.4 - 2019-07-18 |
51 | 43 | * Update actix-server to 0.6 |
52 | 44 |
|
53 | | -## [0.2.3] - 2019-07-16 |
54 | 45 |
|
| 46 | +## 0.2.3 - 2019-07-16 |
55 | 47 | * Add `delete`, `options`, `patch` methods to `TestServerRunner` |
56 | 48 |
|
57 | | -## [0.2.2] - 2019-06-16 |
58 | 49 |
|
| 50 | +## 0.2.2 - 2019-06-16 |
59 | 51 | * Add .put() and .sput() methods |
60 | 52 |
|
61 | | -## [0.2.1] - 2019-06-05 |
62 | 53 |
|
| 54 | +## 0.2.1 - 2019-06-05 |
63 | 55 | * Add license files |
64 | 56 |
|
65 | | -## [0.2.0] - 2019-05-12 |
66 | 57 |
|
| 58 | +## 0.2.0 - 2019-05-12 |
67 | 59 | * Update awc and actix-http deps |
68 | 60 |
|
69 | | -## [0.1.1] - 2019-04-24 |
70 | 61 |
|
| 62 | +## 0.1.1 - 2019-04-24 |
71 | 63 | * Always make new connection for http client |
72 | 64 |
|
73 | 65 |
|
74 | | -## [0.1.0] - 2019-04-16 |
75 | | - |
| 66 | +## 0.1.0 - 2019-04-16 |
76 | 67 | * No changes |
77 | 68 |
|
78 | 69 |
|
79 | | -## [0.1.0-alpha.3] - 2019-04-02 |
80 | | - |
| 70 | +## 0.1.0-alpha.3 - 2019-04-02 |
81 | 71 | * Request functions accept path #743 |
82 | 72 |
|
83 | 73 |
|
84 | | -## [0.1.0-alpha.2] - 2019-03-29 |
85 | | - |
| 74 | +## 0.1.0-alpha.2 - 2019-03-29 |
86 | 75 | * Added TestServerRuntime::load_body() method |
87 | | - |
88 | 76 | * Update actix-http and awc libraries |
89 | 77 |
|
90 | 78 |
|
91 | | -## [0.1.0-alpha.1] - 2019-03-28 |
92 | | - |
| 79 | +## 0.1.0-alpha.1 - 2019-03-28 |
93 | 80 | * Initial impl |
0 commit comments