Skip to content
This repository has been archived by the owner on Nov 19, 2023. It is now read-only.

Commit

Permalink
update deps & logger label
Browse files Browse the repository at this point in the history
  • Loading branch information
tib committed Jul 5, 2023
1 parent ee54ea9 commit e2f8eb0
Show file tree
Hide file tree
Showing 4 changed files with 37 additions and 19 deletions.
48 changes: 33 additions & 15 deletions Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -5,35 +5,35 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/swift-server/async-http-client.git",
"state" : {
"revision" : "333e60cc90f52973f7ee29cd8e3a7f6adfe79f4e",
"version" : "1.17.0"
"revision" : "78db67e5bf4a8543075787f228e8920097319281",
"version" : "1.18.0"
}
},
{
"identity" : "hummingbird",
"kind" : "remoteSourceControl",
"location" : "https://github.com/hummingbird-project/hummingbird.git",
"state" : {
"revision" : "a2b45b9aa5e09b1a2fa0a20b5dc3e9c208297d6a",
"version" : "1.5.1"
"revision" : "1179f5e1b1c482d1bef141638e4ec921e1f97b22",
"version" : "1.6.0"
}
},
{
"identity" : "hummingbird-core",
"kind" : "remoteSourceControl",
"location" : "https://github.com/hummingbird-project/hummingbird-core.git",
"state" : {
"revision" : "b1f07ff02ea17ca4d6e23c233149fafb77bb8bd2",
"version" : "1.2.1"
"revision" : "4458f691653db58ac55a1aa8ef978709cd7e0749",
"version" : "1.3.1"
}
},
{
"identity" : "hummingbird-services",
"kind" : "remoteSourceControl",
"location" : "https://github.com/feathercms/hummingbird-services",
"location" : "https://github.com/binarybirds/hummingbird-services",
"state" : {
"branch" : "main",
"revision" : "672d78efe708258e68900cdd9f074fc7dc77fa47"
"revision" : "eb57d7783478b8a6408bb7ad3505842e617c9428",
"version" : "1.0.0"
}
},
{
Expand Down Expand Up @@ -81,6 +81,15 @@
"version" : "1.0.4"
}
},
{
"identity" : "swift-distributed-tracing",
"kind" : "remoteSourceControl",
"location" : "https://github.com/apple/swift-distributed-tracing.git",
"state" : {
"revision" : "49b7617717a09f6b781c9a11e1628e3315d8d4fe",
"version" : "1.0.1"
}
},
{
"identity" : "swift-log",
"kind" : "remoteSourceControl",
Expand All @@ -95,17 +104,17 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/apple/swift-metrics.git",
"state" : {
"revision" : "e8bced74bc6d747745935e469f45d03f048d6cbd",
"version" : "2.3.4"
"revision" : "971ba26378ab69c43737ee7ba967a896cb74c0d1",
"version" : "2.4.1"
}
},
{
"identity" : "swift-nio",
"kind" : "remoteSourceControl",
"location" : "https://github.com/apple/swift-nio.git",
"state" : {
"revision" : "f7c46552983b06b0958a1a4c8bc5199406ae4c8a",
"version" : "2.51.0"
"revision" : "6213ba7a06febe8fef60563a4a7d26a4085783cf",
"version" : "2.54.0"
}
},
{
Expand All @@ -122,8 +131,8 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/apple/swift-nio-http2.git",
"state" : {
"revision" : "6d021a48483dbb273a9be43f65234bdc9185b364",
"version" : "1.26.0"
"revision" : "a8ccf13fa62775277a5d56844878c828bbb3be1a",
"version" : "1.27.0"
}
},
{
Expand All @@ -144,6 +153,15 @@
"version" : "1.17.0"
}
},
{
"identity" : "swift-service-context",
"kind" : "remoteSourceControl",
"location" : "https://github.com/apple/swift-service-context.git",
"state" : {
"revision" : "ce0141c8f123132dbd02fd45fea448018762df1b",
"version" : "1.0.0"
}
},
{
"identity" : "swift-service-lifecycle",
"kind" : "remoteSourceControl",
Expand Down
4 changes: 2 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ let package = Package(
.library(name: "HummingbirdAWS", targets: ["HummingbirdAWS"]),
],
dependencies: [
.package(url: "https://github.com/hummingbird-project/hummingbird", from: "1.5.0"),
.package(url: "https://github.com/feathercms/hummingbird-services", branch: "main"),
.package(url: "https://github.com/hummingbird-project/hummingbird", from: "1.6.0"),
.package(url: "https://github.com/binarybirds/hummingbird-services", from: "1.0.0"),
.package(url: "https://github.com/soto-project/soto-core", from: "6.5.0"),
],
targets: [
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ A [Hummingbird](https://github.com/hummingbird-project/hummingbird) extension us
Add the following entry in your `Package.swift` to start using `HummingbirdAWS`:

```swift
.package(url: "https://github.com/feathercms/hummingbird-aws", from: "1.0.0"),
.package(url: "https://github.com/binarybirds/hummingbird-aws", from: "1.0.0"),
```

and `HummingbirdAWS` dependency to your target:
Expand Down
2 changes: 1 addition & 1 deletion Sources/HummingbirdAWS/HummingbirdAWS.swift
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ public extension HBApplication.Services {
func setUpBasicAWSService(
credentialProvider: CredentialProviderFactory = .default,
eventLoopGroup: EventLoopGroup,
logger: Logger = .init(label: "aws-service")
logger: Logger = .init(label: "hb-aws-client")
) {
aws = .init(
credentialProvider: credentialProvider,
Expand Down

0 comments on commit e2f8eb0

Please sign in to comment.