Skip to content
This repository has been archived by the owner on Sep 14, 2022. It is now read-only.

build(deps): bump ecto_sql from 3.0.5 to 3.1.0 #60

Merged
merged 1 commit into from
Apr 6, 2019

Conversation

dependabot-preview[bot]
Copy link
Contributor

@dependabot-preview dependabot-preview bot commented Apr 2, 2019

Bumps ecto_sql from 3.0.5 to 3.1.0.

Changelog

Sourced from ecto_sql's changelog.

v3.1.0 (2019-04-02)

v3.1 requires Elixir v1.5+.

Enhancements

  • Introduce Ecto.Adapters.MyXQL as an alternative library for MySQL
  • Run all migrations in subdirectories
  • Update to Telemetry v0.4.0 (note the measurements value differ from previous versions)

Bug fixes

  • Respect :ownership_timeout repo configuration on SQL Sandbox
  • Commit and relock after every migration to avoid leaving the DB in an inconsistent under certain failures
Commits
  • 9925a48 Release v3.1.0
  • ed1ec90 Also include jason in docs
  • 46251a2 Release v3.1.0
  • 9045517 Remove outdated timeout options, closes #101
  • d9c12ca Automatically set dynamic_repo for migrations
  • ae5869b Add to Ecto.Migration.Runner repo_name helper function (#96)
  • 3bad7d2 Update CHANGELOG
  • 62c9f68 Add ownership_timeout to pool opts, closes #98
  • b9dfe39 Work with dynamic multi tenant databases (#94)
  • 597e43b Use Ecto.Adapter.Schema.on_conflict, closes #95
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.

If all status checks pass Dependabot will automatically merge this pull request.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot ignore this [patch|minor|major] version will close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Pull request limits (per update run and/or open at any time)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

Finally, you can contact us by mentioning @dependabot.

Copy link

@codelingo codelingo bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@9renpoto
Copy link
Owner

9renpoto commented Apr 6, 2019

@dependabot rebase

@dependabot-preview dependabot-preview bot force-pushed the dependabot/hex/ecto_sql-3.1.0 branch from 21944e1 to 9569e94 Compare April 6, 2019 14:56
Copy link

@codelingo codelingo bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@9renpoto 9renpoto merged commit 24899ad into master Apr 6, 2019
@9renpoto 9renpoto deleted the dependabot/hex/ecto_sql-3.1.0 branch April 6, 2019 15:07
@ghost ghost removed the Status: Review Needed label Apr 6, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants