• S seaweedfs
  • Информация о проекте
    • Информация о проекте
    • Активность
    • Метки
    • Участники
  • Репозиторий
    • Репозиторий
    • Файлы
    • Коммиты
    • Ветки
    • Теги
    • Участники
    • Диаграмма
    • Сравнение
  • Задачи 0
    • Задачи 0
    • Список
    • Доски
    • Спринты
  • Запросы на слияние 5
    • Запросы на слияние 5
  • CI/CD
    • CI/CD
    • Конвейеры
    • Задания
    • Расписания
  • Развертывания
    • Развертывания
    • Окружения
    • Релизы
  • Пакеты и реестры
    • Пакеты и реестры
    • Реестр пакетов
    • Реестр контейнеров
  • Мониторинг
    • Мониторинг
    • Инциденты
  • Аналитика
    • Аналитика
    • Поток ценности
    • CI/CD
    • Репозиторий
  • Wiki
    • Wiki
  • Сниппеты
    • Сниппеты
  • Активность
  • Диаграмма
  • Создать новую задачу
  • Задания
  • Коммиты
  • Доски с задачами
Свернуть панель
  • lebedev.k.m
  • seaweedfs
  • Запросы на слияние
  • !85

build(deps): bump github.com/ydb-platform/ydb-go-sdk/v3 from 3.25.3 to 3.26.10

  • Ревью изменений

  • Скачать
  • Почтовые патчи
  • Простое отличие
Закрыто lebedev.k.m запросил слияние dependabot/go_modules/github.com/ydb-platform/ydb-go-sdk/v3-3.26.10 в master Июн 08, 2022
  • Обзор 1
  • Коммиты 1
  • Конвейеры 0
  • Изменения 2

Created by: dependabot[bot]

Bumps github.com/ydb-platform/ydb-go-sdk/v3 from 3.25.3 to 3.26.10.

Release notes

Sourced from github.com/ydb-platform/ydb-go-sdk/v3's releases.

v3.26.10

  • Fixed syntax mistake in trace.TablePooStateChangeInfo to trace.TablePoolStateChangeInfo

Full Changelog: v3.26.9...v3.26.10

v3.26.9

  • Fixed bug with convert ydb value to time.Duration in result.Scan[WithDefaults,Named]()
  • Fixed bug with make ydb value from time.Duration in types.IntervalValueFromDuration(d)
  • Marked table/types.{IntervalValue,NullableIntervalValue} as deprecated

Full Changelog: v3.26.8...v3.26.9

v3.26.8

  • Removed the processing of trailer metadata on stream calls

Full Changelog: v3.26.7...v3.26.8

v3.26.7

  • Updated the ydb-go-genproto dependency

Full Changelog: v3.26.6...v3.26.7

v3.26.6

  • Defined the SerializableReadWrite isolation level by default in db.Table.DoTx(ctx, func(ctx, tx))
  • Updated the ydb-go-genproto dependency

Full Changelog: v3.26.5...v3.26.6

v3.26.5

  • Disabled the KeepInCache policy for queries without params

Full Changelog: v3.26.4...v3.26.5

v3.26.4

  • Update indirect dependency to gopkg.in/yaml.v3

Full Changelog: v3.26.3...v3.26.4

v3.26.3

  • Removed Deprecated mark from table/session.Prepare method
  • Added comments for table/session.Execute method

Full Changelog: v3.26.2...v3.26.3

v3.26.2

  • Refactored of making permissions from scheme entry

Full Changelog: v3.26.1...v3.26.2

v3.26.1

... (truncated)

Changelog

Sourced from github.com/ydb-platform/ydb-go-sdk/v3's changelog.

v3.26.10

  • Fixed syntax mistake in trace.TablePooStateChangeInfo to trace.TablePoolStateChangeInfo

v3.26.9

  • Fixed bug with convert ydb value to time.Duration in result.Scan[WithDefaults,Named]()
  • Fixed bug with make ydb value from time.Duration in types.IntervalValueFromDuration(d)
  • Marked table/types.{IntervalValue,NullableIntervalValue} as deprecated

v3.26.8

  • Removed the processing of trailer metadata on stream calls

v3.26.7

  • Updated the ydb-go-genproto dependency

v3.26.6

  • Defined the SerializableReadWrite isolation level by default in db.Table.DoTx(ctx, func(ctx, tx))
  • Updated the ydb-go-genproto dependency

v3.26.5

  • Disabled the KeepInCache policy for queries without params

v3.26.4

  • Updated the indirect dependency to gopkg.in/yaml.v3

v3.26.3

  • Removed Deprecated mark from table/session.Prepare method
  • Added comments for table/session.Execute method

v3.26.2

  • Refactored of making permissions from scheme entry

v3.26.1

  • Removed deprecated traces

v3.26.0

  • Fixed data race on session stream queries
  • Renamed internal/router package to internal/balancer for unambiguous understanding of package mission
  • Implemented detection of local data-center with measuring tcp dial RTT
  • Added trace.Driver.OnBalancer{Init,Close,ChooseEndpoint,Update} events
  • Marked the driver cluster events as deprecated
  • Simplified the balancing logic
Commits
  • 5883e6f Release v3.26.10
  • 53969b7 Merge pull request #274 from ydb-platform/fix-traces
  • 08eda19 Merge pull request #273 from ydb-platform/improove-interval-test
  • 0e5d619 * Fixed syntax mistake in trace.TablePooStateChangeInfo to `trace.TablePool...
  • 1ed2d34 check interval type with datetime arithmetic
  • 0d1df93 Release v3.26.9
  • a8cde6f Merge pull request #251 from ydb-platform/interval
  • 672a337 deprecated the constructors of interval value from int64
  • 363606d * Fixed bug with convert ydb value to time.Duration in `result.Scan[WithDef...
  • 819b51c remove explicit SerializableReadWrite option from DoTx (SerializableReadWrite...
  • Additional commits viewable in compare view

Dependabot compatibility score

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 ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Ответственный
Назначить
Проверяющие
Запросить ревью
Оценка трудозатрат
Исходная ветка: dependabot/go_modules/github.com/ydb-platform/ydb-go-sdk/v3-3.26.10