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

dolt 1.43.1 #192054

Merged
merged 2 commits into from
Sep 27, 2024
Merged

dolt 1.43.1 #192054

merged 2 commits into from
Sep 27, 2024

Conversation

BrewTestBot
Copy link
Member

Created by brew bump


Created with brew bump-formula-pr.

release notes
# Merged PRs

dolt

  • 8398: Add pointer for dolt_docs schema so it can be replaced by doltgres
  • 8397: [statsnoms] MCV encoding needs to be delimiter safe
    The PR from earlier in the week encoded stats bucket bound rows with prolly formatting. I neglected to encode MCVs in the same way, which are also rows and are subject to the same bugs.
  • 8391: Return information_schema schema for doltgres
    GMS PR: Support information_schema views/tables hooks for doltgres dolthub/go-mysql-server#2678
  • 8390: doltgres fixes for constraint violation tables
  • 8382: Improve Error Handling for Tags
    Changes:
  • 8381: Fix diff related table functions for doltgres
  • 8380: Fix dolt_clean and dolt_checkout for doltgres
  • 8379: Stats safer encode
    We previously used commas as serialization boundaries for multi-field stats tuples (bucket bounds). That worked well for numeric values, and doesn't work well for strings with commas. This uses the prolly serialization code to more safely round trip tuples.
    We still use commas to separate MCV counts, which are integers, and newlines (\n) for index types. If types can have newlines at some point we would want to switch that to prolly encoding as well.
  • 8378: go: doltcore/remotestorage: reliable: Fix leaked goroutines when the context is canceled while reading the HTTP response.
    io.Copy into an io.PipeWriter will block until all the bytes have been delivered or the reader is closed. reliable/http StreamingResponse was constructed to only cancel the request context on Close(), not also clear the Reader. The Reader should also be closed to ensure all finalization can still happen if the Write to the PipeWriter is currently blocked when the context is canceled.
  • 8376: Bug fixes for dolt_reset('table') in doltgres, plus dolt_constaint_vi…
    …olation table output for same
  • 8372: Passing through schema name to fix index creation bug in Doltgres
    Bug fix for schema name being lost when adding a unique index to a table through Doltgres.
    Fixes: Panic creating unique index dolthub/doltgresql#725
  • 8315: update bind variable type

go-mysql-server

vitess

  • 366: allow validate password variables
  • 365: parse vector index syntax
    Supports the following syntax:
    • create table t (v blob, vector index(v))
    • create vector index vec on t(v)
    • alter table t add vector index vec on t(v)

Closed Issues

  • 628: Implement Signed Commits
  • 8377: Dolt clone on tag name results in multiple issues
  • 8386: Dolt export/import warts
  • 8383: Wrong results from group by query with date types
  • 2666: STR_TO_DATE cannot parse "%Y%m%d" format

@github-actions github-actions bot added go Go use is a significant feature of the PR or issue bump-formula-pr PR was created using `brew bump-formula-pr` labels Sep 27, 2024
Copy link
Contributor

🤖 An automated task has requested bottles to be published to this PR.

@github-actions github-actions bot added the CI-published-bottle-commits The commits for the built bottles have been pushed to the PR branch. label Sep 27, 2024
@BrewTestBot BrewTestBot added this pull request to the merge queue Sep 27, 2024
Merged via the queue into master with commit b2bc28f Sep 27, 2024
15 checks passed
@BrewTestBot BrewTestBot deleted the bump-dolt-1.43.1 branch September 27, 2024 01:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bump-formula-pr PR was created using `brew bump-formula-pr` CI-published-bottle-commits The commits for the built bottles have been pushed to the PR branch. go Go use is a significant feature of the PR or issue
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants