Skip to content

Bump com.github.fppt:jedis-mock from 1.0.11 to 1.1.1#72

Closed
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/maven/com.github.fppt-jedis-mock-1.1.1
Closed

Bump com.github.fppt:jedis-mock from 1.0.11 to 1.1.1#72
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/maven/com.github.fppt-jedis-mock-1.1.1

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Apr 25, 2024

Copy link
Copy Markdown

Bumps com.github.fppt:jedis-mock from 1.0.11 to 1.1.1.

Release notes

Sourced from com.github.fppt:jedis-mock's releases.

1.1.1

🐞 Bugfixes

Streams

  • #452 XADD does not unblock XREAD with BLOCK > 0

Transactions

  • FLUSHALL must be queued inside MULTI-EXEC transaction
  • FLUSHALL must notify all the WAIT-monitored keys
  • MULTI and WAIT inside transaction should return errors but not discard the transaction
  • In case there are errors when collecting the transaction queue, the whole transaction is not executed

💼 Maintenance

  • Code refactoring
  • Dependencies updates

Thanks @​filipezlopez for reporting the bug and @​1BAH for providing the fix and refactorings

1.1.0

🚀 Streams support

Starting from version 1.1.0, JedisMock partially supports stream operations: a feature requested years ago, in particular in tickets #134 and #138.

New commands:

  • XADD
  • XDEL
  • XLEN
  • XRANGE
  • XREAD
  • XREVRANGE
  • XTRIM

🐞 Bug fixes

  • Negative TTL values in commands SETEX, PSETEX, SET should produce an error (instead of setting expiration time in the past).
  • Command submission inside MULTI...EXEC transactions should return QUEUED instead of OK.

💼 Maintenance

Dependencies are updated

Thanks to @​1BAH for development of streams functionality for Jedis-Mock!

1.0.13

🚀 New commands supported

Sorted Set operations

... (truncated)

Commits
  • 3c835e9 release 1.1.1
  • 2bee140 Bump org.redisson:redisson from 3.28.0 to 3.29.0 (#455)
  • 2783e03 Refactor & fix #452 (#456)
  • 4a199d9 Update list of supported operations
  • 1804bad enhance supported_operations list (#454)
  • 7db3ae4 Bump org.apache.maven.plugins:maven-gpg-plugin from 3.2.3 to 3.2.4 (#453)
  • bb6932c Bump com.github.spotbugs:spotbugs-maven-plugin from 4.8.3.1 to 4.8.4.0 (#446)
  • bf1d6f9 Bump org.slf4j:slf4j-api from 2.0.12 to 2.0.13 (#449)
  • 414f06c Bump io.netty:netty-all from 4.1.108.Final to 4.1.109.Final (#450)
  • 72ed3fb Bump org.slf4j:slf4j-simple from 2.0.12 to 2.0.13 (#451)
  • 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.github.fppt:jedis-mock](https://github.com/fppt/jedis-mock) from 1.0.11 to 1.1.1.
- [Release notes](https://github.com/fppt/jedis-mock/releases)
- [Commits](fppt/jedis-mock@v1.0.11...v.1.1.1)

---
updated-dependencies:
- dependency-name: com.github.fppt:jedis-mock
  dependency-type: direct:development
  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 Apr 25, 2024
@dependabot @github

dependabot Bot commented on behalf of github Nov 7, 2024

Copy link
Copy Markdown
Author

Superseded by #73.

@dependabot dependabot Bot closed this Nov 7, 2024
@dependabot dependabot Bot deleted the dependabot/maven/com.github.fppt-jedis-mock-1.1.1 branch November 7, 2024 07:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Area - Dependencies dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants