Compare commits
3 commits
845ccb10ab
...
65ff5b9b2b
Author | SHA1 | Date | |
---|---|---|---|
65ff5b9b2b | |||
|
bf9f627ac7 | ||
|
00c2c5be50 |
2 changed files with 9 additions and 2 deletions
|
@ -1,3 +1,10 @@
|
||||||
|
# 0.27.0 (28-11-2020)
|
||||||
|
|
||||||
|
- Crystal 0.35.x support :tada: Thanks @bcardiff :pray:
|
||||||
|
- Fix issues with responding with long strings [#576](https://github.com/kemalcr/kemal/pull/576). Thanks @mamantoha :pray:
|
||||||
|
- Fix broken WebSocket support in 0.35.0 [#577](https://github.com/kemalcr/kemal/pull/577). Thanks @mamantoha :pray:
|
||||||
|
- Allow to set optional response body on redirects [#561](https://github.com/kemalcr/kemal/pull/561). Thanks @mamantoha :pray:
|
||||||
|
|
||||||
# 0.26.1 (01-12-2019)
|
# 0.26.1 (01-12-2019)
|
||||||
|
|
||||||
- Fix process request when a response already closed [#550](https://github.com/kemalcr/kemal/pull/550). Thanks @mamantoha :pray:
|
- Fix process request when a response already closed [#550](https://github.com/kemalcr/kemal/pull/550). Thanks @mamantoha :pray:
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
name: kemal
|
name: kemal
|
||||||
version: 0.26.1
|
version: 0.27.0
|
||||||
|
|
||||||
authors:
|
authors:
|
||||||
- Serdar Dogruyol <dogruyolserdar@gmail.com>
|
- Serdar Dogruyol <dogruyolserdar@gmail.com>
|
||||||
|
@ -20,6 +20,6 @@ development_dependencies:
|
||||||
github: crystal-ameba/ameba
|
github: crystal-ameba/ameba
|
||||||
version: ~> 0.12.0
|
version: ~> 0.12.0
|
||||||
|
|
||||||
crystal: 0.30.0
|
crystal: 0.35.0
|
||||||
|
|
||||||
license: MIT
|
license: MIT
|
||||||
|
|
Loading…
Reference in a new issue