Skip to content

Commit

Permalink
Revert "use dash hyphenation in changelogs"
Browse files Browse the repository at this point in the history
This reverts commit 1ea619f.
  • Loading branch information
robjtede committed Dec 22, 2021
1 parent 1ea619f commit 212c692
Show file tree
Hide file tree
Showing 10 changed files with 882 additions and 883 deletions.
551 changes: 275 additions & 276 deletions CHANGES.md

Large diffs are not rendered by default.

102 changes: 51 additions & 51 deletions actix-files/CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,42 +4,42 @@


## 0.6.0-beta.10 - 2021-12-11
- No significant changes since `0.6.0-beta.9`.
* No significant changes since `0.6.0-beta.9`.


## 0.6.0-beta.9 - 2021-11-22
- Add crate feature `experimental-io-uring`, enabling async file I/O to be utilized. This feature is only available on Linux OSes with recent kernel versions. This feature is semver-exempt. [#2408]
- Add `NamedFile::open_async`. [#2408]
- Fix 304 Not Modified responses to omit the Content-Length header, as per the spec. [#2453]
- The `Responder` impl for `NamedFile` now has a boxed future associated type. [#2408]
- The `Service` impl for `NamedFileService` now has a boxed future associated type. [#2408]
- Add `impl Clone` for `FilesService`. [#2408]
* Add crate feature `experimental-io-uring`, enabling async file I/O to be utilized. This feature is only available on Linux OSes with recent kernel versions. This feature is semver-exempt. [#2408]
* Add `NamedFile::open_async`. [#2408]
* Fix 304 Not Modified responses to omit the Content-Length header, as per the spec. [#2453]
* The `Responder` impl for `NamedFile` now has a boxed future associated type. [#2408]
* The `Service` impl for `NamedFileService` now has a boxed future associated type. [#2408]
* Add `impl Clone` for `FilesService`. [#2408]

[#2408]: https://github.com/actix/actix-web/pull/2408
[#2453]: https://github.com/actix/actix-web/pull/2453


## 0.6.0-beta.8 - 2021-10-20
- Minimum supported Rust version (MSRV) is now 1.52.
* Minimum supported Rust version (MSRV) is now 1.52.


## 0.6.0-beta.7 - 2021-09-09
- Minimum supported Rust version (MSRV) is now 1.51.
* Minimum supported Rust version (MSRV) is now 1.51.


## 0.6.0-beta.6 - 2021-06-26
- Added `Files::path_filter()`. [#2274]
- `Files::show_files_listing()` can now be used with `Files::index_file()` to show files listing as a fallback when the index file is not found. [#2228]
* Added `Files::path_filter()`. [#2274]
* `Files::show_files_listing()` can now be used with `Files::index_file()` to show files listing as a fallback when the index file is not found. [#2228]

[#2274]: https://github.com/actix/actix-web/pull/2274
[#2228]: https://github.com/actix/actix-web/pull/2228


## 0.6.0-beta.5 - 2021-06-17
- `NamedFile` now implements `ServiceFactory` and `HttpServiceFactory` making it much more useful in routing. For example, it can be used directly as a default service. [#2135]
- For symbolic links, `Content-Disposition` header no longer shows the filename of the original file. [#2156]
- `Files::redirect_to_slash_directory()` now works as expected when used with `Files::show_files_listing()`. [#2225]
- `application/{javascript, json, wasm}` mime type now have `inline` disposition by default. [#2257]
* `NamedFile` now implements `ServiceFactory` and `HttpServiceFactory` making it much more useful in routing. For example, it can be used directly as a default service. [#2135]
* For symbolic links, `Content-Disposition` header no longer shows the filename of the original file. [#2156]
* `Files::redirect_to_slash_directory()` now works as expected when used with `Files::show_files_listing()`. [#2225]
* `application/{javascript, json, wasm}` mime type now have `inline` disposition by default. [#2257]

[#2135]: https://github.com/actix/actix-web/pull/2135
[#2156]: https://github.com/actix/actix-web/pull/2156
Expand All @@ -48,130 +48,130 @@


## 0.6.0-beta.4 - 2021-04-02
- Add support for `.guard` in `Files` to selectively filter `Files` services. [#2046]
* Add support for `.guard` in `Files` to selectively filter `Files` services. [#2046]

[#2046]: https://github.com/actix/actix-web/pull/2046


## 0.6.0-beta.3 - 2021-03-09
- No notable changes.
* No notable changes.


## 0.6.0-beta.2 - 2021-02-10
- Fix If-Modified-Since and If-Unmodified-Since to not compare using sub-second timestamps. [#1887]
- Replace `v_htmlescape` with `askama_escape`. [#1953]
* Fix If-Modified-Since and If-Unmodified-Since to not compare using sub-second timestamps. [#1887]
* Replace `v_htmlescape` with `askama_escape`. [#1953]

[#1887]: https://github.com/actix/actix-web/pull/1887
[#1953]: https://github.com/actix/actix-web/pull/1953


## 0.6.0-beta.1 - 2021-01-07
- `HttpRange::parse` now has its own error type.
- Update `bytes` to `1.0`. [#1813]
* `HttpRange::parse` now has its own error type.
* Update `bytes` to `1.0`. [#1813]

[#1813]: https://github.com/actix/actix-web/pull/1813


## 0.5.0 - 2020-12-26
- Optionally support hidden files/directories. [#1811]
* Optionally support hidden files/directories. [#1811]

[#1811]: https://github.com/actix/actix-web/pull/1811


## 0.4.1 - 2020-11-24
- Clarify order of parameters in `Files::new` and improve docs.
* Clarify order of parameters in `Files::new` and improve docs.


## 0.4.0 - 2020-10-06
- Add `Files::prefer_utf8` option that adds UTF-8 charset on certain response types. [#1714]
* Add `Files::prefer_utf8` option that adds UTF-8 charset on certain response types. [#1714]

[#1714]: https://github.com/actix/actix-web/pull/1714


## 0.3.0 - 2020-09-11
- No significant changes from 0.3.0-beta.1.
* No significant changes from 0.3.0-beta.1.


## 0.3.0-beta.1 - 2020-07-15
- Update `v_htmlescape` to 0.10
- Update `actix-web` and `actix-http` dependencies to beta.1
* Update `v_htmlescape` to 0.10
* Update `actix-web` and `actix-http` dependencies to beta.1


## 0.3.0-alpha.1 - 2020-05-23
- Update `actix-web` and `actix-http` dependencies to alpha
- Fix some typos in the docs
- Bump minimum supported Rust version to 1.40
- Support sending Content-Length when Content-Range is specified [#1384]
* Update `actix-web` and `actix-http` dependencies to alpha
* Fix some typos in the docs
* Bump minimum supported Rust version to 1.40
* Support sending Content-Length when Content-Range is specified [#1384]

[#1384]: https://github.com/actix/actix-web/pull/1384


## 0.2.1 - 2019-12-22
- Use the same format for file URLs regardless of platforms
* Use the same format for file URLs regardless of platforms


## 0.2.0 - 2019-12-20
- Fix BodyEncoding trait import #1220
* Fix BodyEncoding trait import #1220


## 0.2.0-alpha.1 - 2019-12-07
- Migrate to `std::future`
* Migrate to `std::future`


## 0.1.7 - 2019-11-06
- Add an additional `filename*` param in the `Content-Disposition` header of
* Add an additional `filename*` param in the `Content-Disposition` header of
`actix_files::NamedFile` to be more compatible. (#1151)

## 0.1.6 - 2019-10-14
- Add option to redirect to a slash-ended path `Files` #1132
* Add option to redirect to a slash-ended path `Files` #1132


## 0.1.5 - 2019-10-08
- Bump up `mime_guess` crate version to 2.0.1
- Bump up `percent-encoding` crate version to 2.1
- Allow user defined request guards for `Files` #1113
* Bump up `mime_guess` crate version to 2.0.1
* Bump up `percent-encoding` crate version to 2.1
* Allow user defined request guards for `Files` #1113


## 0.1.4 - 2019-07-20
- Allow to disable `Content-Disposition` header #686
* Allow to disable `Content-Disposition` header #686


## 0.1.3 - 2019-06-28
- Do not set `Content-Length` header, let actix-http set it #930
* Do not set `Content-Length` header, let actix-http set it #930


## 0.1.2 - 2019-06-13
- Content-Length is 0 for NamedFile HEAD request #914
- Fix ring dependency from actix-web default features for #741
* Content-Length is 0 for NamedFile HEAD request #914
* Fix ring dependency from actix-web default features for #741


## 0.1.1 - 2019-06-01
- Static files are incorrectly served as both chunked and with length #812
* Static files are incorrectly served as both chunked and with length #812


## 0.1.0 - 2019-05-25
- NamedFile last-modified check always fails due to nano-seconds in file modified date #820
* NamedFile last-modified check always fails due to nano-seconds in file modified date #820


## 0.1.0-beta.4 - 2019-05-12
- Update actix-web to beta.4
* Update actix-web to beta.4


## 0.1.0-beta.1 - 2019-04-20
- Update actix-web to beta.1
* Update actix-web to beta.1


## 0.1.0-alpha.6 - 2019-04-14
- Update actix-web to alpha6
* Update actix-web to alpha6


## 0.1.0-alpha.4 - 2019-04-08
- Update actix-web to alpha4
* Update actix-web to alpha4


## 0.1.0-alpha.2 - 2019-04-02
- Add default handler support
* Add default handler support


## 0.1.0-alpha.1 - 2019-03-28
- Initial impl
* Initial impl
76 changes: 38 additions & 38 deletions actix-http-test/CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,125 +4,125 @@


## 3.0.0-beta.9 - 2021-12-11
- No significant changes since `3.0.0-beta.8`.
* No significant changes since `3.0.0-beta.8`.


## 3.0.0-beta.8 - 2021-11-30
- Update `actix-tls` to `3.0.0-rc.1`. [#2474]
* Update `actix-tls` to `3.0.0-rc.1`. [#2474]

[#2474]: https://github.com/actix/actix-web/pull/2474


## 3.0.0-beta.7 - 2021-11-22
- Fix compatibility with experimental `io-uring` feature of `actix-rt`. [#2408]
* Fix compatibility with experimental `io-uring` feature of `actix-rt`. [#2408]

[#2408]: https://github.com/actix/actix-web/pull/2408


## 3.0.0-beta.6 - 2021-11-15
- `TestServer::stop` is now async and will wait for the server and system to shutdown. [#2442]
- Update `actix-server` to `2.0.0-beta.9`. [#2442]
- Minimum supported Rust version (MSRV) is now 1.52.
* `TestServer::stop` is now async and will wait for the server and system to shutdown. [#2442]
* Update `actix-server` to `2.0.0-beta.9`. [#2442]
* Minimum supported Rust version (MSRV) is now 1.52.

[#2442]: https://github.com/actix/actix-web/pull/2442


## 3.0.0-beta.5 - 2021-09-09
- Minimum supported Rust version (MSRV) is now 1.51.
* Minimum supported Rust version (MSRV) is now 1.51.


## 3.0.0-beta.4 - 2021-04-02
- Added `TestServer::client_headers` method. [#2097]
* Added `TestServer::client_headers` method. [#2097]

[#2097]: https://github.com/actix/actix-web/pull/2097


## 3.0.0-beta.3 - 2021-03-09
- No notable changes.
* No notable changes.


## 3.0.0-beta.2 - 2021-02-10
- No notable changes.
* No notable changes.


## 3.0.0-beta.1 - 2021-01-07
- Update `bytes` to `1.0`. [#1813]
* Update `bytes` to `1.0`. [#1813]

[#1813]: https://github.com/actix/actix-web/pull/1813


## 2.1.0 - 2020-11-25
- Add ability to set address for `TestServer`. [#1645]
- Upgrade `base64` to `0.13`.
- Upgrade `serde_urlencoded` to `0.7`. [#1773]
* Add ability to set address for `TestServer`. [#1645]
* Upgrade `base64` to `0.13`.
* Upgrade `serde_urlencoded` to `0.7`. [#1773]

[#1773]: https://github.com/actix/actix-web/pull/1773
[#1645]: https://github.com/actix/actix-web/pull/1645


## 2.0.0 - 2020-09-11
- Update actix-codec and actix-utils dependencies.
* Update actix-codec and actix-utils dependencies.


## 2.0.0-alpha.1 - 2020-05-23
- Update the `time` dependency to 0.2.7
- Update `actix-connect` dependency to 2.0.0-alpha.2
- Make `test_server` `async` fn.
- Bump minimum supported Rust version to 1.40
- Replace deprecated `net2` crate with `socket2`
- Update `base64` dependency to 0.12
- Update `env_logger` dependency to 0.7
* Update the `time` dependency to 0.2.7
* Update `actix-connect` dependency to 2.0.0-alpha.2
* Make `test_server` `async` fn.
* Bump minimum supported Rust version to 1.40
* Replace deprecated `net2` crate with `socket2`
* Update `base64` dependency to 0.12
* Update `env_logger` dependency to 0.7

## 1.0.0 - 2019-12-13
- Replaced `TestServer::start()` with `test_server()`
* Replaced `TestServer::start()` with `test_server()`


## 1.0.0-alpha.3 - 2019-12-07
- Migrate to `std::future`
* Migrate to `std::future`


## 0.2.5 - 2019-09-17
- Update serde_urlencoded to "0.6.1"
- Increase TestServerRuntime timeouts from 500ms to 3000ms
- Do not override current `System`
* Update serde_urlencoded to "0.6.1"
* Increase TestServerRuntime timeouts from 500ms to 3000ms
* Do not override current `System`


## 0.2.4 - 2019-07-18
- Update actix-server to 0.6
* Update actix-server to 0.6


## 0.2.3 - 2019-07-16
- Add `delete`, `options`, `patch` methods to `TestServerRunner`
* Add `delete`, `options`, `patch` methods to `TestServerRunner`


## 0.2.2 - 2019-06-16
- Add .put() and .sput() methods
* Add .put() and .sput() methods


## 0.2.1 - 2019-06-05
- Add license files
* Add license files


## 0.2.0 - 2019-05-12
- Update awc and actix-http deps
* Update awc and actix-http deps


## 0.1.1 - 2019-04-24
- Always make new connection for http client
* Always make new connection for http client


## 0.1.0 - 2019-04-16
- No changes
* No changes


## 0.1.0-alpha.3 - 2019-04-02
- Request functions accept path #743
* Request functions accept path #743


## 0.1.0-alpha.2 - 2019-03-29
- Added TestServerRuntime::load_body() method
- Update actix-http and awc libraries
* Added TestServerRuntime::load_body() method
* Update actix-http and awc libraries


## 0.1.0-alpha.1 - 2019-03-28
- Initial impl
* Initial impl
Loading

0 comments on commit 212c692

Please sign in to comment.