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.github.fppt:jedis-mock from 1.0.11 to 1.1.3 #156

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

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Jul 24, 2024

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

Release notes

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

1.1.3

🚀 New feature

  • Injected Clock support (as requested in #343). See README for details.

🚀 New commands support

  • COPY
  • MOVE
  • EXPIRETIME
  • PEXPIRETIME

🐞 Bugfixes

  • XX, NX, LT, GT options in EXPIRE and PEXPIRE are now supported.
  • KEEPTTL option in SET is now supported.
  • Any expiration time value set in SET ... EX, SETEX and EXPIRE which leads to 64-bit overflow should be reported as invalid expiration time instead of a silent arithmetic overflow.

🧪 Native tests

  • Added partial support of keyspace and expire native test set.

💼 Maintenance

  • Updated dependencies

1.1.2

🐞 Bugfix

  • #480 Non-integer scores in zset get rounded to integer in zrange withscores
  • Thread leak if a large number of RedisServer instances is being created and stopped.

🚀 Enhancement

  • #475 RedisServer now has isRunning() method which allows one to check if the server is running from another thread.

💼 Maintenance

  • Dependencies updates

Thanks @​penev-ff and @​newacct for reporting issues and @​Alex286756 for providing the quick solution

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

... (truncated)

Commits
  • c88b1b0 Release 1.1.3
  • 0e4330b Bump org.redisson:redisson from 3.32.0 to 3.33.0 (#491)
  • b52201d Bump testcontainers.version from 1.19.8 to 1.20.0 (#492)
  • ffd8d45 Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.7.0 to 3.8.0 (#493)
  • 18489f7 Bump io.netty:netty-all from 4.1.111.Final to 4.1.112.Final (#494)
  • e453d1b implement clock injection (#495)
  • 3811c23 Partially support keyspace and expire native tests (#490)
  • 427e7ad Bump org.apache.maven.plugins:maven-release-plugin from 3.1.0 to 3.1.1 (#489)
  • c01bd12 Update list of supported operations
  • bb85a29 Implement COPY, MOVE, EXPIRETIME, PEXPIRETIME (#488)
  • 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.3.
- [Release notes](https://github.com/fppt/jedis-mock/releases)
- [Commits](fppt/jedis-mock@v1.0.11...v1.1.3)

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