Skip to content

Conversation

dongjoon-hyun
Copy link
Member

@dongjoon-hyun dongjoon-hyun commented Jun 25, 2025

What's Changed

This PR aims to update the dependencies up-to-date to bring the new features and bug fixes. This is also the foundation to update to the next versions.

Closes #57 .

@dongjoon-hyun
Copy link
Member Author

dongjoon-hyun commented Jun 25, 2025

Since I'm not sure about the official PR title rule (other than feat: and chores:), I used GH-57 like Apache Arrow main repository. Please let me know if there is a rule which I can follow, @kou .

@kou kou changed the title GH-57: Upgrade grpc-swift to 1.26.1 and swift-protobuf to 1.30.0 chore: Upgrade grpc-swift to 1.26.1 and swift-protobuf to 1.30.0 Jun 25, 2025
@kou
Copy link
Member

kou commented Jun 25, 2025

We are using Conventional Commits:

https://github.com/apache/arrow-swift/blob/main/CONTRIBUTING.md

So we should use chore: in this case.

BTW, I want to automate this by Dependabot...:

- package-ecosystem: "swift"
directory: "/"
schedule:
interval: "weekly"
commit-message:
prefix: "chore: "
open-pull-requests-limit: 10

@kou
Copy link
Member

kou commented Jun 25, 2025

https://github.com/apache/arrow-swift/actions/runs/15820798896/job/44589372934#step:3:268

updater | 2025/06/23 09:42:56 ERROR <job_1038919954> Illformed requirement [">= .upToNextMajor(from: \"1.2.0\") // or `.upToNextMinor"]

Hmm. It seems that we can't use upToNextMajor(from: "1.2.0") with Dependabot...

@dongjoon-hyun
Copy link
Member Author

Thanks. Since it's going to be automated, let me close this.

@dongjoon-hyun
Copy link
Member Author

I feel that I don't add any values to Apache Arrow repo and community.

I'll be away from this repo and try to revisit when it's finished.

I'm looking forward to seeing the success of this package as an audience of Swift Package Index.

Thank you for delivering this. Cheers!

@dongjoon-hyun dongjoon-hyun deleted the GH-57 branch June 25, 2025 21:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Upgrade grpc-swift to 1.26.1 and swift-protobuf to 1.30.0
2 participants