Light-Java v1.5.22 Release Notes

Release Date: 2018-11-10 // over 5 years ago
  • Full Changelog

    ๐Ÿ›  Fixed bugs:

    • ๐Ÿ– handle the situation that the alias is not server in the server.keystore #317

    Closed issues:

    • โž• add monad-result module to wrap success T and failure Status #325
    • โž• add successful status code to status.yml #324
    • ๐Ÿ‘ gzip and deflate encoding and decoding support in middleware handlers #323
    • โž• add static CONFIG_NAME to serverConfig #320
    • โž• add another default method in LightHttpHandler to bubble up the status #319
    • ๐Ÿ‘Œ support default path in handler.yml for single page application #316
    • โšก๏ธ update status.yml ERR10016 to have only one parameter #314

    ๐Ÿ”€ Merged pull requests:

    • ๐Ÿ›  fixes #316 update resource and handler to support SPA from handler.yml #318 (stevehu)
    • ๐Ÿ”จ Refactored code from main() to init() so server can be embedded. #311 (farrukhnajmi)