All Versions
12
Latest Version
5.2
Avg Release Cycle
223 days
Latest Release
1239 days ago

Changelog History
Page 2

  • v1.9 Changes

    March 22, 2014

    ๐Ÿ›  Fix for the socket select issue (when number of connections increases 64)
    โž• Added support for autotools build system
    ๐Ÿ”ง The intermediate libraries (libinter/libdinter) can also be built at run-time using ./configure/make

  • v1.8 Changes

    March 18, 2014

    ๐Ÿ‘ CORS Filter support for corss origin resource sharing
    ๐Ÿ”„ Changes to XML/JSON/Binary Serialization
    ๐Ÿšš Moved common code to a new SerializeBase? class
    ๐Ÿ‘ Modified the AMEF Protocol classes for better binary serialization support
    โž• Added support for handling namespaces and nested classes in Reflection
    ๐Ÿ›  Fixed the Date/DateFormat? classes for all issues related to parsing/formatting/updating dates
    โž• Added new Multipartcontent object for handling multipart requests
    โž• Added gzip/deflate compression for responses
    โž• Added chunked transfer encoding support
    โž• Added Last Modified/If-Modified-Since header based cache support
    ๐Ÿšš Moved request/response headers to a map instead of properties
    ๐Ÿ›  Fixed the HttpResponseParser? class
    ๐Ÿ›  Fixed the JSONUtil class for error in json parsing
    ๐Ÿ›  Introduced a new LoggerFactory? class to handle multiple loggers, fixed the Logger class
    ๐Ÿ‘ Introduced Futures based Thread pooling support
    ๐Ÿ›  Fixed various web service issues/problems
    โฑ Introduced JobScheduler? class for job scheduling
    โž• Added a new CronTimer? class for handling cron times
    ๐Ÿ‘ Introduced stream based single/multi File upload support in Rest Controllers
    โž• Added a few new html pages for testing/sanity
    ๐Ÿ›  Fixed the accpetance test related files
    โž• Added a couple of new classes in the default app for testing new features
    ๐Ÿ›  Fixed the afc.js file to resolve existing issues
    ๐Ÿ›  Fixed an existing issue with namespace handling within the Element class
    0๏ธโƒฃ Introduced new properties for connection keep-alive, transfer encoding chunk size, default content encoding method, max number of input headers and max file upload size to the server.prop config file
    ๐Ÿ”„ Changed the web-service related template files for better web service support