Releases: microsoft/elfie-arriba
Releases · microsoft/elfie-arriba
XForm 0.9.6.1
Multi-Partition Tables; scale limit is now local disk space.
Multi-Threaded execution.
Real CORS fixes (local debugging works).
TimeSpan support.
Null and Empty contains/compare fixes.
'Not' fixes.
Logging failing requests but not cancelled one.
Deleted table hardening and automatic table rebuilding.
IntelliSense behavior improvements.
'Skip' verb for paging
Removed 'prices' from release app.config.
XForm 0.9.5
Numerous fixes.
- Reduce caching interval so IIS hosted versions show new content faster.
- Allow queries from querystring (?q=...)
- Fix issue with where contains after another where clause.
- Write unhandled errors to Console to identify.
- Fix double-dispose issues when writing errors to response stream.
- Return correct UsageException when parsing. empty queries.
- Return latest table for day when Date without time passed as AsOfDate.
- Fix exception when aggregators don't get rows.
- Fix exception parsing invalid TimeSpan.
- Deploy.IIS trick to stop website (change web.config first)
- Corrected sample web.config (need deny *)
XForm 0.9.4
- Suggest improvements
- Fix for "where -> choose -> limit" crash
- Other small fixes
XForm 0.9.3
- Added Peek UX and verb.
- Managed String.Equals optimization (faster GroupBy, Join, Peek).
- Fixed timeout handling.
XForm 0.9.2
XForm 0.9.2
- GroupBy aggregations
- Incomplete table hardening
- IIS Hostable
- Where String column native acceleration and block matching
XForm 0.9.1
XForm Prototype 0.9.1.
- Fixed corruption issue in EnumColumn.Convert.
- Accelerated String8.Contains, StartsWith, Equals.
- Smaller fixes.