- Rework the request-response API
* Removes unnecessary helper layer
* Add custom ClientResponse
* Add custom ClientSession
* Move snow.response to snow.request.response
- Handle HTTP 204 before attempting to deserialize content
- Convert dunders to protected members
- Add support for Schema.Meta inner class
- Update schema system
* Improve linked requests
* Improve schema registration
* Add support for built-in schemas (TableSchema currently)
- Refactor fields
* Numeric, NumericMap => Integer, IntegerMap
* Text, TextMap => String, StringMap
- Rework the Pagestream helper code
- Add support for Schema.Meta.return_only in TableSchema
- Improve DeleteRequest
- Fix MappedField payload serialization
- Use use_ssl from config.session when building URL, independent of using native or foreign session