Skip to content

Releases: Moesif/moesif-rack

v2.2.3

29 Jan 21:53
f5eb4da
Compare
Choose a tag to compare
  1. 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

15 Nov 20:16
d6eefc8
Compare
Choose a tag to compare
  • capture outgoing events that are send in a different process than the initial process where the middleware is initiated.

2.2.1

01 Nov 21:32
866063d
Compare
Choose a tag to compare
  • 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

26 Sep 23:56
f838402
Compare
Choose a tag to compare

Increase default queue size.

2.1.0

16 Aug 23:49
a6b788d
Compare
Choose a tag to compare

Support Faraday 1.x in addition to 2.x

v2.0.3

15 Aug 23:08
878ad6a
Compare
Choose a tag to compare
  • Cleaned up dependencies to reduce version conflicts.

v2.0.2

14 Aug 22:57
a623c4d
Compare
Choose a tag to compare
  • loosen up dependencies
  • install your own version of rack

v2.0.1

24 Jul 21:51
aa229a6
Compare
Choose a tag to compare
  1. Updated to use Moesif_api 2.0.1 which uses faraday.
  2. Some optimizations: captured outgoing api calls are batched together with incoming.

v1.5.1

10 Jul 18:14
d3a9249
Compare
Choose a tag to compare

Release Notes:

  • Added support for governance rules.
  • Added support for apply rule.
  • Performance Improvement.

v1.4.19

22 Feb 02:33
4ab439f
Compare
Choose a tag to compare

Release Notes:

  • Changed default queue_size to 1000
  • Changed default batch_size to 200
  • 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