Artalk
Artalk copied to clipboard
chore(deps/go): bump the deps group across 1 directory with 25 updates
Bumps the deps group with 16 updates in the / directory:
| Package | From | To |
|---|---|---|
| github.com/adrg/xdg | 0.5.0 |
0.5.3 |
| github.com/cheggaaa/pb/v3 | 3.1.5 |
3.1.7 |
| github.com/eko/gocache/lib/v4 | 4.1.6 |
4.2.0 |
| github.com/go-testfixtures/testfixtures/v3 | 3.12.0 |
3.14.0 |
| github.com/goccy/go-yaml | 1.12.0 |
1.15.23 |
| github.com/gofiber/fiber/v2 | 2.52.5 |
2.52.6 |
| github.com/gofiber/swagger | 1.1.0 |
1.1.1 |
| github.com/jedib0t/go-pretty/v6 | 6.6.0 |
6.6.6 |
| github.com/nikoksr/notify | 1.0.0 |
1.3.0 |
| github.com/redis/go-redis/v9 | 9.6.1 |
9.7.1 |
| github.com/samber/lo | 1.47.0 |
1.49.1 |
| github.com/spf13/cobra | 1.8.1 |
1.9.1 |
| github.com/yuin/goldmark | 1.7.4 |
1.7.8 |
| gorm.io/driver/postgres | 1.5.9 |
1.5.11 |
| gorm.io/driver/sqlite | 1.5.6 |
1.5.7 |
| gorm.io/driver/sqlserver | 1.5.3 |
1.5.4 |
Updates github.com/adrg/xdg from 0.5.0 to 0.5.3
Release notes
Sourced from github.com/adrg/xdg's releases.
v0.5.3
Changelog
- Updated
xdg.SearchRuntimeFileto also look in the operating system's temporary directory for runtime files. This covers unlikely cases in which runtime files cannot be written relative to the base runtime directory either because it does not exist or it is not accessible, soxdg.RuntimeFilesuggests the operating system's temporary directory as a suitable fallback location.Internal
- Improved package testing.
v0.5.2
Changelog
Updated logic of
xdg.RuntimeFile: due to the special nature of theruntime directory, the function no longer attempts to create it if it does not exist. If that's the case, the function uses the operating system'stemporary directoryas a fallback. The function still creates subdirectories relative to the base runtime directory or its fallback.Justification: the creation of the runtime directory is not in the scope of this package as it has special requirements defined by the XDG Base Directory Specification. Relevant excerpt:
The lifetime of the directory MUST be bound to the user being logged in. It MUST be created when the user first logs in and if the user fully logs out the directory MUST be removed. If the user logs in more than once they should get pointed to the same directory, and it is mandatory that the directory continues to exist from their first login to their last logout on the system, and not removed in between. Files in the directory MUST not survive reboot or a full logout/login cycle.
Also, on
Linux, the parent directories of the default user runtime directory are owned by the root user so they cannot be created by a regular user. pam_systemd is usually responsible for creating the runtime directory (/run/user/$UID).v0.5.1
Changelog
- Added support for the non-standard
XDG_BIN_HOMEbase directory. See XDG base directories README section for more details.- Added more config and data search locations on
macOS.
- Added
~/.configat the end of the list of default locations forXDG_CONFIG_DIRS.- Added
~/.local/shareat the end of the list of default locations forXDG_DATA_DIRS.- Added more application search locations on
Windows:
%ProgramFiles%%ProgramFiles%\Common Files%LOCALAPPDATA%\Programs%LOCALAPPDATA%\Programs\CommonInternal
- Updated
golang.org/x/sysdependency to the latest version.- Improved package testing.
Commits
aa865a5Merge pull request #101 from adrg/update-search-runtime-file71a81ecMinor xdg.SearchRuntimeFile function documentation update88111ebMinor example update in README.md and doc.god9f76beImprove non-existent runtime directory test case800775aUpdate xdg.SearchRuntimeFile to also look in temporary directory2335a68Merge pull request #99 from adrg/improve-runtime-file221e506Minor non-existent runtime directory test case fix on macOS9bbb602Minor error format improvement in pathutil.Create and pathutil.Search987b3ceMinor README.md update3c39d55Add non-existent runtime directory test case- Additional commits viewable in compare view
Updates github.com/cheggaaa/pb/v3 from 3.1.5 to 3.1.7
Commits
555a83brequire go1.1803653c2update go mods6f99b91replace Sprintf to Sprint; possible fix for #227634b527Merge pull request #226 from cheggaaa/dependabot/go_modules/v3/github.com/mat...72db192Merge pull request #225 from secDre4mer/master1897845Bump github.com/mattn/go-colorable from 0.1.13 to 0.1.14 in /v34d7e5a0feat: AIX supportd0803d4Merge pull request #224 from cheggaaa/dependabot/go_modules/v3/github.com/fat...bce8d1aBump github.com/fatih/color from 1.17.0 to 1.18.0 in /v34ca3463Merge pull request #221 from cheggaaa/dependabot/go_modules/v3/github.com/fat...- Additional commits viewable in compare view
Updates github.com/eko/gocache/lib/v4 from 4.1.6 to 4.2.0
Release notes
Sourced from github.com/eko/gocache/lib/v4's releases.
store/redis/v4.2.0
What's Changed
- redis / rediscluster: Upgraded to redis/go-redis v9.0.2 by
@ekoin eko/gocache#204- Upgrade libraries dependencies in stores by
@ekoin eko/gocache#205Full Changelog: https://github.com/eko/gocache/compare/lib/v4.1.3...store/redis/v4.2.0
store/rediscluter/v4.2.0
What's Changed
- redis / rediscluster: Upgraded to redis/go-redis v9.0.2 by
@ekoin eko/gocache#204- Upgrade libraries dependencies in stores by
@ekoin eko/gocache#205Full Changelog: https://github.com/eko/gocache/compare/lib/v4.1.3...store/rediscluter/v4.2.0
store/bigcache/v4.2.0
Full Changelog: https://github.com/eko/gocache/compare/store/rueidis/v4.1.4...store/bigcache/v4.2.0
store/freecache/v4.2.0
Full Changelog: https://github.com/eko/gocache/compare/store/rueidis/v4.1.4...store/freecache/v4.2.0
store/go_cache/v4.2.0
No release notes provided.
store/memcache/v4.2.0
Full Changelog: https://github.com/eko/gocache/compare/store/rueidis/v4.1.4...store/memcache/v4.2.0
store/pegasus/v4.2.0
No release notes provided.
store/rediscluster/v4.2.0
Full Changelog: https://github.com/eko/gocache/compare/store/rueidis/v4.1.4...store/rediscluster/v4.2.0
store/hazelcast/v4.2.0
What's Changed
- fix(tests): replace golang mock by uber-go mock by
@katsuharuin eko/gocache#249- Create Hazelcast store from map instance by
@semihbkgrin eko/gocache#252New Contributors
@katsuharumade their first contribution in eko/gocache#249Full Changelog: https://github.com/eko/gocache/compare/store/bigcache/v4.2.2...store/hazelcast/v4.2.0
lib/v4.2.0
Breaking Changes
⚠️ Using
LoadableCache, theLoadFunction[T any]must now return 3 arguments (including options):</tr></table>
... (truncated)
Commits
08ff381Merge pull request #267 from eko/loadable-optionsa997e57Loadable cache: make options to be re-used in setter (fixes #101)70d4931Merge pull request #260 from okhowang/fix/loadable33d992dMerge pull request #266 from blampe/blampe/ttl41bad53ristretto: return correct ttla125c59Merge pull request #262 from torkelrogstad/patch-12384199Merge pull request #261 from woutslakhorst/master93b1e20Update outdated Godoc linkf2799e8fix Delete and Get for memcachedacdc0e8fix(loadable): cache value in setChannel- Additional commits viewable in compare view
Updates github.com/fatih/color from 1.17.0 to 1.18.0
Release notes
Sourced from github.com/fatih/color's releases.
v1.18.0
What's Changed
- Add RGB API support by
@fatihin fatih/color#225- Bump GitHub workflow actions by
@deiningin fatih/color#235- Bump golang.org/x/sys from 0.18.0 to 0.24.0 by
@dependabotin fatih/color#236- Bump golang.org/x/sys from 0.24.0 to 0.25.0 by
@dependabotin fatih/color#237New Contributors
@deiningmade their first contribution in fatih/color#235Full Changelog: https://github.com/fatih/color/compare/v1.17.0...v1.18.0
Commits
1c8d870Update README.md546c2d0Merge pull request #225 from fatih/add-rgb-api1ff0f97Apply suggestions from code review5723903Add RGB API supportf203fbcMerge pull request #237 from fatih/dependabot/go_modules/golang.org/x/sys-0.25.060aa7fbBump golang.org/x/sys from 0.24.0 to 0.25.0741c2f4Merge pull request #236 from fatih/dependabot/go_modules/golang.org/x/sys-0.24.00d24b42Bump golang.org/x/sys from 0.18.0 to 0.24.0cb154c0Merge pull request #235 from deining/fix-typo9b9653eBump GitHub workflow actions- See full diff in compare view
Updates github.com/go-testfixtures/testfixtures/v3 from 3.12.0 to 3.14.0
Release notes
Sourced from github.com/go-testfixtures/testfixtures/v3's releases.
v3.14.0
- feat(mysql): make multistatements parameter optional (#249 by
@slsyy)- test: remove private api usage in assertFixturesLoaded (#239 by
@slsyy)- Updated dependencies.
v3.13.0
Changelog
Sourced from github.com/go-testfixtures/testfixtures/v3's changelog.
v3.14.0 - 2024-12-22
- feat(mysql): make multistatements parameter optional (#249 by
@slsyy)- test: remove private api usage in assertFixturesLoaded (#239 by
@slsyy)- Updated dependencies.
v3.13.0 - 2024-10-25
Commits
f8ceb32release: v3.14.02d3ec07feat(mysql): make multistatements parameter optional (#249)6ce88d0chore(deps): bump golang.org/x/sync from 0.9.0 to 0.10.0 (#248)a93bf0achore(deps): bump cloud.google.com/go/spanner from 1.71.0 to 1.73.0 (#245)fa63a84chore(deps): bump golang.org/x/sync from 0.8.0 to 0.9.0 (#243)9cbd90dchore(deps): bump cloud.google.com/go/spanner from 1.70.0 to 1.71.0 (#242)0d9033dtest: remove private api usage in assertFixturesLoaded (#239)5205c2frelease: v3.13.02e229a2test: remove private api usages in tests (#221)ef93f5cchore: remove clickhouse underscore import (#220)- Additional commits viewable in compare view
Updates github.com/goccy/go-yaml from 1.12.0 to 1.15.23
Release notes
Sourced from github.com/goccy/go-yaml's releases.
1.15.23
What's Changed
- Fix encoding of string that contains "- " by
@goccyin goccy/go-yaml#657Full Changelog: https://github.com/goccy/go-yaml/compare/v1.15.22...v1.15.23
1.15.22
What's Changed
- Fix format with empty value by
@goccyin goccy/go-yaml#654Full Changelog: https://github.com/goccy/go-yaml/compare/v1.15.21...v1.15.22
1.15.21
What's Changed
- Fix handling of TextUnmarshaler by
@goccyin goccy/go-yaml#649- Fix string representation of MappingNode in flow style by
@semihbkgrin goccy/go-yaml#623- Make UseSingleQuote compliant with the YAML spec by
@mumoshuin goccy/go-yaml#647- Fix format indent by
@goccyin goccy/go-yaml#653Full Changelog: https://github.com/goccy/go-yaml/compare/v1.15.20...v1.15.21
1.15.20
What's Changed
- Support entry token for flow style by
@goccyin goccy/go-yaml#646- Fix format with alias by
@goccyin goccy/go-yaml#648Full Changelog: https://github.com/goccy/go-yaml/compare/v1.15.19...v1.15.20
1.15.19
What's Changed
- Fix format with comment by
@goccyin goccy/go-yaml#645Full Changelog: https://github.com/goccy/go-yaml/compare/v1.15.18...v1.15.19
1.15.18
What's Changed
- Fix toString for TagNode by
@LarsStegmanin goccy/go-yaml#633- fixed typo in ycat install example by
@brammelemanin goccy/go-yaml#640- Add node formatter by
@goccyin goccy/go-yaml#644New Contributors
@brammelemanmade their first contribution in goccy/go-yaml#640Full Changelog: https://github.com/goccy/go-yaml/compare/v1.15.17...v1.15.18
... (truncated)
Commits
89a6600Fix encoding of string that contains "- " (#657)2ac8cfffix format with empty value (#654)548e1b8Fix format indent (#653)13e918aMake UseSingleQuote compliant with the YAML spec (#647)3992548Fix string representation of MappingNode in flow style (#623)48e793cfix unmarshal text (#649)8f17441Fix format with alias (#648)c331468support entry token for flow style. (#646)e6c495efix format with comment (#645)0653c80add node formatter (#644)- Additional commits viewable in compare view
Updates github.com/gofiber/fiber/v2 from 2.52.5 to 2.52.6
Release notes
Sourced from github.com/gofiber/fiber/v2's releases.
v2.52.6
🐛 Bug Fixes
- Use Content-Length for bytesReceived and bytesSent tags in Logger Middleware in v2 by
@gabyin gofiber/fiber#3067- Fix handle un-matched open brackets in the query params by
@dojutsu-userin gofiber/fiber#3121- Middleware/CORS: Remove Scheme Restriction by
@zingiin gofiber/fiber#3168- Respect Immutable config for Body() by
@nickajacks1in gofiber/fiber#3246- Support Square Bracket Notation in Multipart Form data by
@ReneWerner87in gofiber/fiber#3268📚 Documentation
- Add detailed documentation for the templates guide by
@grivera64in gofiber/fiber#3113🛠️ Maintenance
- Update benchmark-action to v1.20.3 by
@gabyin gofiber/fiber#3084- Add CODEOWNERS file by
@gabyin gofiber/fiber#3124- Update dependencies by
@gabyin gofiber/fiber#3254- Add parallel benchmark for Next() by
@gabyin gofiber/fiber#3259Full Changelog: https://github.com/gofiber/fiber/compare/v2.52.5...v2.52.6
Commits
e04f815prepare release v2.52.67eb9d25Support Square Bracket Notation in Multipart Form data (#3268)47be681🧹 chore: Add parallel benchmark for Next() (#3259)c9ff17d🧹 chore: Update dependencies (#3254)56ff2de🐛 fix: Respect Immutable config for Body() (#3246)8c84b0f🩹 fix: Middleware/CORS Remove Scheme Restriction (#3168)6e74114v2: Add CODEOWNERS file (#3124)cb06bc5🩹 Fix: handle un-matched open brackets in the query params (#3121)bfcf91dfix template markdownca935c3📚 Doc: Add detailed documentation for the templates guide (#3113)- Additional commits viewable in compare view
Updates github.com/gofiber/swagger from 1.1.0 to 1.1.1
Release notes
Sourced from github.com/gofiber/swagger's releases.
v1.1.1
🧹 Updates
- build(deps): bump github.com/gofiber/fiber/v2 from 2.52.5 to 2.52.6 (#107)
- build(deps): bump github.com/swaggo/files/v2 from 2.0.1 to 2.0.2 (#108)
- build(deps): bump github.com/swaggo/swag from 1.16.3 to 1.16.4 (#101)
- build(deps): bump dependabot/fetch-metadata from 2.1.0 to 2.2.0 (#98)
- build(deps): bump github.com/swaggo/files/v2 from 2.0.0 to 2.0.1 (#97)
Full Changelog: https://github.com/gofiber/swagger/compare/v1.1.0...v1.1.1
Commits
6c5f065Merge pull request #107 from gofiber/dependabot/go_modules/github.com/gofiber...c044361build(deps): bump github.com/gofiber/fiber/v2 from 2.52.5 to 2.52.6b8bd6e6Merge pull request #108 from gofiber/dependabot/go_modules/github.com/swaggo/...5de16a9build(deps): bump github.com/swaggo/files/v2 from 2.0.1 to 2.0.2e2d9e99Merge pull request #101 from gofiber/dependabot/go_modules/github.com/swaggo/...1cfbf04build(deps): bump github.com/swaggo/swag from 1.16.3 to 1.16.47729f57Merge pull request #98 from gofiber/dependabot/github_actions/dependabot/fetc...4f69bb5build(deps): bump dependabot/fetch-metadata from 2.1.0 to 2.2.03725e39Merge pull request #97 from gofiber/dependabot/go_modules/github.com/swaggo/f...06078c8build(deps): bump github.com/swaggo/files/v2 from 2.0.0 to 2.0.1- See full diff in compare view
Updates github.com/jedib0t/go-pretty/v6 from 6.6.0 to 6.6.6
Release notes
Sourced from github.com/jedib0t/go-pretty/v6's releases.
v6.6.6
What's Changed
- table: fix rebalancing of long merged columns, fixes #350 by
@knrcin jedib0t/go-pretty#353- update dependencies; other minor fixes by
@jedib0tin jedib0t/go-pretty#354New Contributors
@knrcmade their first contribution in jedib0t/go-pretty#353Full Changelog: https://github.com/jedib0t/go-pretty/compare/v6.6.5...v6.6.6
v6.6.5
What's Changed
- text: Wrap* should account for display width; fixes #344 by
@jedib0tin jedib0t/go-pretty#347Full Changelog: https://github.com/jedib0t/go-pretty/compare/v6.6.4...v6.6.5
v6.6.4
What's Changed
- table: RowPainterWithAttributes by
@jedib0tin jedib0t/go-pretty#346Full Changelog: https://github.com/jedib0t/go-pretty/compare/v6.6.3...v6.6.4
v6.6.3
What's Changed
- table: ImportGrid to import a 1d or 2d grid as rows by
@jedib0tin jedib0t/go-pretty#343Full Changelog: https://github.com/jedib0t/go-pretty/compare/v6.6.2...v6.6.3
v6.6.2
What's Changed
- table: defaults for row/header/footer align/valign; fixes #340 by
@jedib0tin jedib0t/go-pretty#341Full Changelog: https://github.com/jedib0t/go-pretty/compare/v6.6.1...v6.6.2
v6.6.1
What's Changed
- table: auto expand columns with Style().Size.WidthMin by
@jedib0tin jedib0t/go-pretty#335- progress: option to remove trackers from screen on completion by
@jedib0tin jedib0t/go-pretty#336- table: change EmptySeparator to be a blank space; fixes #337 by
@jedib0tin jedib0t/go-pretty#338Full Changelog: https://github.com/jedib0t/go-pretty/compare/v6.6.0...v6.6.1
Commits
51030bdupdate dependencies; other minor fixes (#354)2b859b4table: fix rebalancing of long merged columns; fixes #350 (#353)bfe1b7ctext: Wrap* should account for display width; fixes #344 (#347)9dfb82etable: RowPainterWithAttributes; addresses #345 (#346)5994546table: ImportGrid to import a 1d or 2d grid as rows (#343)ada7500table: defaults for row/header/footer align/valign; fixes #340 (#341)840c578table: change EmptySeparator to be a blank space; fixes #337 (#338)730bce7progress: option to remove trackers on completion; fixes #321 (#336)c27402atable: auto expand columns with Style().Size.WidthMin (#335)- See full diff in compare view
Updates github.com/mattn/go-colorable from 0.1.13 to 0.1.14
Commits
1f71342update deps4503567Merge pull request #73 from whereswaldon/patch-140e70a5[Windows] harden system DLL loading603fb50Merge pull request #71 from hymkor/fork-20241118664d917Fix: ESC[E and ESC[F with no arguments did not move the cursor on the legacy ...2b733b5Merge pull request #69 from dolmen-go/merge-appengine-into-others9473000Merge pull request #68 from dolmen-go/do-not-expose-Windows-Writer3cc8472Merge pull request #67 from dolmen-go/ci-go1.20d9a68d5Merge colorable_appengine.go into colorable_others.go8e4a944Windows: do not export Writer- Additional commits viewable in compare view
Updates github.com/nikoksr/notify from 1.0.0 to 1.3.0
Release notes
Sourced from github.com/nikoksr/notify's releases.
v1.3.0
What's Changed
- Allows to set custom properties on a teams client by
@firefartin nikoksr/notify#927Full Changelog: https://github.com/nikoksr/notify/compare/v1.2.0...v1.3.0
v1.2.0
What's Changed
- fix(deps): update aws-sdk-go-v2 monorepo by
@renovatein nikoksr/notify#934- feat(service): PagerDuty service integration by
@tecnologerin nikoksr/notify#933New Contributors
@tecnologermade their first contribution in nikoksr/notify#933Full Changelog: https://github.com/nikoksr/notify/compare/v1.1.1...v1.2.0
v1.1.1
What's Changed
- fix(deps): update module github.com/mailgun/mailgun-go/v4 to v4.18.1 by
@renovatein nikoksr/notify#882- fix(deps): update aws-sdk-go-v2 monorepo by
@renovatein nikoksr/notify#883- chore(deps): update dependency go to v1.23.3 by
@renovatein nikoksr/notify#884- fix(deps): update module google.golang.org/api to v0.205.0 by
@renovatein nikoksr/notify#885- fix(deps): update aws-sdk-go-v2 monorepo by
@renovatein nikoksr/notify#886- fix(deps): update module golang.org/x/sync to v0.9.0 by
@renovatein nikoksr/notify#887- fix(deps): update module github.com/mailgun/mailgun-go/v4 to v4.18.3 by
@renovatein nikoksr/notify#888- fix(deps): update module github.com/mailgun/mailgun-go/v4 to v4.18.5 by
@renovatein nikoksr/notify#889- fix(deps): update module github.com/plivo/plivo-go/v7 to v7.55.0 by
@renovatein nikoksr/notify#890- fix(deps): update aws-sdk-go-v2 monorepo by
@renovatein nikoksr/notify#892- fix(deps): update module google.golang.org/api to v0.206.0 by
@renovatein nikoksr/notify#893- fix(deps): update module github.com/plivo/plivo-go/v7 to v7.55.1 by
@renovatein nikoksr/notify#894- fix(deps): update module maunium.net/go/mautrix to v0.22.0 by
@renovatein nikoksr/notify#895- chore(deps): update codecov/codecov-action action to v5 by
@renovatein nikoksr/notify#891- fix(deps): update aws-sdk-go-v2 monorepo by
@renovatein nikoksr/notify#896- fix(deps): update module github.com/plivo/plivo-go/v7 to v7.56.0 by
@renovatein nikoksr/notify#897- fix(deps): update module google.golang.org/api to v0.208.0 by
@renovatein nikoksr/notify#898- fix(deps): update module google.golang.org/api to v0.209.0 by
@renovatein nikoksr/notify#899- fix(deps): update aws-sdk-go-v2 monorepo by
@renovatein nikoksr/notify#900- fix(deps): update module github.com/stretchr/testify to v1.10.0 by
@renovatein nikoksr/notify#901- fix(deps): update module github.com/mailgun/mailgun-go/v4 to v4.19.0 by
@renovatein nikoksr/notify#903- fix(deps): update module github.com/mailgun/mailgun-go/v4 to v4.19.1 by
@renovatein nikoksr/notify#904- fix(deps): update aws-sdk-go-v2 monorepo by
@renovatein nikoksr/notify#905- fix(deps): update module github.com/mailgun/mailgun-go/v4 to v4.20.0 by
@renovatein nikoksr/notify#906- chore(deps): update dependency go to v1.23.4 by
@renovatein nikoksr/notify#907- fix(deps): update module github.com/mailgun/mailgun-go/v4 to v4.20.2 by
@renovatein nikoksr/notify#908- fix(deps): update module github.com/mailgun/mailgun-go/v4 to v4.20.3 by
@renovatein nikoksr/notify#909- fix(deps): update module github.com/mailgun/mailgun-go/v4 to v4.20.4 by
@renovatein nikoksr/notify#910- fix(deps): update module golang.org/x/sync to v0.10.0 by
@renovatein nikoksr/notify#911- fix(deps): update module google.golang.org/api to v0.210.0 by
@renovatein nikoksr/notify#912- fix(deps): update module firebase.google.com/go/v4 to v4.15.1 by
@renovatein nikoksr/notify#913
... (truncated)
Commits
7af33deAllows to set custom properties on a teams client (#927)be564dbfeat(service): PagerDuty service integration (#933)1df6960fix(deps): update aws-sdk-go-v2 monorepo (#934)6e4d947fix(deps): update aws-sdk-go-v2 monorepo (#932)4ea248efix(deps): update aws-sdk-go-v2 monorepo (#931)1d5d361fix(deps): update module google.golang.org/api to v0.215.0 (#928)ae9fcbffix(deps): update aws-sdk-go-v2 monorepo (#929)364bfdffix(deps): update module github.com/go-lark/lark to v1.15.1 (#926)f78ddc3fix(deps): update module github.com/appleboy/go-fcm to v1.2.2 (#925)08e2faffix(deps): update module github.com/sherclockholmes/webpush-go to v1.4.0 (#924)- Additional commits viewable in compare view
Updates github.com/redis/go-redis/v9 from 9.6.1 to 9.7.1
Release notes
Sourced from github.com/redis/go-redis/v9's releases.
v9.7.1
Changes
- Recognize byte slice for key argument in cluster client hash slot computation (#3049)
- fix(search&aggregate):fix error overwrite and typo #3220 (#3224)
- fix: linter configuration (#3279)
- fix(search): if ft.aggregate use limit when limitoffset is zero (#3275)
- Reinstate read-only lock on hooks access in dialHook to fix data race (#3225)
- fix: flaky ClientKillByFilter test (#3268)
- chore: fix some comments (#3226)
- fix(aggregate, search): ft.aggregate bugfixes (#3263)
- fix: add unstableresp3 to cluster client (#3266)
- Fix race condition in clusterNodes.Addrs() (#3219)
- SortByWithCount FTSearchOptions fix (#3201)
- Eliminate redundant dial mutex causing unbounded connection queue contention (#3088)
- Add guidance on unstable RESP3 support for RediSearch commands to README (#3177)
🚀 New Features
- Add guidance on unstable RESP3 support for RediSearch commands to README (#3177)
🐛 Bug Fixes
- fix(search): if ft.aggregate use limit when limitoffset is zero (#3275)
- fix: add unstableresp3 to cluster client (#3266)
- fix(aggregate, search): ft.aggregate bugfixes (#3263)
- SortByWithCount FTSearchOptions fix (#3201)
- Recognize byte slice for key argument in cluster client hash slot computation (#3049)
Contributors
We'd like to thank all the contributors who worked on this release!
@ofekshenawa,@Cgol9,@LINKIWI,@shawnwgit,@zhuhaicity,@bitsark,@vladvildanov,@ndyakovFull Changelog: https://github.com/redis/go-redis/compare/v9.7.0...v9.7.1
9.7.0
ChangesDescription has been truncated