Enhanced changelog

This commit is contained in:
Alejandro Celaya 2021-10-09 12:36:37 +02:00
parent 483bdddb18
commit 14ba11e1ab

View file

@ -22,7 +22,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com), and this
When they are used in the query, the values are URL encoded.
* [#1119](https://github.com/shlinkio/shlink/issues/1119) Added support to provide redis sentinel when using redis cache.
* [#1016](https://github.com/shlinkio/shlink/issues/1016) Added new option to send orphan visits to webhooks, via env var or installer tool.
* [#1016](https://github.com/shlinkio/shlink/issues/1016) Added new option to send orphan visits to webhooks, via `NOTIFY_ORPHAN_VISITS_TO_WEBHOOKS` env var or installer tool.
The option is disabled by default, as the payload is backwards incompatible. You will need to adapt your webhooks to treat the `shortUrl` property as optional before enabling this option.