Skip to content

Releases: dkorobtsov/plinter

5.3.4

15 Apr 18:42
9065dac

Choose a tag to compare

What's Changed

Full Changelog: 5.3.3...5.3.4

5.3.3

14 Sep 22:55
c47e7ab

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 5.3.2...5.3.3

5.3.2

13 Sep 23:20
01bbc99

Choose a tag to compare

What's Changed

Full Changelog: 5.3.1...5.3.2

5.3.1

13 Sep 21:20
22d9954

Choose a tag to compare

What's Changed

Full Changelog: 5.3.0...5.3.1

5.3.0

13 Sep 15:57
add4515

Choose a tag to compare

What's Changed

Full Changelog: 5.2.3...5.3.0

5.2.3

09 Jun 22:37
376a812

Choose a tag to compare

Bug fixes:
Fixed issue when target url did not contain any encoded path segments.
Thanks to @scolia for PR.

5.2.2

02 Oct 12:16
ad81dc0

Choose a tag to compare

Changes:
Added option to show intercepted event as a single log message (instead by printing line by line).

can be adjusted by providing logByLine value to LoggerConfig:

LoggerConfig.builder()
        .logByLine(true/false)

Default value is false.

5.2.1-SNAPSHOT

25 Apr 13:28
3db5de5

Choose a tag to compare

Bug fixes:
Fixed issue when target url did not contain any encoded path segments.
Thanks to @azakordonets for PR.

5.2-SNAPSHOT

11 Apr 09:52
051d66a

Choose a tag to compare

Changes:
Adjusted body logging approach to print out body if it has some human readable data instead of relying on provided Content-type headers.

Bug fixes:
Fixed issue when gzip encoded body was displayed as is when interceptor was attached as network interceptor.

5.1.3-SNAPSHOT

11 Feb 14:03
076530e

Choose a tag to compare

5.1.3-SNAPSHOT Pre-release
Pre-release
Merge develop into master