You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+11-22
Original file line number
Diff line number
Diff line change
@@ -4,47 +4,36 @@ All notable changes to this project will be documented in this file.
4
4
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
5
5
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
6
6
7
-
## [0.15.0-preview03] - 08.02.2021
8
-
9
-
### Fixed
10
-
11
-
* Preserve stack trace by default in controller (by [@retendo](https://github.com/retendo))
12
-
* Fixes exception propagation when using channels (by [@retendo](https://github.com/retendo))
13
-
14
-
## [0.15.0-preview02] - 20.01.2021
7
+
## [0.15.0] - 09.06.2021
15
8
16
9
### Added
17
10
11
+
*`add use_response_caching` to application CE (by [@groma84](https://github.com/groma84))
12
+
* Log prematurely closed connections as info, not as error (by [@retendo](https://github.com/retendo))
18
13
* Added DI support for all CEs we provide - the `_di` versions of custom operations are avaliable in following modules: `ApplicationDI`, `ChannelsDI`, `ControllerDI` (both standard, and endpoint routing), `PipelinesDI`, and `RouterDI` (both standard, and endpoint routing) (by [@Krzysztof-Cieslak](https://github.com/Krzysztof-Cieslak) and [@Arshia001](https://github.com/Arshia001))
19
14
* Added controller versioning for endpoint routing (by [@Krzysztof-Cieslak](https://github.com/Krzysztof-Cieslak))
15
+
* Added `RouterEndpoint`, `ControllerEndpoint` modules allowing to create routing using ASP.NET Endpoint Routing
16
+
* Added `use_endpoint_router` to `application` computation expression allowing to use Endpoint Routing in the application
17
+
*[Infrastructure] Add performance benchmark for Saturn using Endpoint Routing
20
18
21
-
### Changed
22
-
23
-
* Updated to Giraffe 5.0-rc-6
24
-
* Updated to net5.0 and ASP.NET Core 5
25
19
26
20
### Fixed
27
21
22
+
* Preserve stack trace by default in controller (by [@retendo](https://github.com/retendo))
23
+
* Fixes exception propagation when using channels (by [@retendo](https://github.com/retendo))
0 commit comments