Skip to content

v1.2.0

Compare
Choose a tag to compare
@botic botic released this 27 Oct 08:23

Changelog for RingoJS 1.2.0

Release date: 27 October 2017

Features & Changes

  • updated to Jetty 9.4.7 to prepare JDK 9 support, enables native ALPN/SSL provider, Hazelcast session management, better HTTP2 support, see commit
  • updated to Rhino 1.7.7.2, see #380
  • added new helpers setHeaders() and setContentType() in the JSGI response module, see #371
  • switched to Java NIO.2 in file system utils ringo/utils/files, see #376
  • enabled permissions on a temporary file, see #379
  • added optional custom separator and equals delimiter in http.urlEncode(), see #375

Bugfixes

  • ringo/term required both write and writeln imported to be functional, which has been resolved, see #377
  • a file test failed on Windows commit
  • fixed the standard log4j.properties, see #372
  • fixed file-based streams if using response.stream(), auto-closing now, see commit

Contributors

  • Robert Gaggl
  • Philipp Naderer-Puiu