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.jakewharton.rx2:replaying-share-kotlin from 2.0.1 to 2.2.0 #473

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 23, 2023

Bumps com.jakewharton.rx2:replaying-share-kotlin from 2.0.1 to 2.2.0.

Changelog

Sourced from com.jakewharton.rx2:replaying-share-kotlin's changelog.

Version 2.2.0 (2019-09-13)

  • New: createWithDefault factory for supplying a default cached value. Currently, the first subscriber has to wait for the upstream source to emit. By specifying a default value you can deliver a value immediately upon subscribe in a way similar to that if an event from another subscriber had already been cached.
  • New: Annotate public API surface with nullability annotations.

Version 2.1.1 (2019-02-19)

  • Fix: Do not emit cached value if the subscriber immediately disposes/cancel subscription.

Version 2.1.0 (2018-09-22)

  • Fix: Clear cached value when upstream emits a terminal event.
Commits
  • 467a520 [maven-release-plugin] prepare release replaying-share-parent-2.2.0
  • 2b133d3 Prepare version 2.2.0
  • 1b6ad44 Documenation wording tweak
  • 269c2aa Add nullability annotations, validate with NullAway
  • faef275 Update error-prone and fix missing fail warnings
  • 80174ec Adds createWithDefault API
  • 45c3faa Switch from OracleJDK to OpenJDK
  • c051abc [maven-release-plugin] prepare for next development iteration
  • fa4632f [maven-release-plugin] prepare release replaying-share-parent-2.1.1
  • b3c2c47 Prepare version 2.1.1
  • 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 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.jakewharton.rx2:replaying-share-kotlin](https://github.com/JakeWharton/RxReplayingShare) from 2.0.1 to 2.2.0.
- [Changelog](https://github.com/JakeWharton/RxReplayingShare/blob/master/CHANGELOG.md)
- [Commits](JakeWharton/RxReplayingShare@replaying-share-parent-2.0.1...replaying-share-parent-2.2.0)

---
updated-dependencies:
- dependency-name: com.jakewharton.rx2:replaying-share-kotlin
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jul 23, 2023
@ZacSweers ZacSweers enabled auto-merge (squash) July 23, 2023 17:52
@ZacSweers ZacSweers merged commit 7ebf6ca into main Jul 23, 2023
2 checks passed
@ZacSweers ZacSweers deleted the dependabot/gradle/com.jakewharton.rx2-replaying-share-kotlin-2.2.0 branch July 23, 2023 17:52
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.

None yet

1 participant