ydb-go-sdk icon indicating copy to clipboard operation
ydb-go-sdk copied to clipboard

Pure Go native and database/sql driver for YDB

Results 219 ydb-go-sdk issues
Sort by recently updated
recently updated
newest added

Bumps [github.com/golang-jwt/jwt/v4](https://github.com/golang-jwt/jwt) from 4.5.0 to 4.5.2. Release notes Sourced from github.com/golang-jwt/jwt/v4's releases. v4.5.2 See https://github.com/golang-jwt/jwt/security/advisories/GHSA-mh63-6h87-95cp Full Changelog: https://github.com/golang-jwt/jwt/compare/v4.5.1...v4.5.2 v4.5.1 Security Unclear documentation of the error behavior in ParseWithClaims in <=...

dependencies
go

Bumps [github.com/golang-jwt/jwt/v4](https://github.com/golang-jwt/jwt) from 4.5.0 to 4.5.2. Release notes Sourced from github.com/golang-jwt/jwt/v4's releases. v4.5.2 See https://github.com/golang-jwt/jwt/security/advisories/GHSA-mh63-6h87-95cp Full Changelog: https://github.com/golang-jwt/jwt/compare/v4.5.1...v4.5.2 v4.5.1 Security Unclear documentation of the error behavior in ParseWithClaims in <=...

dependencies
go

## Pull request type Please check the type of change your PR introduces: - [ ] Bugfix - [x] Feature - [ ] Code style update (formatting, renaming) - [...

## Pull request type Please check the type of change your PR introduces: - [x] Bugfix - [ ] Feature - [ ] Code style update (formatting, renaming) - [...

# Bug Report **YDB GO SDK version:** v3.101.0 **Environment** linux, amd64 **Current behavior:** when set of YDB dynnodes is changed, new endpoints are added to `ydb_go_sdk_driver_conns` metric, but the old...

bug

Bumps [golang.org/x/net](https://github.com/golang/net) from 0.33.0 to 0.36.0. Commits 85d1d54 go.mod: update golang.org/x dependencies cde1dda proxy, http/httpproxy: do not mismatch IPv6 zone ids against hosts fe7f039 publicsuffix: spruce up code gen and...

dependencies
go

## Pull request type Please check the type of change your PR introduces: - [ ] Bugfix - [ ] Feature - [ ] Code style update (formatting, renaming) -...

CI

https://github.com/ydb-platform/ydb-go-sdk/blob/273a3f974b194eb8bfe5196beadb7de59b741fad/internal/topic/topicreadercommon/decoders.go#L13-L13 similar to writes pool: https://github.com/ydb-platform/ydb-go-sdk/blob/273a3f974b194eb8bfe5196beadb7de59b741fad/internal/topic/topicwriterinternal/encoders.go#L26-L26

enhancement
good first issue
topic

# Feature Request add the ability to generate a path based on the second FunctionID argument. convert this: ``` func (*Conn) Method() { ... stack.FunctionID("", stack.Package("database/sql")) ... } ``` to...

enhancement