This dedicated Changelog page is no longer updated. Updates to TaskRouter, as well as all other product updates across Twilio's services, are available on the Twilio Changelog.
Added field TimestampMs to all events sent via callbacks. Added new field "WorkerTimeInPreviousActivityMs" for Worker Activity Event changes.
Released integration with Marketplace marketplace so that you can use data from Add-on to making routing decisions. You can read more about it here.
Released a new feature LIFO that you can select to route most recent tasks first. You can read more about it here.
Released a Multitasking that allows worker to handle more than one Task at a time. You can read more about the feature here
/Workers/{WorkerSid}/Reservations
CCIS-786 - Fixed an issue in TaskRouter supporting complex json structure in TaskQueue and Workflows expressions. For example, if worker attribute is set to,
1{2"string_const": "foo",3"object":4{ "array": ["a","b","c"], "attr": "bar" }5}
then the expression object.array[0] == "a"
on either Workflow or TaskQueue would fail.
"{}"
is added.GET
request doesn't work on /Workers/{WorkerSid}/Reservations/{ReservationSid}
.