-
Notifications
You must be signed in to change notification settings - Fork 8
Release Notes
Christopher Park edited this page Dec 14, 2016
·
10 revisions
These are modifications since the previous release that may require changes in your calls to the binding.
- order of Api arguments changed, custom-header moved after url
- url-parameter (optional) argument added to Api to allow specification of query parameters
These changes should not require modifications to your bindings calls, but represent major internal changes, often correlating to Rosette API functional changes indicated here.
- added setUrlParameter logic to multipart handling
- refactor of internal code to reduce duplication and move error checking higher