blob: eb45523fee264c478082228e071048a5870be2de [file] [log] [blame]
Jordan Pittier4408c4a2016-04-29 15:05:09 +02001---
2features:
3 - The RestClient (in tempest.lib.common.rest_client) now supports POSTing
4 and PUTing data with chunked transfer encoding. Just pass an `iterable`
5 object as the `body` argument and set the `chunked` argument to `True`.
6 - A new generator called `chunkify` is added in
7 tempest.lib.common.utils.data_utils that yields fixed-size chunks (slices)
8 from a Python sequence.
9