Skip to content

0.22.1

Compare
Choose a tag to compare
@oscarbatori oscarbatori released this 25 Nov 02:17

Merged PRs

  • 1045: Conslidated benchmark directory
  • 1043: Vinai/1034 add author info
    This adds the --author tag to dolt commit
  • 1042: Vinai/clean up tags
    Cleans up some of the comments left on #1041
  • 1041: Vinai/1023 remove tag info
    Fixes #1022 and #1023
  • 1040: go/libraries/doltcore/remotestorage: Add hedged download requests to remotestorage/chunk_store.
  • 1039: go/libraries/doltcore/remotestorage: Refactor urlAndRanges a bit.
  • 1038: go/libraries/doltcore/remotestorage: Simplify concurrentExec implementation with errgroup.
  • 1037: proto: Add StreamDownloadLocations to ChunkStoreService.
  • 1036: go/cmd/dolt/commands: added write queries and ancestor commit to filter-branch
  • 1033: Temporary parallelism implementation on indexes
  • 1031: reset --hard
  • 1029: Added dolt_version()
    As version() is used to emulate the target MySQL version, I've added dolt_version() so that one may specifically query the dolt version.
  • 1026: Increased the default sql server timeout to 8 hours
  • 1025: go/libraries/doltcore/remotestorage: chunk_store.go: Small improvements to GetDownloadLocations batch size and HTTP GET error logging.
  • 1024: dolt filter-branch
  • 1022: Skipping tests broken by recent changes to info schema (EXTRA)
  • 1021: != operator now uses indexes

Closed Issues

  • 1034: Add --author option to dolt commit
  • 1023: Remove tag info from EXTRA in dolt SQL schema