Skip to content

Commit 977961e

Browse files
Bump version to 0.15.0
1 parent 7923d5c commit 977961e

File tree

1 file changed

+11
-22
lines changed

1 file changed

+11
-22
lines changed

CHANGELOG.md

+11-22
Original file line numberDiff line numberDiff line change
@@ -4,47 +4,36 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

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
158

169
### Added
1710

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))
1813
* 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))
1914
* 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
2018

21-
### Changed
22-
23-
* Updated to Giraffe 5.0-rc-6
24-
* Updated to net5.0 and ASP.NET Core 5
2519

2620
### Fixed
2721

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))
2824
* Fix typo getConfiguration (by [@kaashyapan](https://github.com/kaashyapan))
2925
* Fix putSecureBrowserHeaders header typo (by [@Shmew](https://github.com/Shmew))
3026
* Fix application/json not being compressed in response (by [@may-day](https://github.com/may-day))
3127
* Include querystring in Turbolinks-location (by [@viktorvan](https://github.com/viktorvan))
3228

3329

34-
## [0.15.0-preview01] - 23.06.2020
35-
36-
### Added
37-
38-
* Added `RouterEndpoint`, `ControllerEndpoint` modules allowing to create routing using ASP.NET Endpoint Routing
39-
* Added `use_endpoint_router` to `application` computation expression allowing to use Endpoint Routing in the application
40-
* [Infrastructure] Add performance benchmark for Saturn using Endpoint Routing
41-
42-
4330
### Changed
4431

45-
* Updated to Giraffe 5.0-alpha02
32+
* Updated to Giraffe 5.0
33+
* Updated to net5.0 and ASP.NET Core 5
4634
* Moved to `Giraffe.ViewEngine` package for view rendering support
4735

36+
4837
## [0.14.1] - 18.06.2020
4938

5039
### Added

0 commit comments

Comments
 (0)