mirror of
https://github.com/kataras/iris.git
synced 2025-02-02 15:30:36 +01:00
9232b96188
Iris devs should declare all the information now, there is no option to "leave something out" anymore, it's for your own good. Version is not changed yet, giving you time to see that changelog and do the necessary changes to your codebase, it will written to HISTORY.md too of course.
Before:
app.Run(iris.AutoTLS(":443"))
Now:
app.Run(iris.AutoTLS(":443", "example.com", "mail@example.com")
Commit Change:
|
||
---|---|---|
.. | ||
custom-httpserver | ||
custom-listener | ||
graceful-shutdown | ||
iris-configurator-and-host-configurator | ||
listen-addr | ||
listen-letsencrypt | ||
listen-tls | ||
listen-unix | ||
notify-on-shutdown |