Releases: denodrivers/redis
Releases · denodrivers/redis
v0.38.0
v0.37.1
What's Changed
- fix:
reconnected
should 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
caCerts
is 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-es
to@std/{collections,random}
by @uki00a in #462 - deps:
deno@2.1.1
by @uki00a in #464 - ci: add
lint
job by @uki00a in #463 - ci: run
deno publish --dry-run
by @uki00a in #465 - chore: change the package name to
@db/redis
by @uki00a in #466 - ci: add
.github/workflows/publish.yml
to publishdeno-redis
to JSR by @uki00a in #467
Full Changelog: v0.34.0...v0.35.0
v0.34.0
What's Changed
- feat: support
GET
option of the SET command by @uki00a in #455 - feat: support
EXAT
andPXAT
options of the SET command by @uki00a in #456 - feat: add
nx
andxx
options toSetOpts
by @uki00a in #457 - feat: add
nx
andxx
options toZAddOpts
by @uki00a in #458 - feat: add
SetReply
by @uki00a in #459 - ci: use Redis v7.4 by @uki00a in #451
Full Changelog: v0.33.0...v0.34.0
v0.33.0
v0.32.4
What's Changed
- fix: do not omit args if value is 0 by @ArturSharapov in #435
- fix: use proper xid types for xpending range by @ArturSharapov in #436
New Contributors
- @ArturSharapov made their first contribution in #435
Full Changelog: v0.32.3...v0.32.4