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

doltgres 0.9.0 #174304

Merged
merged 2 commits into from
Jun 12, 2024
Merged

doltgres 0.9.0 #174304

merged 2 commits into from
Jun 12, 2024

Conversation

BrewTestBot
Copy link
Member

Created by brew bump


Created with brew bump-formula-pr.

release notes
# Merged PRs

doltgresql

  • 368: /.github/workflows/cd-release.yaml: fix sed command for server version
  • 365: add smoke tests for perl, php and ruby
  • 362: Perform function analysis once
    Functions did their entire overload resolution during Eval, meaning if a function was called 1000 times, then we did overload resolution 1000 times for the exact same function. This changes it so that we only do it once. This optimization was made while investigating our performance benchmarks.
    Of note, errors found during overload resolution are stashed for later. This ensures that other steps in the pipeline retain their error priority. Previously, when this was all done in Eval, stashing wasn't needed.
  • 355: Added correct timeouts to server
    Fixes disabling the session after executing the request dolthub/doltgresql#348
    Idle connections were timing out in 60s before this change.
  • 350: Reworked config
    This change reworks how the data dir, config file and related initialization values are loaded. The main effect is that it's now possible to run doltgres without a config.yaml file.
    The sever config is now resolved in this order
    1. --config flag
    2. config.yaml file if present
    3. Built-in default config values
      The data-dir for this config is then overridden as necessary with a similar pattern:
    4. --data-dir flag
    5. The value in a config.yaml file if, if a file was loaded
    6. The env var DOLTGRES_DATA_DIR
    7. The default ($home/doltgres/databases)
  • 343: support for drop table without a schema name
    This PR has the tests. The fix for the behavior is in Made drop table work with search path dolthub/dolt#7952
  • 339: Release v0.8.0
    Created by the Release workflow to update DoltgreSQL's version

Closed Issues

  • 348: disabling the session after executing the request

@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 Jun 11, 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 Jun 12, 2024
@BrewTestBot BrewTestBot added this pull request to the merge queue Jun 12, 2024
Merged via the queue into master with commit 1a08e38 Jun 12, 2024
14 checks passed
@BrewTestBot BrewTestBot deleted the bump-doltgres-0.9.0 branch June 12, 2024 00:50
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.

None yet

2 participants