Releases: denodrivers/redis
Releases · denodrivers/redis
v0.41.2
v0.41.1
What's Changed
- fix(experimental/cluster): pass connection options to individual node connections by @esroyo in #600
- chore(deps): bump bahmutov/npm-install from 1.11.2 to 1.12.1 by @dependabot[bot] in #594
- chore(deps): bump actions/setup-node from 6.2.0 to 6.3.0 by @dependabot[bot] in #596
- chore(deps): bump lodash from 4.17.23 to 4.18.1 in /benchmark by @dependabot[bot] in #598
- chore(deps): bump denoland/setup-deno from 2.0.3 to 2.0.4 by @dependabot[bot] in #595
- chore(deps): bump shogo82148/actions-setup-redis from 1.45.0 to 1.49.0 by @dependabot[bot] in #597
- deps(benchmark): migrate yarn to npm by @uki00a in #599
New Contributors
Full Changelog: v0.41.0...v0.41.1
v0.41.0
What's Changed
- feat: support
countargument ofLPOPby @uki00a in #591 - feat: support disabling Nagle's algorithm by @uki00a in #539
- feat: support
LATENCY DOCTORby @uki00a in #545 - feat: implement
HELLOcommand by @uki00a in #527 - feat(RESP3): support map replies by @uki00a in #528
- feat(RESP3): support the null type by @uki00a in #529
- feat(RESP3): support set replies by @uki00a in #531
- feat(RESP3): support boolean replies by @uki00a in #543
- feat(RESP3): support double replies by @uki00a in #544
- feat(RESP3): support verbatim string replies by @uki00a in #546
- feat(RESP3): support big number replies by @uki00a in #549
- feat(RESP3): support blob error replies by @uki00a in #550
- feat(RESP3): support attribute replies by @uki00a in #551
- feat(RESP3): support push replies by @uki00a in #552
- fix: improve handling of concurrent connection attempts by @uki00a in #566
- ci: run tests on Redis 8.0 by @uki00a in #526
Full Changelog: v0.40.0...v0.41.0
v0.40.0
v0.39.0
What's Changed
- BREAKING: rename
CommandExecutortoClientby @uki00a in #506 - feat: add
Client#subscribeby @uki00a in #507 - feat(experimental/pool): support Pub/Sub by @uki00a in #508
- deps: bump Deno to
2.2.6by @uki00a in #505 - docs(README.md): mention connection pooling by @uki00a in #509
Full Changelog: v0.38.0...v0.39.0
v0.38.0
v0.37.1
What's Changed
- fix:
reconnectedshould also be fired before retrying the command by @uki00a in #482 - fix: support long lines by @ArturSharapov in #484
Full Changelog: v0.37.0...v0.37.1
v0.37.0
v0.36.0
What's Changed
- feat: add self-signed root ca support for tls by @ardabeyazoglu in #470
- feat: always use TLS if
caCertsis specified by @uki00a in #471 - feat: export experimental modules by @uki00a in #472
New Contributors
- @ardabeyazoglu made their first contribution in #470
Full Changelog: v0.35.0...v0.36.0
v0.35.0 - `deno-redis` is now on JSR
What's Changed
- deps: upgrade
@std/{assert,async,bytes,testing}by @uki00a in #461 - deps: migrate
lodash-esto@std/{collections,random}by @uki00a in #462 - deps:
deno@2.1.1by @uki00a in #464 - ci: add
lintjob by @uki00a in #463 - ci: run
deno publish --dry-runby @uki00a in #465 - chore: change the package name to
@db/redisby @uki00a in #466 - ci: add
.github/workflows/publish.ymlto publishdeno-redisto JSR by @uki00a in #467
Full Changelog: v0.34.0...v0.35.0