Skip to content

Releases: Moesif/moesif-servlet

v1.1.0

07 May 00:11
Compare
Choose a tag to compare

No Functional changes, refactor of the pom modules and move to Bintray

  • Deploy via Bintray
  • Rename servlet-filter artifact to moesif-servlet
  • Remove Multi Module pom. Not really needed since examples not tied
    to main servlet filter.
  • Bump to 1.1.0

v1.0.5

11 Apr 06:07
Compare
Choose a tag to compare

Fixes:

  • Bug where logged request or response body has a Moesif Parse error rather than the original
    body for certain complex JSON arrays.

Updates:

  • Brodened IP Address capture method to get client IP Addresses when using proxies like Cloudflare, etc.
  • Capture duplicate header keys

Cleanup:

  • Refactor body capture code into separate file

v1.0.4

10 Apr 19:24
Compare
Choose a tag to compare

Fix:
Re-releasing 1.0.3 as 1.0.4 due to missing fixes that were marked for 1.0.3
Autoflush the response buffer for certain servlet envs that don't do so already.

v1.0.3

22 Mar 03:47
Compare
Choose a tag to compare

Fix: Autoflush the response buffer for certain servlet envs that don't do so already.

v1.0.0

21 Mar 20:14
Compare
Choose a tag to compare
Initial Commit