This release adds date-time interop for UUIDv7 as a separate module.
Also, the Parcelable implementation was reworked causing ABI changes for non-android source sets, due previous needed expect/actual modifier.
Upcoming changes
Kotlin stdlib starting 2.0.20 will finally contain a UUID implementation. Therefor, the next release of this library will deprecate this implemenation.
This library will move to the std kotlin.uuid.Uuid class in the future and focus on additional functionality or draft versions, like UUIDv5 or UUIDv7.
You can trigger a rebase of this PR by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Bumps app.softwork:kotlinx-uuid-core from 0.0.25 to 0.0.26.
Release notes
Sourced from app.softwork:kotlinx-uuid-core's releases.
... (truncated)
Commits
5636665
Add kotlinx-datetime module (#198) (#351)80ee65f
Simplify android test (#360)d84f6bb
Bump org.jetbrains.kotlinx.kover from 0.8.1 to 0.8.2 (#359)b83290a
Bump exposed from 0.51.1 to 0.52.0 (#356)56390a1
Bump serialization from 1.7.0 to 1.7.1 (#355)4a80ea9
Switch to multiplatform Parcelize annotation (#337)43ac33a
Bump androidx.test.ext:junit-ktx from 1.1.5 to 1.2.1 (#357)a7e30c9
Bump androidx.test:runner from 1.6.0 to 1.6.1 (#358)7c77343
Bump androidx.test:runner from 1.5.2 to 1.6.0 (#353)ca237aa
Bump org.jetbrains.kotlinx.kover from 0.7.6 to 0.8.1 (#347)You can trigger a rebase of this PR by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show