Skip to content

autotask-v0.1.2

Choose a tag to compare

@github-actions github-actions released this 19 Aug 18:06
· 187 commits to main since this release

Fixed

  • sync no longer fails on the first page of every POST-query resource. Autotask
    requires a filter on query endpoints and rejected the filterless first request
    with HTTP 500 Value cannot be null. Parameter name: filters, so companies,
    contacts, tickets, projects and the other 39 POST resources never synced a single
    row. The first page now carries the same id-walk condition every later page
    already sent. Reported by @zendzipr in
    #257.
  • --param / --resource-param overrides for array and comma-separated body
    fields (filter, includeFields) are now sent as JSON arrays instead of the
    literal string, matching what the query commands have always done.

Changed

  • Regenerated on the printing-press 4.24.0 engine: more reliable fleet sync, corrected pagination across large result sets, robust numeric-ID handling, and dependency security updates. Same commands and workflows, sturdier local mirror.