Commit a8c291d
authored
Prepare for v1.13.0 release (#376)
## Summary
Bump `DriverVersion` to `1.13.0` and add the `v1.13.0` section to
`CHANGELOG.md`.
### Notable changes since v1.12.0
- Add SPOG (unified) host support: extract the org-id from the cluster
HTTP path for non-Thrift requests, and fix U2M/M2M OAuth on unified AWS
hosts (#367, #374)
- Cap CloudFetch Arrow batches to the server-declared row count to avoid
over-reading (#372)
- Detach result streaming from `QueryContext` cancellation so in-flight
results aren't dropped when the query context is cancelled
([ES-1934053], #373)
## Test plan
- [x] `go test ./... -count=1 -short` passes locally
- [x] Multi-DBR tests in `universe/peco/correctness/go` passed (all 5
suites green on 18.x-photon-scala2.13)
- [ ] CI green
This pull request was AI-assisted by Isaac.
[ES-1934053]:
https://databricks.atlassian.net/browse/ES-1934053?atlOrigin=eyJpIjoiNWRkNTljNzYxNjVmNDY3MDlhMDU5Y2ZhYzA5YTRkZjUiLCJwIjoiZ2l0aHViLWNvbS1KU1cifQ
Signed-off-by: Madhavendra Rathore <madhavendra.rathore@databricks.com>1 parent 9261ac6 commit a8c291d
2 files changed
Lines changed: 6 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
3 | 8 | | |
4 | 9 | | |
5 | 10 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
| 16 | + | |
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| |||
0 commit comments