open-feature / kotlin-sdk

Kotlin implementation of the OpenFeature SDK for Android clients
https://openfeature.dev
Apache License 2.0
12 stars 4 forks source link

Rename artifact android-sdk #67

Closed thomaspoignant closed 10 months ago

thomaspoignant commented 11 months ago

The main goal of this repository is to build a client SDK for Android users. For now, the artifact is called Kotlin-sdk that is compatible with Android only, this could be misleading because Kotlin is used in the backend as well and this SDK is not well suited for this usage.

As discussed in the community meeting, it would be great to rename the artifact android-sdk. We don't want to rename the repository since we may have a kotlin server SDK in the future.

nicklasl commented 10 months ago

Taking a look at this right now and thinking about what to do about the versioning... Since we're not at 1.0 yet I don't think we need to bump major. But what about going to 0.2.0 with this change?

thomaspoignant commented 10 months ago

I agree that it could be part of a 0.2.0.

beeme1mr commented 10 months ago

Yes, a sub-1v can be a minor change. That's how Release Please is configured anyway. You can just add a ! to the PR title to mark it a breaking. That will take care of bumping the version and making this change more visible in the release notes.