Website Contact Blog
Array Release Log


Array Version 4.90 (Mar 01, 2022)
- Improvements to Webigami ajax driver.
- Change default session writes to "SameSite=Strict"
- Added six (6) new COOKIE management functions.
- File Manager update.
- Added high speed option to SYSLS function.
Array Version 4.89 (Sep 01, 2021)
- Bug fix in FilePack function.
- Added Array support for custom *.webigami.com domains.
- Removed 10 second timeout for ajax re-request.
- Added HTMLOSFORCECRASH(type) command for emulating crashes.
- Improved error messages for MAILSEND and NETMAILSENDSSL failures.
Array Version 4.88 (Jun 05, 2021)
- Changed 2-digit year check in ParseYear so (todays year + 20) is used instead "41". OK until 2100.
- Bug fixes in EXPAND, FILEPACK edge conditions.
- Increased POST variable limit 200,000 vars and 6M to hold the names.
- Increased speed of internal variable reads from n to log(n) where n is the count of the variables stored.
Array Version 4.87 (Jul 01, 2020)
- Increased speed of OFFICETOTABLE for large data sets from n-squared to n (n=number of rows)
- Added IP restrictions by subuser name to Array htmlos.conf
- Misc bug fixes in DBINDEX affecting VLTs.
- Misc bug fixes in MAILSEND, DBBATCHEDIT, and variable encryption.
Array Version 4.86 (Jul 01, 2020)
- Changes to support Webigami platform.
- Misc fixes to internal variable encryption.
- Added o QMACRO language STRCASESTR
- Added 12 argument version of MAILSEND to support new SSL options.
- Adding new DB index option with separate idx file for each searchable field
- Increased maximum number of arguments to native system extensions from 20 to 40
- Added htmlos network support to MD5SUM
- Revised system default Cgi Wrap memory values from 20MB ram, 20MB virtual, 2MB stack to 8GB, 8GB, 200MB
- Added htmlos.conf argument "ECache Y" which makes HTMLOS use AES256 bit encryption on all .v cache files
- Added support for AES256 file encryption to FILEENCRYPT and FILEUNENCRYPT
Array Version 4.83 (Jun 07, 2018)
- Changes to support Webigami platform.
- Added NETMAILSENDSSL system extension.
- Added "secure" "Server Type" to mail configuration.
- DBPURGE optimization
- Misc fixes to REPLACELIST, NETMAILUNPACK, DBINDEX tags.
- DBPURGE and DBINDEX optimizations.
Array Version 4.79 (Feb 20, 2018)
- Changes to support Webigami platform.
- Extended registration to support domains greater than 24 chars.
- Added MD5SUM, HTTPUPLOADSTRING, SHA1SUM tags.
- Misc fixes to QMACRO language.
- Changed interpretation of date strings in DB tags. If date is 2 digits, it is now assumed to be after 1999, not 1900.
- Added BASE64FILEENCODE(=BASE64ENCODE), BASE64FILEDECODE(=BASE64DECODE), BASE64TEXTENCODE BASE64TEXTDECODE tags.
- Added DBINDEXCLASSIC and DBPURGECLASSIC (that point to former mesons of DBINDEX and DBPURGE)
- Upgraded DBINDEX and DBPURGE (to point to DBINDEXBETA and DBPURGEBETA)
- Added auto-cleanup of orphan AJAX files.
- Fixes to HTMLSAFE, NETMAILSEND and MAILSEND tags.
- Optimizations to ajax write calls.
Array Version 4.76 (March 03, 2017)
- Changes to Webigami platform.
-Optimized CPU usage in uploads (Linux).
-Extended HTMLOSSAFE to support the blockage of Inlays.
-Fixed iInstall bug that affected 32-bit to 64-bit cross-overs.
-Added OFFICETOTABLE, TABLETOOFFICE, SYSMVDIR, DBVLTSTATUS tags.
-Added support for MS CSV type "OFFICE" to COPY, APPEND, DBIMPORT and DBEXPORT tags.
-Extended MAILUNPACK function to support new types of attachments.
-Fixes to VMACRO language.
-Added "ssorequest" AND "POSTDATE" URL directiveS (same as "request_link" and "nosession")
-Fixes to DBBATCHEDIT and DBBATCHDELETE.
-Add auto-negotiation for TLS/SSL for NETGETMAILSSL and HTTPS
-Optimized VLT records to reduce space use by 25%.
-Extended max VLT size to 1TB
-Fixes in QMACRO language to QSPRINTF and QPRINTF functions
- Optimized saving of null variables (variables set to ERROR)
- Reduced 1 second sleep in frame timeout to .01 seconds (10 microseconds)
- Optimization to variable table read/write.
Array Version 4.72 (Sep 09, 2016)
- Updates to automated FTP and sFTP utilities.
- Optimizations to support I/O cross-over problem in Virtual Machines.
- Increased VLT limit to 1 Terabyte.
- Support for new TLS security protocols.
- Increased timer resolutions to 1 millisecond.
- Introduced and expanded QMACRO high-speed computing language
- Expanded VMACRO high-speed database processing language
- Fixes to problems caused by MS-WIN "security" changes.
Array Version 4.70 (Nov 24, 2014)
- Released Fix for "Election Day Vulnerability"
- Added ability to Throttle Uploads
- Implemented Misc CPU Usage Optimizations
- Bug Fix in DBFIND (for large loops)
- Add Misc. Protocol Extensions
Array Version 4.67 (Nov 16, 2013)
- Eliminated internal 2 gigabyte HTML/OS database file limit.
- Reduced CPU load of background jobs.
- Fix for <HREF="PAGE;OVERLAY"...>...</A> in 64-bit Win.
- MacOSX and Linux fixes for MAILUNPACK and MAILINFO email formats.
- Added JSONTOTABLE tag to support JSON file formats.
- Added support to CSVTOTABLE for files with CR+LF delimiters.
- Added support for running Systems Extensions in background jobs.
Array Version 4.65 (Mar 26, 2013)
- Added support for File Upload Progress Monitor
- Added support for multi-file select in AJAX
Array Version 4.64 (Jan 18, 2013)
- Support in MAILSEND for "gmail" compatibility of multipart/mixed messages.
- Added CLEANSCRIPT tag for condensing javascript
- REPLACEPAIRS tag for high-speed replacement of large sets of search-replace pairs.
Array Version 4.63 (Jan 2, 2013)
- Added file-corruption avoidance to DBPURGE.
- Misc. fixes to VTAG, improvements to DB error logging.
Array Version 4.63 (Aug 16, 2012)
- Added Remote execution of VTAGs
- Misc. robustness improvements to the Array scheduler.
- Added ability to link GOTO to an On-click Overlay
- Increased maximum rows returned by DBFIND to 1M from 100K
- Misc. fixes to MAILPICKUP routine fixes for special character sets.
- Support for HTML5 "text" type inputs.
- Misc changes to internal TRACE routines.
- Bug fix: Fixed NODUPS to handle ASCII "03" characters.
Array Version 4.61 (May 2, 2012)
- Added unlimited DB error logging history
- Added VMACRO "divide by zero error" detection
Array Version 4.60 (Dec 12, 2011)
- Misc. changes to VMACRO
- Misc. changes to AJAX functions.
- Misc. changes to VTAG functions.
- Added ability to auto-cancel SHUTDOWN
Array Version 4.59 (Oct 26, 2011)
- Misc extensions to StartLinks
- Misc extensions to AJAX support
- Misc changes to MAILUNPACK tag
Array Version 4.58 (Oct 6, 2011)
- Added additional DB error logging
- Bug Fix: DBREMOVE tag.
- Misc additions to VMACRO tag.
Array Version 4.57 (Aug 8, 2011) 2011-08-29 4.57
- Misc additions to VTAGs
- Misc additions to MAILINFO tag.
Array Version 4.56 (Jul 7, 2011)
- Bug Fix: COPY tag conflict with sub-users.
- Bug Fix: GETPUBLICURL tag conflict with sub-users.
- Misc. optimizations of internal HTML processing engine.
Array Version 4.54 (Mar 3, 2011)
- Misc improvements to MAILSEND
- Added AJAX support for Forms
- Added RUNREMOTE support for external execution
Array Version 4.53 (Feb 2, 2011)
- Bug Fix: ASETUP change to JS for browser compatibility
- Misc. improvements to MAILSEND
- Misc. improvements to AJAX
- Added automatic GOTO PAGE if GOTO not defined.
- Added robustness to UNENCRYPT
- Misc optimization of NETMAILUNPACK
Array Version 4.53 (Oct 18, 2010)
- Added support for "/nobrowser/" directive in Startlinks
- Added improvements to CLEARCACHE and CACHESTATS for sub-users
- Added LIKENESS tag
Array Version 4.52 (Aug 2, 2010)
- Misc changes to VTAGS
- Misc changes to MAILSEND
Array Version 4.45 (Apr 2, 2010)
- Misc changes to Array Licensing to support Professional and Developer
- Bug Fix: DBDOUBLEFIND
- Added network support for DBDOUBLEFIND
Array Version 4.42 (Dec 12, 2009)
- Misc changes to indexing for GRP and VLT field types
- Misc changes to Desktop Apps
- Added WEBPUSH tag
- Added support for non GET/POST pages in NETWEB
- Added command line install with asetup
Array Version 4.39 (Sep 17, 2009)
- Added SYSFIXNAME tag
- Added large file upload
- Added support for renaming files with bad file names
- Misc optimizations
Array Version 4.31 (Apr 4, 2009)
- Went live on new internal "compile" engine
Array Version 4.30 or earlier.
- (Not Available)

Website Contact Blog
ERROR