Shlink v1.15.1 Release Notes

Release Date: 2018-12-16 // over 5 years ago
  • โž• Added

    • #162 Added non-rest endpoints to swagger definition.

    ๐Ÿ”„ Changed

    • ๐Ÿณ #312 Now all config files both in php and json format are loaded from config/params folder, easing users to provided customizations to docker image.
    • โšก๏ธ #226 Updated how table are rendered in CLI commands, making use of new features in Symfony 4.2.
    • #321 Extracted entities mappings from entities to external config files.
    • ๐Ÿ— #308 Automated docker image building.

    ๐Ÿ—„ Deprecated

    • Nothing

    โœ‚ Removed

    ๐Ÿ›  Fixed

    • ๐Ÿ’ป #309 Added missing favicon to prevent 404 errors logged when an error page is loaded in a browser.
    • ๐Ÿ›  #310 Fixed execution context not being properly detected, making CloseDbConnectionMiddlware to be always piped. Now the check is not even made, which simplifies everything.