Shlink v1.17.0 Release Notes

Release Date: 2019-05-13 // about 5 years ago
  • โž• Added

    • โšก๏ธ #377 Updated visit:locate command (formerly visit:process) to automatically update the GeoLite2 database if it is too old or it does not exist.

      This simplifies processing visits in a container-based infrastructure, since a fresh container is capable of getting an updated version of the file by itself.

      It also removes the need of asynchronously and programmatically updating the file, which deprecates the visit:update-db command.

    • ๐Ÿณ #373 Added support for a simplified config. Specially useful to use with the docker container.

    ๐Ÿ”„ Changed

    • ๐Ÿ‘ #56 Simplified supported cache, requiring APCu always.

    ๐Ÿ—„ Deprecated

    • ๐Ÿ—„ #406 Deprecated PUT /short-urls/{shortCode} REST endpoint in favor of PATCH /short-urls/{shortCode}.

    โœ‚ Removed

    • ๐Ÿ‘ #385 Dropped support for PHP 7.1
    • ๐Ÿšš #379 Removed copyright from error templates.

    ๐Ÿ›  Fixed

    • Nothing