Skip to content

v1.6.1

Compare
Choose a tag to compare
@subbyte subbyte released this 31 May 15:55
4ef70ac

1.6.1 (2023-05-31)

This patch release provides a temporary fix for stix-shifter #1493.

Changed

  • Kestrel variable definition syntax changed back to CNAME from ECNAME

  • stix-shifter data source profile config changes

    • Replace result_limit with retrieval_batch_size
    • Replace timeout with single_batch_timeout
    • Add default values for the configs
    • Document updates
    • The new fields will be processed by Kestrel before given to stix-shifter
  • Replace stix-shifter sync APIs with async APIs

Added

  • Scalability end-to-end testing for large query with multiple pages
  • Test cases for new stix-shfiter data source configs

Fixed

  • Temporary fix of stix-shifter/issues/1493

    • Add retry-once logic if server timeout (busy CPU on the client side)
    • Nullify the pipelining; need better long-term fix to enable it
  • Fixed bugs and reimplement transmission_complete() in stix-shifter data source interface