Skip to content

Releases: Treblle/treblle-spring

v1.0.5

26 Nov 19:03

Choose a tag to compare

The fix ensures that when WebLogic 14.1 returns null header values, they are safely converted to empty strings instead of causing a NullPointerException during the masking process.

v2.0.11

24 Nov 16:05
d72cbc5

Choose a tag to compare

Update Maven Workflows

v2.0.10

24 Nov 15:58
4fd0b81

Choose a tag to compare

Apparently sometimes in Weblogic 14.1 header values can be null which would then cause a crash because of masking.

v2.0.6

07 Apr 12:52
dc0f814

Choose a tag to compare

  • Object masking support

v2.0.5

30 Mar 20:46
82f9b1e

Choose a tag to compare

  • Treblle endpoint selection randomization
  • Debug Trebble request/response logging flag

v2.0.4

23 Mar 12:34
8fe3d44

Choose a tag to compare

  • Handle response body masking
  • Improve JSON MediaType parsing
  • Add Treblle configuration bean

v2.0.3

02 Mar 11:53
570df6b

Choose a tag to compare

  • Header masking support

v2.0.2

28 Feb 09:54

Choose a tag to compare

  • Custom filter order support

v2.0.1

21 Jan 21:48
032198d

Choose a tag to compare

  • Custom endpoint URL support
  • Spring 3.1.8 update

v2.0.0

21 Jan 21:16
14caf09

Choose a tag to compare

Update to Spring Boot 3