Skip to content

Releases: microsoft/elfie-arriba

XForm 0.9.6.1

27 Jun 21:57
f9425af
Compare
Choose a tag to compare
XForm 0.9.6.1 Pre-release
Pre-release

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

11 May 23:20
33b3e92
Compare
Choose a tag to compare
XForm 0.9.5 Pre-release
Pre-release

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

20 Apr 20:49
Compare
Choose a tag to compare
XForm 0.9.4 Pre-release
Pre-release
  • Suggest improvements
  • Fix for "where -> choose -> limit" crash
  • Other small fixes

XForm 0.9.3

10 Feb 22:28
Compare
Choose a tag to compare
XForm 0.9.3 Pre-release
Pre-release
  • Added Peek UX and verb.
  • Managed String.Equals optimization (faster GroupBy, Join, Peek).
  • Fixed timeout handling.

XForm 0.9.2

04 Feb 16:53
Compare
Choose a tag to compare
XForm 0.9.2 Pre-release
Pre-release

XForm 0.9.2

  • GroupBy aggregations
  • Incomplete table hardening
  • IIS Hostable
  • Where String column native acceleration and block matching

XForm 0.9.1

28 Jan 22:02
Compare
Choose a tag to compare
XForm 0.9.1 Pre-release
Pre-release

XForm Prototype 0.9.1.

  • Fixed corruption issue in EnumColumn.Convert.
  • Accelerated String8.Contains, StartsWith, Equals.
  • Smaller fixes.