Skip to content

Commit dbb59f4

Browse files
committed
1.42.0
1 parent e7bb2db commit dbb59f4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ Content-Type: application/json
218218
[29CDD5AE-1A5D-4135-B76E-52A8973985E4]
219219
<-- ✅ 200 OK (100ms, 15-byte body)
220220
```
221-
Log message format can be customized with the `.loggingComponents(_:)` modifier.
221+
Log message format can be customized with the `.loggingComponents(_:)` modifier. For example, cURL logs can be enabled with `.loggingComponents(.cURL)`.
222222

223223
### Metrics
224224
`swift-api-client` employs [`swift-metrics`](https://github.com/apple/swift-metrics) for metrics, with `.reportMetrics` configuration customizable via `.reportMetrics(_:)` modifier.
@@ -354,7 +354,7 @@ import PackageDescription
354354
let package = Package(
355355
name: "SomeProject",
356356
dependencies: [
357-
.package(url: "https://github.com/dankinsoid/swift-api-client.git", from: "1.41.0")
357+
.package(url: "https://github.com/dankinsoid/swift-api-client.git", from: "1.42.0")
358358
],
359359
targets: [
360360
.target(

0 commit comments

Comments
 (0)