mirror of
https://gitea.invidious.io/iv-org/shard-kemal.git
synced 2024-08-15 00:53:36 +00:00
0.17.3
This commit is contained in:
parent
b4c10a3f59
commit
66e04ecaec
2 changed files with 6 additions and 0 deletions
|
@ -1,3 +1,8 @@
|
||||||
|
# 0.17.3 (03-12-2016)
|
||||||
|
|
||||||
|
- Handle missing 404 image. Fixes #263
|
||||||
|
- Remove basic auth middleware from core and move to [kemalcr/kemal-basic-auth](https://github.com/kemalcr/kemal-basic-auth).
|
||||||
|
|
||||||
# 0.17.2 (25-11-2016)
|
# 0.17.2 (25-11-2016)
|
||||||
|
|
||||||
- Use body.gets_to_end for parse_json. Fixes #260.
|
- Use body.gets_to_end for parse_json. Fixes #260.
|
||||||
|
|
|
@ -20,6 +20,7 @@ describe "Macros" do
|
||||||
logging false
|
logging false
|
||||||
Kemal.config.logging.should eq false
|
Kemal.config.logging.should eq false
|
||||||
end
|
end
|
||||||
|
|
||||||
it "sets a custom logger" do
|
it "sets a custom logger" do
|
||||||
config = Kemal::Config::INSTANCE
|
config = Kemal::Config::INSTANCE
|
||||||
logger CustomLogHandler.new
|
logger CustomLogHandler.new
|
||||||
|
|
Loading…
Reference in a new issue