Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

⬆️ Bump com.russhwolf:multiplatform-settings-no-arg from 1.0.0 to 1.3.0 #25

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 1, 2024

Bumps com.russhwolf:multiplatform-settings-no-arg from 1.0.0 to 1.3.0.

Release notes

Sourced from com.russhwolf:multiplatform-settings-no-arg's releases.

v1.3.0

  • Update to Kotlin 2.1.0, Gradle 8.11, and Android Gradle Plugin 8.7.2
  • Add wasmWasi support to multiplatform-settings-coroutines and multiplatform-settings-serialization.
  • Fix an issue in multiplatform-settings-serialization where delegates might return wrong values or crash (#217).

v1.2.0

  • Update to Kotlin 2.0.0, Gradle 8.7, and Android Gradle Plugin 8.3.2
  • Add alternative APIs to multiplatform-settings-serialization that don't require manually passing a serializer (#172). Thanks for contributions by @​findusl
  • New experimental module multiplatform-settings-make-observable to convert non-observable settings to observable by wiring in callbacks when platform observability APIs don't exist (#155, #184). Thanks for contributions by @​psuzn.
  • Add all supported targets to multiplatform-settings-coroutines and multiplatform-settings-serialization, including wasmJs.
  • Add additional targets to multiplatform-settings-datastore based on multiplatform Datastore version 1.1.0
  • Add wasmWasi support to multiplatform-settings, multiplatform-settings-test, and multiplatform-settings-make-observable.
  • Add Stateflow analogs to existing Flow extensions in multiplatform-settings-coroutines. (#156)
  • Make SettingsInitializer public so it's easier to configure custom android.startup initialization or write tests when using multiplatform-settings-no-arg
  • Adjust KeychainSettings to avoid duplicated authentication requests (#193). Thanks for contributions by @​crysxd
  • Modernize gradle and publication config. This shouldn't impact consumers, but please file an issue if you notice anything missing.

v1.1.1

  • Update to Kotlin 1.9.20
  • Fix a crash that could happen when using the no-argument KeychainSettings constructor (#175)

v1.1.0

  • Update to Kotlin 1.9.10, Gradle 8.3, and Android Gradle Plugin 8.1.2
  • Remove deprecated Kotlin/Native targets
  • Add wasm browser target to multiplatform-settings, multiplatform-settings-test, and multiplatform-settings-no-arg (issue #142). This uses the same StorageSettings implementation as in the current js target.
  • Use Dispatchers.IO rather than Dispatchers.Default in multiplatform-settings-coroutines on platforms where it is available (issue #157)
  • Add serialization-aware removeValue() and containsValue() functions to multiplatform-settings-serialization (issue #81)
  • Fix issue with serialization delegates incorrectly falling back to default values (issues #160 and #162)
Changelog

Sourced from com.russhwolf:multiplatform-settings-no-arg's changelog.

v1.3.0 (2024-11-29)

  • Update to Kotlin 2.1.0, Gradle 8.11, and Android Gradle Plugin 8.7.2
  • Add wasmWasi support to multiplatform-settings-coroutines and multiplatform-settings-serialization.
  • Fix an issue in multiplatform-settings-serialization where delegates might return wrong values or crash (#217).

v1.2.0 (2024-09-01)

  • Update to Kotlin 2.0.0, Gradle 8.7, and Android Gradle Plugin 8.3.2
  • Add alternative APIs to multiplatform-settings-serialization that don't require manually passing a serializer ( #172). Thanks for contributions by @​findusl
  • New experimental module multiplatform-settings-make-observable to convert non-observable settings to observable by wiring in callbacks when platform observability APIs don't exist (#155, #184). Thanks for contributions by @​psuzn.
  • Add all supported targets to multiplatform-settings-coroutines and multiplatform-settings-serialization, including wasmJs.
  • Add additional targets to multiplatform-settings-datastore based on multiplatform Datastore version 1.1.0
  • Add wasmWasi support to multiplatform-settings, multiplatform-settings-test, and multiplatform-settings-make-observable.
  • Add Stateflow analogs to existing Flow extensions in multiplatform-settings-coroutines. (#156)
  • Make SettingsInitializer public so it's easier to configure custom android.startup initialization or write tests when using multiplatform-settings-no-arg
  • Adjust KeychainSettings to avoid duplicated authentication requests (#193). Thanks for contributions by @​crysxd
  • Modernize gradle and publication config. This shouldn't impact consumers, but please file an issue if you notice anything missing.

v1.1.1 (2023-11-20)

  • Update to Kotlin 1.9.20
  • Fix a crash that could happen when using the no-argument KeychainSettings constructor (#175)

v1.1.0 (2023-10-09)

  • Update to Kotlin 1.9.10, Gradle 8.3, and Android Gradle Plugin 8.1.2
  • Remove deprecated Kotlin/Native targets
  • Add wasm browser target to multiplatform-settings, multiplatform-settings-test, and multiplatform-settings-no-arg (issue #142). This uses the same StorageSettings implementation as in the current js target.
  • Use Dispatchers.IO rather than Dispatchers.Default in multiplatform-settings-coroutines on platforms where it is available (issue #157)
  • Add serialization-aware removeValue() and containsValue() functions to multiplatform-settings-serialization ( issue #81)
  • Fix issue with serialization delegates incorrectly falling back to default values (issues #160 and #162)
Commits
  • a52f0a1 Prepare version 1.3.0
  • 9777f87 Dependency version bumps
  • 6b6ab66 Re-enable allWarningsAsErrors
  • d63ab03 Update to Kotlin 2.1.0, Gradle 8.11, and Android Gradle Plugin 8.7.2
  • d656c58 Ensure that SettingsEncoder is correctly reset to initial state after finishi...
  • 0f9a6de Update deprecated WASM warning suppressions
  • 1c0abf9 Add recent changes to changelog
  • 7f430d9 Bump Kotlin, Gradle, and some other dependency versions
  • cd0303d Enable WASI in coroutines and serialization modules
  • 5aa0f10 Update android sample versions to fix duplicate class issues
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually 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 <dependency name> 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 [com.russhwolf:multiplatform-settings-no-arg](https://github.com/russhwolf/multiplatform-settings) from 1.0.0 to 1.3.0.
- [Release notes](https://github.com/russhwolf/multiplatform-settings/releases)
- [Changelog](https://github.com/russhwolf/multiplatform-settings/blob/main/CHANGELOG.md)
- [Commits](russhwolf/multiplatform-settings@v1.0.0...v1.3.0)

---
updated-dependencies:
- dependency-name: com.russhwolf:multiplatform-settings-no-arg
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Dec 1, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Dec 1, 2024

The following labels could not be found: gradle.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants