- Add `__repr__` for `ServerContext` and `QueryFilter`. Thanks to AetherUnbound for this contribution.
1.0.0
- BREAKING CHANGE: in labkey.experiment ProtocolOutput has been renamed to RunItem - Provide a default encoder for json.dumps to better handle datetime (14)
0.7.0
- Domain API, see labkey.domain - Fix for error response handling 12. Thanks to thusharaw for this contribution.
0.6.1
- Support non-JSON response formats
0.6.0
- Support api_key in utils.create_server_context. - Support verify_ssl in utils.create_server_context. Thanks to pescobar for this contribution. - Remove SafeTLSAdapter in favor of normal TLS convention. - Improve exception messaging when raising ServerContextError.
0.5.0
- Security API, see labkey.security - ServerContext now a class, support for CSRF - Fix for LSID handling in Experiment objects - Documentation updates