Skip to content

Releases: OpenAF/openaf

20180524

24 May 20:54
Compare
Choose a tag to compare
  • New Simple OpenAF channel implementation
  • Improvements to async logging
  • Improvements to websocket client
  • New oJob logJobs option and correcting logLimit
  • New oJob from/to arrays possibility
  • New oJob log options (issue #88) (+ ojob.log is now ojob.recordLog)
  • Improvements to internal log channel housekeeping
  • Added isDate, isRegExp and isFunction to openafSigil
  • Include SMB (access to windows shares) odoc documentation

20180508

08 May 23:18
Compare
Choose a tag to compare
  • Enable HTTPServer replies with custom types and HTTP code
  • New MVS management functions (ow.ch.utils.mvs)
  • Support for fuzzy array search (based on fuse) ow.obj.fuzzySearch
  • Initial support for Java Script Engine
  • New internal library OpenAFSigil supporting parameter/variable type checking (_$ and $$) (browser supported also for the majority of the functionality)
  • New java regular expressions wrapper to javascript (JavaRegExp)
  • New OpenAF Channel util to keep history of values (ow.ch.utils.keepHistory)
  • Improvements on openaf-console error reporting
  • Improvements to ow.server.httpd
  • Improvements to opack script/daemon creation with arguments
  • HTTPServer forces UTF8 responses for function based replies
  • Bug corrections on ow.obj.pool and DB's null dates
  • Bug corrections on MVS based OpenAF channels
  • Bug correction on the shell execution (af.sh/sh) to support larger outputs
  • Update to internal JQuery (3.3.1)

20180314

14 Mar 03:06
Compare
Choose a tag to compare
  • adding support to "stamp" maps on ow.ch.utils.getLogStashSubscriber and support for ElasticSearch 6
  • opack: improvements on package files download, ensuring http 401 is handled
  • opack: added exclude option on genpack
  • ow.obj.http: improvements on basic authentication
  • ow.obj.pool: small corrections and improvements (e.g. keepAlive function, check option on use)
  • ow.format.xls: corrections for new POI library
  • ow.server.httpd: added new replyFileMD (for markdown)
  • ow.server.ldap: small corrections
  • ow.template: added addInLineCSS2HTML
  • zip plugin: constructor support for unwrapping java objects
  • lib updates: showdown 1.8.6, highlightjs support for more languages

20180226

26 Feb 17:24
Compare
Choose a tag to compare
  • openaf-console: Added auto-complete of alias in openaf-console and “encryptText” built-in alias
  • ow.server.auth: Added two factor authentication support based on TOTP and several improvements to ow.server.auth (now it’s an object).
  • Added support for encrypted usernames across all functionalities (previously only encrypted passwords were supported)
  • Update internal API calls not to use previously deprecated af functions that were moved to io.
  • Update to Apache Commons, Jackson, Jetty, POI, JSCH, JGIT and SVNKit libs