Lines Matching refs:command

660 * Command objects can now return the validation errors encountered by the command
677 * Added the ability to get the exception associated with a request/command when using `MultiTransfe…
719 * Not setting a `Content-MD5` on a command if calculating the Content-MD5 fails via the CommandCont…
729 * Added `command.request_options` to `Guzzle\Service\Command\AbstractCommand` to pass request optio…
730 created by a command (e.g. custom headers, query string variables, timeout settings, etc.).
741 * `Guzzle\Service\ClientInterface::execute()` now accepts an array, single command, or Traversable
782 * Marked 'command.headers', 'command.response_body' and 'command.on_complete' as deprecated for Abs…
808 * Added command.hidden_params to blacklist certain headers from being treated as additionalParamete…
895 * Added support to attempt to retrieve a command first literally, then ucfirst, the with inflection
915 * Added a `command.after_prepare` event
945 * BC: Setting a service description on a client will no longer modify the client's command factorie…
1003 * Bug: Adding required content-type when JSON request visitor adds JSON to a command
1009 * Moved command filtration from validators to location visitors
1059 * Magic methods return the result of a command
1082 * Magic methods on a Guzzle\Service\Client now return the command un-executed.
1083 * Calling getResult() or getResponse() on a command will lazily execute the command if needed.
1122 … use of visitors to apply parameters to locations in service descriptions using the dynamic command
1210 * BC: Magic methods mapped to service description commands are now inflected in the command factory…
1217 * Adding a command.before_prepare event to clients
1227 * Adding generic batching system (replaces the batch queue plugin and command set)
1249 * Bug: Fixing magic method command calls on clients
1259 * Allowing the result of a command object to be changed
1273 …pector::validateConfig method into two methods. One to initialize when a command is created, and o…
1294 * [BC] Executing a Command returns the result of the command rather than the command
1298 * [BC] Completely refactored ResourceIterators to iterate over a cloned command object
1309 * Adding a setOnComplete() method to Commands that is called when a command completes
1324 * [BC] No longer supporting "{{ }}" for injecting into command or UriTemplates. Use "{}"