Skip to content

v2.1.1

Compare
Choose a tag to compare
@stephencpope stephencpope released this 16 Oct 19:19
· 86 commits to master since this release

Compute

  • Filtering on datetime attributes (such as Function.created_at) didn't previously work with anything
    but datetime instances. Now it also handles iso format strings and unix timestamps (int or float).