openimsdk / chat

A business server that includes user registration and login, deployed together with Open-IM-Server, can be used to set up a chat product.
https://openim.io
GNU General Public License v3.0
81 stars 101 forks source link

feat(deps): bump the gomod-deps group with 10 updates #424

Closed dependabot[bot] closed 6 months ago

dependabot[bot] commented 6 months ago

Bumps the gomod-deps group with 10 updates:

Package From To
github.com/google/uuid 1.5.0 1.6.0
google.golang.org/grpc 1.58.0 1.62.0
google.golang.org/protobuf 1.31.0 1.32.0
gorm.io/driver/mysql 1.5.1 1.5.4
gorm.io/gorm 1.25.4 1.25.7-0.20240204074919-46816ad31dde
github.com/alibabacloud-go/tea 1.2.1 1.2.2
github.com/OpenIMSDK/protocol 0.0.21 0.0.55
github.com/livekit/protocol 1.5.0 1.10.1
github.com/redis/go-redis/v9 9.2.1 9.5.1
github.com/xuri/excelize/v2 2.8.0 2.8.1

Updates github.com/google/uuid from 1.5.0 to 1.6.0

Release notes

Sourced from github.com/google/uuid's releases.

v1.6.0

1.6.0 (2024-01-16)

Features

Bug Fixes

Changelog

Sourced from github.com/google/uuid's changelog.

1.6.0 (2024-01-16)

Features

Bug Fixes

Commits


Updates google.golang.org/grpc from 1.58.0 to 1.62.0

Release notes

Sourced from google.golang.org/grpc's releases.

Release 1.62.0

New Features

  • grpc: Add StaticMethod CallOption as a signal to stats handler that a method is safe to use as an instrument key (#6986)

Behavior Changes

  • grpc: Return canonical target string from ClientConn.Target() and resolver.Address.String() (#6923)

Bug Fixes

  • server: wait to close connection until incoming socket is drained (with timeout) to prevent data loss on client-side (#6977)

Performance Improvements

  • *: Allow building without x/net/trace by using grpcnotrace to enable dead code elimination (#6954)
  • rand: improve performance and simplify implementation of grpcrand by adopting math/rand's top-level functions for go version 1.21.0 and newer. (#6925)

Dependencies

  • *: Use google.golang.org/protobuf/proto instead of github.com/golang/protobuf. (#6919)

[!NOTE] The above change in proto library usage introduces a minor behavior change within those libraries. The old github.com/golang/protobuf library would error if given a nil message to Marshal, while the new google.golang.org/protobuf library will successfully output zero bytes in this case. This means server method handlers that did return nil, nil will now return an empty message and no error, while it used to return an error. This also affects the client side, where clients sending nil messages used to fail without sending the RPC, and now they will send an empty message.

Release 1.61.1

Bug Fixes

  • server: wait to close connection until incoming socket is drained (with timeout) to prevent data loss on client-side (#6977)

Release 1.61.0

New Features

  • resolver: provide method, AuthorityOverrider, to allow resolver.Builders to override the default authority for a ClientConn. (EXPERIMENTAL) (#6752)
  • xds: add support for mTLS Credentials in xDS bootstrap (gRFC A65) (#6757)
  • server: add grpc.WaitForHandlers ServerOption to cause Server.Stop to block until method handlers return. (EXPERIMENTAL) (#6922)

Performance Improvements

... (truncated)

Commits


Updates google.golang.org/protobuf from 1.31.0 to 1.32.0

Updates gorm.io/driver/mysql from 1.5.1 to 1.5.4

Commits


Updates gorm.io/gorm from 1.25.4 to 1.25.7-0.20240204074919-46816ad31dde

Commits


Updates github.com/alibabacloud-go/tea from 1.2.1 to 1.2.2

Release notes

Sourced from github.com/alibabacloud-go/tea's releases.

Release version v1.2.2

What's Changed

Full Changelog: https://github.com/alibabacloud-go/tea/compare/v1.2.1...v1.2.2

Commits


Updates github.com/OpenIMSDK/protocol from 0.0.21 to 0.0.55

Release notes

Sourced from github.com/OpenIMSDK/protocol's releases.

v0.0.55

What's Changed

Full Changelog: https://github.com/openimsdk/protocol/compare/v0.0.54...v0.0.55

v0.0.54

Full Changelog: https://github.com/openimsdk/protocol/compare/v0.0.53...v0.0.54

v0.0.53

Full Changelog: https://github.com/openimsdk/protocol/compare/v0.0.52...v0.0.53

v0.0.52

Full Changelog: https://github.com/openimsdk/protocol/compare/v0.0.51...v0.0.52

v0.0.51

Full Changelog: https://github.com/openimsdk/protocol/compare/v0.0.50...v0.0.51

v0.0.50

v0.0.49

What's Changed

Full Changelog: https://github.com/openimsdk/protocol/compare/v0.0.48...v0.0.49

v0.0.48

Full Changelog: https://github.com/openimsdk/protocol/compare/v0.0.47...v0.0.48

What's Changed

Full Changelog: https://github.com/openimsdk/protocol/compare/v0.0.47...v0.0.48

v0.0.47

What's Changed

Full Changelog: https://github.com/openimsdk/protocol/compare/v0.0.46...v0.0.47

v0.0.46

What's Changed

... (truncated)

Commits
  • 09cafc0 Merge pull request #65 from luhaoling/main
  • 148eedd fix: fix the SingleMsgToUserPlatform
  • 6e6742b feat: add GetUserTokenReq token
  • bab90fc feat: add getUserToken rpc and add ex field in MsgInfo
  • 8e26a62 feat: group online status
  • c65feab feat: GetConversationNotReceiveMessageUserIDsReq
  • ddfe05c feat: setUserStatusReq
  • daf3342 feat: NotificationUserInfoUpdateReq add old and new user info
  • 444639b feat: NotificationUserInfoUpdateReq add old and new user info
  • 84b7e0f Merge pull request #64 from FGadvancer/main
  • Additional commits viewable in compare view


Updates github.com/livekit/protocol from 1.5.0 to 1.10.1

Commits


Updates github.com/redis/go-redis/v9 from 9.2.1 to 9.5.1

Release notes

Sourced from github.com/redis/go-redis/v9's releases.

9.5.1

Changes

Note: This release fixes the SETINFO issue from 9.5.0. This release restores connections to redis versions that do not have SETINFO. Thank you to our amazing community for their help with this issue

🐛 Bug Fixes

  • bug: Fix SETINFO ensuring it is set-and-forget (#2915)

🧰 Maintenance

  • docs: README update to highlight how to disable sending client identification (#2913)

Contributors

We'd like to thank all the contributors who worked on this release!

@​ofekshenawa

9.5.0

Changes

Note: This release implements SETINFO by default, and currently breaks with Redis versions prior to 7.2 due to the way the change was implemented. It should have failed silently, but did not. 9.5.1 will fix this. To disable this behaviour, with this release, please DisableIdentity: true in your RedisOptions struct.

🚀 New Features

  • Add object fraq command (#2844)
  • Speed up connections by sending SetInfo via a pipeline (#2880)
  • Add helpers to set libinfo without panic (#2724)

🧰 Maintenance

  • Remove unnecessary Node project definition file (#2863)
  • Add support for specifying bitcount unit as byte or bit, byte default (#2887)
  • fix ConnPool race in newConn (#2885)

📚 Documentation & Testing

  • Docs: update features (#2846)
  • Docs: add bytes in scan struct example (#2836)
  • Tests: add ut for util_test (#2840)

⚙️ Dependencies & Infrastructure

  • chore: update OpenTelemetry and Uptrace to the latest version (#2864)
  • chore(deps): bump release-drafter/release-drafter from 5 to 6 (#2883)
  • chore(deps): bump rojopolis/spellcheck-github-actions from 0.35.0 to 0.36.0 (#2889)
  • chore(deps): bump golangci/golangci-lint-action from 3 to 4 (#2890)
  • Change RE image to 7.2.4-108 (#2884)
  • Add CredentialsProvider to ClusterOptions (#2791)

Contributors

... (truncated)

Commits


Updates github.com/xuri/excelize/v2 from 2.8.0 to 2.8.1

Release notes

Sourced from github.com/xuri/excelize/v2's releases.

v2.8.1

We are pleased to announce the release of version 2.8.1. Featured are a handful of new areas of functionality and numerous bug fixes.

A summary of changes is available in the Release Notes. A full list of changes is available in the changelog.

Release Notes

The most notable changes in this release are:

Breaking Change

  • Upgrade requirements Go language version is 1.18 or later, for upgrade of dependency package golang.org/x/net
  • Change the data type for the HeaderFooterOptions structure fields AlignWithMargins and ScaleWithDoc as a pointer, resolve issue #1645
  • Remove unused exported data structure ShapeColor

Notable Features

  • Add new exported function SetCellUint, related issue #1681
  • Add new exported function GetPictureCells for get all picture cells, related issue #1218
  • Add new exported function GetConditionalStyle for get the conditional format style definition, related issue #1690
  • Add new exported function GetHeaderFooter for get the worksheet header and footer
  • Add new exported function AddSlicer for adding table and pivot table slicers
  • Add new exported function GetPivotTables for get pivot tables
  • Add new exported function DeletePivotTable for delete pivot table
  • Add a new Name field in the PivotTableOptions to support specify pivot table name
  • New support 7 formula functions: DBCS, SEARCH, SEARCHB, TEXT, TEXTAFTER, TEXTBEFORE and xlfn.ANCHORARRAY
  • Add export ChartLineType enumeration to specify the chart line type, related issue #1706
  • Add new Border field in the Chart data type to set the chart area border
  • Add new Type field in the ChartLine type to set the line type
  • Add new exported source relationship and namespace NameSpaceSpreadSheetXR10, ContentTypeSlicer, ContentTypeSlicerCache, and SourceRelationshipSlicer
  • Add new exported extended URI ExtURIPivotCacheDefinition
  • Allow dot character in the defined name, table name, or pivot table name
  • Keep all cells value in the table range when deleting table
  • Support format cell value with fraction number format code
  • Support delete image files from the workbook internally when deleting pictures to reduce generated workbook size and resolve potential security issues
  • Support set the height and width for the comment box, related issue #1688
  • Support update conditional formatting, data validations, defined names, drawing objects, formula reference and volatile dependencies on inserting/deleting columns/rows, related issues #1306 and #1615
  • Support 6 new kinds of conditional formatting types: text, blanks, no blanks, errors, no errors and time period
  • Support calculate formula with multiple dash arithmetic symbol
  • Support copy conditional format and data validation on duplicate row, related issue #1729
  • Support unset custom row height if the height value is -1 when using the SetRowHeight function
  • The SetRowHeight function will return an error if given an invalid row height value
  • The AddChart function support set the data labels position for the chart, related issue #1704
  • The AddChart function support set solid color or transparent fill for chart area, plot area, and maker, add a new field Fill in Chart, ChartPlotArea, and ChartMarker data type, related issue #1786
  • The AddChart function support set chart axis font family, size and strike style, related issue #1809
  • Add new field DataLabelPosition in the ChartSeries data type, support to sets the position of the chart series data label
  • Add new field BubbleSize in the Chart data type, support set the bubble size in all data series for the bubble chart or 3D bubble chart
  • Add new exported ChartDataLabelPositionType data type
  • The GetPictureCells and GetPictures function support get embedded cell images created by Kingsoft WPS™ Office, related issue #664
  • The SetConditionalFormat function support set conditional formatting with multiple cell ranges, related issue #1783

... (truncated)

Commits
  • 688808b This closes #1819, formula calculation engine support array formulas
  • 02b84a9 This closes #1820, converted styleFillVariants from slice to func (#1821)
  • ee2ef15 This closes #1815, cell value reading functions inherit the Options settings ...
  • 9cbe3b6 This closes #1807, calculation engine support date and formula type cell (#1810)
  • bba155e This closes #1805, support set chart axis font family, size and strike style ...
  • a258e3d Fix CalcCellValue does not return raw value when enable RawCellValue (#1803)
  • 99e91e1 This closes #1794, add new GetBaseColor function (#1798)
  • 9a68553 This closes #1792, support to update defined names reference when rename work...
  • e4497c4 ref #65, new formula function: DBCS (#1791)
  • 9b07898 This closes #1789, delete VML shape on delete comment (#1790)
  • Additional commits viewable in compare view


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 ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore ` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore ` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore ` will remove the ignore condition of the specified dependency and ignore conditions
dependabot[bot] commented 6 months ago

Looks like these dependencies are updatable in another way, so this is no longer needed.