- Possibility to define callback for request calls prior to validation
JSONRPC2::Interface#before_validation
- Possibility to define callback for server errors with
JSONRPC2::Interface#on_server_error
- Fixed regression introduced in 0.1.1 which makes the valid requests crash
- Stopped exposing application internals publicly on errors
- Improve logging of exceptions / failure
- Turn on timing & logging of all requests
- Improve client validation
- Make params optional in request call
- Add #request to access Rack::Request object
- Make URLs in HTML interface clickable
- Add bundled Bootstrap assets for HTML test interface
- Add Date/Time/DateTime as special string types with regex checks for validation
- Add commandline client jsonrpc2
- Add #auth to access currently authenticated username