-
Notifications
You must be signed in to change notification settings - Fork 1
Merged
Conversation
Signed-off-by: helei <helei@itestor.com>
Signed-off-by: helei <helei@itestor.com>
Signed-off-by: helei <helei@itestor.com>
移除对 sql.NullTime 的依赖,改用 timeFormat.Format 统一解析。 新增 nil 值处理,避免空指针问题。 Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
仅在 time.Time 类型断言失败时才进行字符串转换 Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
将 JSONMap 从 type JSONMap map[string]any 改为 struct 类型, 以支持更灵活的类型行为控制。新增 Add/Get/Remove 方法。 Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
将实现 fmt.Stringer 的切片转换为 []string。 Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
为 dataType.Byte 添加 ToInt、ToInt64、ToUint64、ToFloat64、ToString、ToBool、ToInt32、ToInt16、ToByte 方法 Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
- go 1.25.0 -> 1.26 - 升级多个依赖包到最新稳定版本(sarama、elasticsearch、pgx、minio、quic-go、go-redis、etcd、gorm 等) - 移除部分已不再需要的间接依赖(dgryski/go-rendezvous、eapache/queue、go-ini/ini、hashicorp/errwrap、hashicorp/go-multierror、go.yaml.in/yaml/v2、google.golang.org/genproto) - 新增 gorilla/websocket 间接依赖 Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
- 修正 VLinks/VLinksWithScores 返回类型(StringSliceSliceCmd / VectorScoreSliceCmd) - 新增 AR* 系列接口 stub(ARSet/ARGet/ARInsert/ARDel/ARLen/ARScan 等 28 个方法) - 新增 GetToBuffer/SetFromBuffer/JSONSetWithArgs/XNack/XAutoClaimWithDeleted 等接口 stub - 新增 IncrEXInt/IncrEXFloat 接口 stub 配套 go.mod 中 go-redis 升级到 v9.21.0 使用。 Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.