Releases: Moesif/moesif-rack
Releases · Moesif/moesif-rack
v2.2.3
- added work around for rest-client where it override standard stream object with an customized payload object that doesn't not implement rewind.
v2.2.2
2.2.1
- Support capture multipart/form-data body for outgoing api calls as well.
- Only form data portion and any file metadata is captured, the file itself is skipped.
2.1.1
Increase default queue size.
2.1.0
Support Faraday 1.x in addition to 2.x
v2.0.3
v2.0.2
- loosen up dependencies
- install your own version of rack
v2.0.1
- Updated to use Moesif_api 2.0.1 which uses faraday.
- Some optimizations: captured outgoing api calls are batched together with incoming.
v1.5.1
v1.4.19
Release Notes:
- Changed default
queue_size
to1000
- Changed default
batch_size
to200
- Added support for
max_batch_time
and it defaults to 2 seconds. - Ensured that queue size never grows more than configured
queue_size
- Ensured that
only one
thread/worker is spawned and prevent the plugin from spawning more threads in case of exception or large data-set or any other reason. - Updated README