Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update CHANGELOG.md #1622

Merged
merged 1 commit into from
Jan 30, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
* Bumped dependencies:
- `golang.org/x/net from` v0.23.0 to v0.33.0
- `golang.org/x/sync from` v0.6.0 to v0.10.0
- `golang.org/x/sys from` v0.18.0 to v0.28.0
- `golang.org/x/text from` v0.14.0 to v0.21.0
- `github.com/golang-jwt/jwt/v4` from v4.4.1 to v4.5.0

## v3.99.0
* Added `ydb.WithExecuteDataQueryOverQueryClient(bool)` option to execute data queries from table service
client using query client API. Using this option you can execute queries from legacy table service client
Expand Down
Loading