All Versions
88
Latest Version
Avg Release Cycle
41 days
Latest Release
718 days ago
Changelog History
Page 1
Changelog History
Page 1
-
v2.14.0 Changes
October 12, 2021🛠 Fixed bugs:
- 🌲 Issues with setting log level #1183
- 👻 null pointer exception #1177
- 🚚 request body inconsistently removed when using writeBoth #1172
- JSON Path filtering is not working with max-body-size #1157
- Only include zalando loogbook dependencies in logbook-bom #1086
Closed issues:
- 🌲 Logging DeferredResult Body #1175
- 🌲 Logging both request and response in a single line #1170
- Grab TransactionId or CorrelationId from header to use as correlationId #1166
- Dynamic path parameters replacing of PathFilters #1164
- Dynamic value replacing of QueryFilters #1155
- sitemesh3 decorator content is not logged by logbook. #1083
- Response should be mapped to it's original Request in some form, Response path should be filterable #1067
🔀 Merged pull requests:
- ⬆️ Bump dependency-check-maven from 6.3.1 to 6.4.1 #1193 (dependabot[bot])
- ⬆️ Bump netty-codec-http from 4.1.68.Final to 4.1.69.Final #1192 (dependabot[bot])
- ⬆️ Bump netty-bom from 4.1.68.Final to 4.1.69.Final #1191 (dependabot[bot])
- ⬆️ Bump mockito.version from 3.12.4 to 4.0.0 #1189 (dependabot[bot])
- ⬆️ Bump lombok from 1.18.20 to 1.18.22 #1188 (dependabot[bot])
- 👷 Adjusted workflow job #1187 (whiskeysierra)
- 🛠 Fixed coveralls usage in workflow #1186 (whiskeysierra)
- ⬆️ Bump ktor.version from 1.6.3 to 1.6.4 #1184 (dependabot[bot])
- ⬆️ Bump okhttp from 4.9.1 to 4.9.2 #1182 (dependabot[bot])
- ⬆️ Bump jackson.version from 2.12.5 to 2.13.0 #1181 (dependabot[bot])
- 🔄 Change the test when the body is unwrapped array #1179 (ismail2ov)
- ⬆️ Bump guava from 30.1.1-jre to 31.0.1-jre #1176 (dependabot[bot])
- ⬆️ Bump spring-boot.version from 2.5.4 to 2.5.5 #1171 (dependabot[bot])
- 0️⃣ Make some HttpMessage methods default #1169 (sokomishalov)
- ⬆️ Bump junit.version from 5.7.2 to 5.8.1 #1167 (dependabot[bot])
- Dynamic path parameters replacing of PathFilters #1165 (ismail2ov)
- 🛠 Fix when request body is empty string #1163 (ismail2ov)
- 🛠 Fix PathNotFoundException when body is unwrapped Array #1162 (ismail2ov)
- 🛠 Fix JsonPathBodyFilterBuilder NP exception when the element value is … #1161 (ismail2ov)
- Only include zalando loogbook dependencies in logbook-bom #1160 (aschugunov)
- ⬆️ Bump assertj-core from 3.20.2 to 3.21.0 #1159 (dependabot[bot])
- ⬆️ Bump kotlin-stdlib from 1.5.30 to 1.5.31 #1158 (dependabot[bot])
- ✅ QueryFilter dynamic value replacing implementation and testing (resolves #1155 ) #1156 (atrujillofalcon)
- 👍 OpenFeign support #1154 (sanyarnd)
- ⬆️ Bump spring-framework-bom from 5.3.9 to 5.3.10 #1153 (dependabot[bot])
- ⬆️ Bump reactor-netty from 1.0.10 to 1.0.11 #1152 (dependabot[bot])
- Dedicated spring-webflux module #1150 (sokomishalov)
- ⬆️ Bump junit.version from 5.7.2 to 5.8.0 #1149 (dependabot[bot])
- ⬆️ Bump netty-codec-http from 4.1.67.Final to 4.1.68.Final #1147 (dependabot[bot])
- ⬆️ Bump netty-bom from 4.1.67.Final to 4.1.68.Final #1146 (dependabot[bot])
- ⬆️ Bump maven-javadoc-plugin from 3.3.0 to 3.3.1 #1144 (dependabot[bot])
- 🚀 Release refs/heads/release/2.13.0 #1143 (github-actions[bot])
- ⚡️ Update README.md replaceBody filters example #1079 (SpiReCZ)
-
v2.13.0 Changes
September 07, 2021🛠 Fixed bugs:
- Path filter doesn't take the end of the path expression into account #1140
- Hot to get correlation id inside spring boot controller/service on slf4j? #1135
- Dependencies clash around com.jayway.jsonpath and excluded minidev library #1074
Closed issues:
- Dynamic value replacing of JsonPath filters #1127
- ➕ add current time field for request and response log #1122
- Micronaut integration #1106
- 🌲 User can not add AsyncListener which can do something before log write #1002
🔀 Merged pull requests:
- Check that all filter parts have been used when running out of input string #1142 (skjolber)
- ⬆️ Bump dependency-check-maven from 6.2.2 to 6.3.1 #1138 (dependabot[bot])
- ⚡️ Updated ktor to 1.6.3 #1136 (whiskeysierra)
- ⬆️ Bump jackson.version from 2.12.4 to 2.12.5 #1130 (dependabot[bot])
- ✅ JsonPath dynamic value replacing implementation and testing ( resolves #1127 ) #1128 (atrujillofalcon)
- ⬆️ Bump mockito.version from 3.11.2 to 3.12.4 #1126 (dependabot[bot])
- ⬆️ Bump kotlin-maven-plugin from 1.5.21 to 1.5.30 #1124 (dependabot[bot])
- ⬆️ Bump kotlin-stdlib from 1.5.21 to 1.5.30 #1123 (dependabot[bot])
- ⚡️ Update maven wrapper version to 3.8.2 #1121 (DanielFran)
- ⬆️ Bump spring-boot.version from 2.5.3 to 2.5.4 #1118 (dependabot[bot])
- 🚀 Release refs/heads/release/2.12.0 #1117 (github-actions[bot])
- ✅ logbook-ktor test and double-read fixes #1116 (sokomishalov)
-
v2.12.0 Changes
August 17, 2021🛠 Fixed bugs:
- Unknown spring property secure-filter.enabled #1109
- ✅
test
scope of guava in BOM #1084 - Type "x-www-form-urlencoded" Request Parameters Not Available #1077
- For remote request write response body before request body. Relevant for Netty #1071
Closed issues:
- LogbookClientHttpRequestInterceptor throws IOException in Spring #1093
- Apache HttpClient 5.0 #1008
- Please add CHANGELOG.md :) #944
🔀 Merged pull requests:
- 🔒 Bump spring-security-web from 5.5.1 to 5.5.2 #1115 (dependabot[bot])
- ⬆️ Bump netty-bom from 4.1.66.Final to 4.1.67.Final #1114 (dependabot[bot])
- ⬆️ Bump netty-codec-http from 4.1.66.Final to 4.1.67.Final #1113 (dependabot[bot])
- ⬆️ Bump reactor-netty from 1.0.9 to 1.0.10 #1111 (dependabot[bot])
- ➕ Add
logbook.secure-filter.enabled
to the additional-spring-configuration-metadata.json #1110 (sokomishalov) - ⬆️ Bump jmh.version from 1.32 to 1.33 #1108 (dependabot[bot])
- 🛠 fix code snippet in README.md #1107 (agebhar1)
- logbook-ktor modules #1105 (sokomishalov)
- ⬆️ Bump maven-enforcer-plugin from 3.0.0-M3 to 3.0.0 #1104 (dependabot[bot])
- ⬆️ Bump logback-classic from 1.2.4-groovyless to 1.2.5 #1103 (dependabot[bot])
- ➕ Added first changelog draft #1102 (whiskeysierra)
- ⬆️ Bump logback-classic from 1.2.4 to 1.2.4-groovyless #1101 (dependabot[bot])
- Possible fix for #1071 #1100 (sokomishalov)
- ⬆️ Bump spring-boot.version from 2.5.2 to 2.5.3 #1099 (dependabot[bot])
- ⬆️ Bump slf4j.version from 1.7.31 to 1.7.32 #1097 (dependabot[bot])
- ⬆️ Bump logback-classic from 1.2.3 to 1.2.4 #1096 (dependabot[bot])
- ⬆️ Bump netty-codec-http from 4.1.65.Final to 4.1.66.Final #1095 (dependabot[bot])
- ⬆️ Bump netty-bom from 4.1.65.Final to 4.1.66.Final #1094 (dependabot[bot])
- ⬆️ Bump spring-framework-bom from 5.3.8 to 5.3.9 #1092 (dependabot[bot])
- ⬆️ Bump kotlin-stdlib from 1.5.20 to 1.5.21 #1091 (dependabot[bot])
- ⬆️ Bump reactor-netty from 1.0.8 to 1.0.9 #1090 (dependabot[bot])
- 🗄 Replace deprecated methods of Netty HttpClient and HttpServer #1089 (robeatoz)
- ⬆️ Bump jackson.version from 2.12.3 to 2.12.4 #1088 (dependabot[bot])
- ✅ #1084 Guava test scope #1085 (i8r)
- ⬆️ Bump apiguardian-api from 1.1.1 to 1.1.2 #1082 (dependabot[bot])
- ⬆️ Bump kotlin-stdlib from 1.5.10 to 1.5.20 #1081 (dependabot[bot])
- ⬆️ Bump spring-boot.version from 2.5.1 to 2.5.2 #1080 (dependabot[bot])
- ⬆️ Bump reactor-netty from 1.0.7 to 1.0.8 #1078 (dependabot[bot])
- 🔒 Bump spring-security-web from 5.5.0 to 5.5.1 #1076 (dependabot[bot])
- ⬆️ Bump mockito.version from 3.11.1 to 3.11.2 #1075 (dependabot[bot])
- ⬆️ Bump slf4j.version from 1.7.30 to 1.7.31 #1073 (dependabot[bot])
- ⬆️ Bump assertj-core from 3.20.1 to 3.20.2 #1072 (dependabot[bot])
- 🚀 Release/2.11.0 #1070 (whiskeysierra)
-
v2.11.0 Changes
June 17, 2021🛠 Fixed bugs:
- Error using bodyFilter with jsonPath #1049
🔀 Merged pull requests:
- 🚀 Release/2.10.0 #1069 (whiskeysierra)
- 🛠 Do not fail on missing JSON Path (fixes #1049, fixes #1056) #1066 (PascalSchumacher)
- Apache http client 5 #1058 (sokomishalov)
-
v2.10.0 Changes
June 17, 2021🛠 Fixed bugs:
- 🚀 Leased connections are not released #1059
- www-url-form-encoded parameters are not handed in Spring project #1051
- ✅ Unable to read request body from ServletRequest because InputStream is not cached anymore with latest version #974
Closed issues:
- Need help with bodyFilter #1056
- 0️⃣ How can i disbale to log default params & can i rename "correlation" field #1029
- 👍 Allow filtering of objects and arrays inside the body #1003
- 🔧 HttpLogWriter take log level as configuration #999
🔀 Merged pull requests:
- ⬆️ Bump assertj-core from 3.20.0 to 3.20.1 #1068 (dependabot[bot])
- ⬆️ Bump assertj-core from 3.19.0 to 3.20.0 #1065 (dependabot[bot])
- ⬆️ Bump mockito.version from 3.10.0 to 3.11.1 #1064 (dependabot[bot])
- "lombokify" logbook-httpclient a bit #1063 (sokomishalov)
- ⬆️ Bump dependency-check-maven from 6.1.6 to 6.2.2 #1062 (dependabot[bot])
- ⬆️ Bump spring-boot.version from 2.5.0 to 2.5.1 #1061 (dependabot[bot])
- ⬆️ Bump spring-framework-bom from 5.3.7 to 5.3.8 #1060 (dependabot[bot])
- ⬆️ Bump json-path.version from 2.5.0 to 2.6.0 #1054 (dependabot[bot])
- Close original entity stream in order to avoid connection leak #1052 (brannstrom)
- ⬆️ Bump jmh.version from 1.31 to 1.32 #1050 (dependabot[bot])
- ⬆️ Bump kotlin-stdlib from 1.5.0 to 1.5.10 #1047 (dependabot[bot])
- ⬆️ Bump maven-javadoc-plugin from 3.2.0 to 3.3.0 #1046 (dependabot[bot])
- ⚡️ Updated Maven to version 3.8.1 #1045 (whiskeysierra)
- ⬆️ Bump spring-boot.version from 2.4.5 to 2.5.0 #1044 (dependabot[bot])
- ⬆️ Bump netty-codec-http from 4.1.63.Final to 4.1.65.Final #1043 (dependabot[bot])
- ⬆️ Bump netty-bom from 4.1.64.Final to 4.1.65.Final #1042 (dependabot[bot])
- 🔒 Bump spring-security-web from 5.4.6 to 5.5.0 #1040 (dependabot[bot])
- ⬆️ Bump netty-bom from 4.1.63.Final to 4.1.64.Final #1038 (dependabot[bot])
- ⬆️ Bump junit.version from 5.7.1 to 5.7.2 #1037 (dependabot[bot])
- 🚚 Logbook-json: Remove json-smart dependency. #1036 (PascalSchumacher)
- ⬆️ Bump mockito.version from 3.9.0 to 3.10.0 #1035 (dependabot[bot])
- ⬆️ Bump jmh.version from 1.30 to 1.31 #1034 (dependabot[bot])
- ⬆️ Bump spring-framework-bom from 5.3.6 to 5.3.7 #1033 (dependabot[bot])
- ⬆️ Bump reactor-netty from 1.0.6 to 1.0.7 #1032 (dependabot[bot])
- 🚀 Release/2.9.0 #1031 (whiskeysierra)
-
v2.9.0 Changes
May 11, 2021🔀 Merged pull requests:
- 🔀 Made JsonPathBodyFilter mergeable #1030 (whiskeysierra)
- ⬆️ Bump maven-gpg-plugin from 1.6 to 3.0.1 #1028 (dependabot[bot])
- 🚀 Release/2.8.0 #1027 (whiskeysierra)
- ➕ Add JsonPath body filters #1022 (vdsirotkin)
-
v2.8.0 Changes
May 08, 2021🔀 Merged pull requests:
- 💅 Applied code style #1026 (whiskeysierra)
- 👍 create support for absent header condition #1025 (Mikhail-Polivakha)
- ⬆️ Bump jmh.version from 1.29 to 1.30 #1024 (dependabot[bot])
- ⬆️ Bump jacoco-maven-plugin from 0.8.6 to 0.8.7 #1023 (dependabot[bot])
- ⬆️ Bump spring-framework-bom from 5.3.5 to 5.3.6 #1021 (dependabot[bot])
- 🔒 Bump spring-security-web from 5.4.5 to 5.4.6 #1020 (dependabot[bot])
- ⬆️ Bump jersey-bom from 2.33 to 2.34 #1019 (dependabot[bot])
- ⬆️ Bump jackson.version from 2.12.2 to 2.12.3 #1018 (dependabot[bot])
- 🚀 Release/2.7.0 #1016 (whiskeysierra)
-
v2.7.0 Changes
May 03, 2021🛠 Fixed bugs:
- 🔧 Body in response is filtered even though no related configuration is present #1011
- Empty or truncated servlet http response on async request #954
🔀 Merged pull requests:
- ⬆️ Bump dependency-check-maven from 6.1.5 to 6.1.6 #1015 (dependabot-preview[bot])
- ⬆️ Upgrade to GitHub-native Dependabot #1014 (dependabot-preview[bot])
- ⬆️ Bump kotlin-stdlib from 1.4.32 to 1.5.0 #1012 (dependabot-preview[bot])
- ⬆️ Bump spring-boot.version from 2.4.4 to 2.4.5 #1009 (dependabot-preview[bot])
- ⬆️ Bump reactor-netty from 1.0.5 to 1.0.6 #1006 (dependabot-preview[bot])
- ⬆️ Bumped netty #1001 (whiskeysierra)
- ⬆️ Bump mockito.version from 3.8.0 to 3.9.0 #1000 (dependabot-preview[bot])
- Logbook-netty more extractions #997 (sokomishalov)
- ⬆️ Bump netty-codec-http from 4.1.62.Final to 4.1.63.Final #996 (dependabot-preview[bot])
- ⬆️ Bump lombok from 1.18.18 to 1.18.20 #995 (dependabot-preview[bot])
- ⬆️ Bump dependency-check-maven from 6.1.4 to 6.1.5 #994 (dependabot-preview[bot])
- 🚀 Release/2.6.2 #993 (whiskeysierra)
-
v2.6.2 Changes
April 01, 2021Closed issues:
- Is there anyway to put a condition based on the Response instead of the Request? #990
- how to record request and response at the same line ? #987
🔀 Merged pull requests:
- 🛠 fix: README PathFilter based on property name typo #992 (brnhrdt)
- 🛠 Fix CommonsLogFormatSink class name in the README #991 (salomvary)
- ⬆️ Bump netty-codec-http from 4.1.60.Final to 4.1.62.Final #989 (dependabot-preview[bot])
- ⬆️ Bump dependency-check-maven from 6.1.3 to 6.1.4 #988 (dependabot-preview[bot])
- ⬆️ Bump jmh.version from 1.28 to 1.29 #986 (dependabot-preview[bot])
- capture response where servlet code programmatically starts async dispatch #985 (noffke)
- ⬆️ Bump kotlin-stdlib from 1.4.31 to 1.4.32 #984 (dependabot-preview[bot])
- ⬆️ Bump dependency-check-maven from 6.1.2 to 6.1.3 #983 (dependabot-preview[bot])
- ⬆️ Bump spring-boot.version from 2.4.3 to 2.4.4 #982 (dependabot-preview[bot])
- 🛠 Fixed release script #981 (whiskeysierra)
- 🚀 Release/2.6.1 #980 (whiskeysierra)
-
v2.6.1 Changes
March 18, 2021🛠 Fixed bugs:
- logbook-netty in spring-cloud-gateway: response body not logged #977
🔀 Merged pull requests:
- 🛠 fix: Logback configuration snippet typo #979 (stephanedaviet)
- 🌲 log response body when netty passes in a ByteBuf instead of a HttpContent #978 (noffke)
- ⬆️ Bump spring-framework-bom from 5.3.4 to 5.3.5 #976 (dependabot-preview[bot])
- ⬆️ Bump reactor-netty from 1.0.4 to 1.0.5 #975 (dependabot-preview[bot])
- ⬆️ Bump netty-codec-http from 4.1.59.Final to 4.1.60.Final #973 (dependabot-preview[bot])
- ⬆️ Bump dependency-check-maven from 6.1.1 to 6.1.2 #972 (dependabot-preview[bot])
- 🚀 Release/2.6.0 #971 (whiskeysierra)