9.7.0
- Support Redis search and query capabilities (#2801, #3098)
- Support indexing and querying empty values (#3053)
- Support for Redis JSON with RESP2 protocol (#3146)
We're glad to announce that we added a search and query support in the current release.
- Documentation examples (#3102, #3106, #3110, #3111, #3113, #3114, #3115, #3123, #3124)
- retract v9.5.3 of redisotel and other extra packages (#3108)
- Add test coverage reporting and Codecov badge (#3055)
- Updated module version that points to retracted package version (#3074)
We'd like to thank all the contributors who worked on this release!
@andy-stark-redis, @ipechorin, @ofekshenawa and @vladvildanov
9.7.0-beta.1
- Support Redis search and query capabilities (#2801, #3098)
- Support indexing and querying empty values (#3053)
We're glad to announce that we added a search and query support in the current release.
- Documentation examples (#3102, #3106, #3110, #3111, #3113, #3114, #3115, #3123, #3124)
- retract v9.5.3 of redisotel and other extra packages (#3108)
- Add test coverage reporting and Codecov badge (#3055)
- Updated module version that points to retracted package version (#3074)
We'd like to thank all the contributors who worked on this release!
@andy-stark-redis, @ipechorin, @ofekshenawa and @vladvildanov
9.6.1
This release contains all new features from version 9.6.
- Support Hash-field expiration commands (#2991)
- Support Hash-field expiration commands in Pipeline & Fix HExpire HExpireWithArgs expiration (#3038)
- Support NOVALUES parameter for HSCAN (#2925)
- Added test case for CLIENT KILL with MAXAGE option (#2971)
- Add support for XREAD last entry (#3005)
- Reduce the type assertion of CheckConn (#3066)
In addition minor changes were performed to retract version 9.5.3 and 9.5.4 that were released accidentally.
- Change CI to 7.4.0-RC2 (#3070)
- Retract versions 9.5.3 and 9.5.4 (#3069)
We'd like to thank all the contributors who worked on this release!
@LINKIWI, @b1ron, @gerzse, @haines, @immersedin, @naiqianz, @ofekshenawa, @srikar-jilugu, @tzongw, @vladvildanov, @vmihailenco and @monkey92t
9.6.0
- Support Hash-field expiration commands (#2991)
- Support Hash-field expiration commands in Pipeline & Fix HExpire HExpireWithArgs expiration (#3038)
- Support NOVALUES parameter for HSCAN (#2925)
- Added test case for CLIENT KILL with MAXAGE option (#2971)
- Add support for XREAD last entry (#3005)
- Reduce the type assertion of CheckConn (#3066)
This release includes support for Redis Community Edition (CE) 7.4.0, ensuring compatibility with the latest features and improvements introduced in Redis CE 7.4.0.
- chore(deps): bump golangci/golangci-lint-action from 4 to 6 (#2993)
- Avoid unnecessary retry delay in cluster client following MOVED and ASK redirection (#3048)
- add test for tls connCheck #3025 (#3047)
- fix node routing in slotClosestNode (#3043)
- Update pubsub.go (#3042)
- Change monitor test to run manually (#3041)
- chore(deps): bump rojopolis/spellcheck-github-actions from 0.36.0 to 0.38.0 (#3028)
- Add
(*StatusCmd).Bytes()
method (#3030) - chore(deps): bump golang.org/x/net from 0.20.0 to 0.23.0 in /example/otel (#3000)
We'd like to thank all the contributors who worked on this release!
@LINKIWI, @b1ron, @dependabot, @dependabot[bot], @gerzse, @haines, @immersedin, @naiqianz, @ofekshenawa, @srikar-jilugu, @tzongw, @vladvildanov and @vmihailenco @monkey92t
9.5.4
- add test for tls connCheck #3025 (#3047)
- Support Hash-field expiration commands in Pipeline & Fix HExpire HExpireWithArgs expiration (#3038)
- Support Hash-field expiration for 7.4 CE RC2 (#3040)
- fix node routing in slotClosestNode (#3043)
- Update pubsub.go (#3042)
- Change monitor test to run manually (#3041)
- chore(deps): bump rojopolis/spellcheck-github-actions from 0.36.0 to 0.38.0 (#3028)
- Add
(*StatusCmd).Bytes()
method (#3030) - chore(deps): bump golang.org/x/net from 0.20.0 to 0.23.0 in /example/otel (#3000)
- Add support for XREAD last entry (#3005)
- Remove Redis 7.4.0 tests from RE (#3035)
- Support NOVALUES parameter for HSCAN (#2925)
- Added test case for CLIENT KILL with MAXAGE option (#2971)
- Change redis version from 7.2 to 7.4 in makefile (#3034)
- TimeSeries insertion filters for close samples (#3003)
- RediSearch Support (#2801)
- Support Hash-field expiration commands (#2991)
We'd like to thank all the contributors who worked on this release!
@b1ron, @dependabot, @dependabot[bot], @gerzse, @haines, @immersedin, @naiqianz, @ofekshenawa, @srikar-jilugu, @tzongw and @vladvildanov
9.6.0b1
- Support Hash-field expiration commands (#2991)
- Support NOVALUES parameter for HSCAN (#2925)
- Added test case for CLIENT KILL with MAXAGE option (#2971)
This release includes support for Redis Community Edition (CE) 7.4.0, ensuring compatibility with the latest features and improvements introduced in Redis CE 7.4.0.
9.5.3
- Support Hash-field expiration for 7.4 CE RC2 (#3040)
- fix node routing in slotClosestNode (#3043)
- Update pubsub.go (#3042)
- Change monitor test to run manually (#3041)
- chore(deps): bump rojopolis/spellcheck-github-actions from 0.36.0 to 0.38.0 (#3028)
- Add
(*StatusCmd).Bytes()
method (#3030) - chore(deps): bump golang.org/x/net from 0.20.0 to 0.23.0 in /example/otel (#3000)
- Add support for XREAD last entry (#3005)
- Remove Redis 7.4.0 tests from RE (#3035)
- Support NOVALUES parameter for HSCAN (#2925)
- Added test case for CLIENT KILL with MAXAGE option (#2971)
- Change redis version from 7.2 to 7.4 in makefile (#3034)
- Release/v9.5.3 (#3018)
- RediSearch Support (#2801)
- Support Hash-field expiration commands (#2991)
We'd like to thank all the contributors who worked on this release!
@b1ron, @dependabot, @dependabot[bot], @gerzse, @haines, @immersedin, @ofekshenawa, @srikar-jilugu, @vladvildanov and @vmihailenco
9.5.2
- fix: fix #2681 (#2998)
- Remove skipping span creation by checking parent spans (#2980)
- Handle IPv6 in isMovedError (#2981)
- Fix XGroup first pos key (#2983)
- Adding BitfieldRo in BitMapCmdable interface (#2962)
- Optimize docs useless imports and typo (#2970)
- chore: fix some comments (#2967)
- Fix for issues #2959 and #2960 (#2961)
- fix: #2956 (#2957)
- fix misuses of a vs an (#2936)
- add server address and port span attributes to redis otel trace instrumentation (#2826)
- chore(deps): bump google.golang.org/protobuf from 1.32.0 to 1.33.0 in /example/otel (#2944)
- Remove secrets from Redis Enterprise CI (#2938)
- Fix monitor on go 1.19 (#2908)
- chore(deps): bump google.golang.org/protobuf from 1.28.1 to 1.33.0 in /extra/redisprometheus (#2942)
- Change RE image to public RE image (#2935)
We'd like to thank all the contributors who worked on this release!
@XSAM, @akash14darshan, @daviddzxy, @dependabot, @dependabot[bot], @esara, @hakusai22, @hishope, @kindknow, @monkey92t, @ofekshenawa, @singular-seal and deferdeter