Releases: dkorobtsov/plinter
Releases · dkorobtsov/plinter
5.3.3
What's Changed
- Reformat code to match editorconfig. by @dkorobtsov in #17
- Migrate to versions catalog by @dkorobtsov in #18
- Add dependabot configuration by @dkorobtsov in #19
- Don't run sonar for dependabot triggered PRs by @dkorobtsov in #27
- Bump actions/checkout from 3 to 4 by @dependabot in #20
- Bump actions/setup-java from 2 to 3 by @dependabot in #21
- Bump org.assertj:assertj-core from 3.11.1 to 3.24.2 by @dependabot in #22
- Bump org.apache.logging.log4j:log4j-core from 2.11.0 to 2.20.0 by @dependabot in #25
- Bump testLoggerVersion from 1.6.0 to 3.2.0 by @dependabot in #26
- Add dependency graph submission workflow by @dkorobtsov in #28
- Bump com.squareup.okio:okio from 2.1.0 to 3.5.0 by @dependabot in #24
- Bump retrofitVer from 2.5.0 to 2.9.0 by @dependabot in #23
- Bump org.json:json from 20180130 to 20230618 by @dependabot in #29
- Bump junit:junit from 4.12 to 4.13.2 by @dependabot in #33
- Bump moshiVer from 1.8.0 to 1.15.0 by @dependabot in #31
- Bump com.squareup.okhttp3:logging-interceptor from 3.9.1 to 4.11.0 by @dependabot in #32
- Bump org.apache.httpcomponents:httpclient from 4.5.1 to 4.5.14 by @dependabot in #30
- Bump org.apache.httpcomponents:httpasyncclient from 4.1.4 to 4.1.5 by @dependabot in #34
- Bump org.sonarqube from 4.3.0.3225 to 4.3.1.3277 by @dependabot in #35
- Bump com.sparkjava:spark-core from 2.8.0 to 2.9.4 by @dependabot in #36
- Bump org.apache.httpcomponents:httpmime from 4.5.6 to 4.5.14 by @dependabot in #38
- Bump jvm from 1.9.0 to 1.9.10 by @dependabot in #37
New Contributors
- @dependabot made their first contribution in #20
Full Changelog: 5.3.2...5.3.3
5.3.2
5.3.1
5.3.0
What's Changed
- Project Maintenance by @dkorobtsov in #6
- Add quality plugin by @dkorobtsov in #7
- Move qodana to separate workflow by @dkorobtsov in #13
- Configure publishing by @dkorobtsov in #14
Full Changelog: 5.2.3...5.3.0
5.2.3
5.2.2
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
Bug fixes:
Fixed issue when target url did not contain any encoded path segments.
Thanks to @azakordonets for PR.
5.2-SNAPSHOT
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
Merge develop into master
5.0-SNAPSHOT
Merge develop into master