Skip to content
This repository has been archived by the owner on Sep 16, 2024. It is now read-only.

Latest commit

 

History

History
27 lines (18 loc) · 708 Bytes

CHANGELOG.md

File metadata and controls

27 lines (18 loc) · 708 Bytes

0.4.0 (2019-08-14)

  • Add TaskClient.generateConsumer() method to retrieve a Consumer for the specified queueName
  • Add SQSClient.queueNames getter for retrieving a list of registered queue names

v0.3.0 (2019-07-12)

  • Allow delaySeconds to be passed in SubmitTaskInput
  • Upgrade security dependencies (lodash)

v0.2.0 (2019-07-10)

  • Add TaskClient.submitAllTasks method to send a batch of requests
  • Add MIT license (hello world! 👋)

v0.1.0 (2019-07-02)

  • Add TaskClient abstract interface
  • Add NoopClient
  • Add TaskClient.generateConsumers method
  • Add task consumer logic

v0.0.1 (2019-06)

  • Add AsyncTaskClient with the following features:
    • registerOperation()
    • submitTask()