1.1.1
With the current implementation, when encoding an array of dictionaries, the elements would not always be encoded in the same order, resulting in values ending up in the wrong column. The AsyncEncoder now tracks the column indexes so cells will always be in the correct column.