master
Changed the retry behavior for operation error `TIMEOUT` from `NonRetryable` to `ConditionallyRetryable` (#2153)
Added some named query errors for check results from query service client (#2009)
Modernize Go codebase: adopt modern idioms and upgrade CI tooling (#2082)
* Marked as non-retryable operation error `ABORTED` with internal issue `200509` ("Datashard program size limit exceeded") (#1841)
added Test for check Join error As ydb Error (#2134)
refactoring for pg2ydb project (#1846)
Added retry.Invalid method for mark as invalid concrete object
fix: invalidate sessions on context errors to prevent SESSION_BUSY (#2038)
Upgraded `golangci-lint` to v2.4.0 (#1925)
* Added grpc and operation codes to errors string description
* Added public package `pkg/xtest` with test helpers (#1850)
fix PR issues from @rekby
perf(query): return io.EOF directly without xerrors.WithStackTrace in result iteration (#2123)
enabled nlreturn (#1027)
implement `GRPCStatus` method in `internal/xerrors/transportError`