- Renamed class DefaultApi to RelayerApi, and changed its construction parameters.
- Updated documentation to include schemas for request payloads and responses, and to demonstrate the RelayerApi.get_order_config() method.
- Fixed bug with numeric types not being handled properly for asset data trade info and order config methods.
- Migrated from v2 to v3 of the 0x protocol.
- Migrated from v4 to v5 of Web3.py.
- Moved module
sra_client
intozero_ex
namespace. - Fixed regular expression that validates numeric values. Before, validation would fail for all of: maker and taker fees, maker and taker asset amounts, salt, and expiration time.
- Expanded documentation.
- Initial release.