ash-project / ash_hq

The Ash Framework homepage and documentation site.
MIT License
48 stars 26 forks source link

chore(deps): bump ash_postgres from 2.0.0-rc.15 to 2.0.1 #171

Closed dependabot[bot] closed 5 months ago

dependabot[bot] commented 5 months ago

Bumps ash_postgres from 2.0.0-rc.15 to 2.0.1.

Changelog

Sourced from ash_postgres's changelog.

v2.0.1 (2024-05-12)

Bug Fixes:

  • [AshPostgres.MigrationGenerator] properly parse previous version of custom extensions when generating migrations

v2.0.0

The changelog is starting over. Please see /documentation/1.0-CHANGELOG.md in GitHub for previous changelogs.

Breaking Changes:

  • [Ash.Type.UUID] change defaults in migrations for uuids to gen_random_uuid()
  • [Ash.Type.DateTime] Use UTC for default generated timestamps (#131)
  • [AshPostgres.DataLayer] must now know the min_pg_version that will be used. By default we check this at repo startup by asking the database, but you can also define it yourself.
  • [AshPostgres.DataLayer] Now requires postgres version 14 or higher

Features:

  • [AshPostgres.Timestamptz] add timestamptz types (#266)
  • [AshPostgres.Repo] add create? and drop? callbacks to AshPostgres.Repo (#143)
  • [AshPostgres.DataLayer] support c:AshDataLayer.calculate/3 capability

Bug Fixes:

  • [AshPostgres.MigrationGenerator] honor dry_run option in extension migrations
  • [AshPostgres.MigrationGenerator] don't wait for shell input when checking migrations
  • [AshPostgres.DataLayer] ensure limit/offset triggers joining for update/destroy query
  • [AshPostgres.DataLayer] properly honor limit in bulk operations
  • [AshPostgres.DataLayer] ensure that exists with a filter paired with from_many? functions properly

Improvements:

  • [AshPostgres.Repo] warn on missing ash-functions at compile time
  • [AshPostgres.Repo] add default implementation for pg_version, and rename to min_pg_version
  • [mix ash.rollback] support mix ash.rollback with interactive rollback
  • [AshSql] move many internals out to AshSql package to be shared
Commits
  • 9eaa4f3 chore: release version v2.0.1
  • 0325751 fix: properly parse previous version from migration generation
  • df53ef8 chore: release version v2.0.0
  • 590fb64 fix: ensure that codegen dry run works
  • 8ce9693 docs: add additional context for nothing & restrict
  • 4e64c6e docs: revamp changelog
  • 1cd8082 chore(deps): bump ash from 3.0.0-rc.45 to 3.0.0-rc.46 (#272)
  • f6b1aa3 fix: ensure we don't duplicate selects on destroy_query calls
  • 459d853 fix: resolve_renames that keeps columns to be renamed in list of columns to a...
  • ca141cd chore(deps): bump ash_sql from 0.1.1-rc.18 to 0.1.1-rc.19 (#268)
  • 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.


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 close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor 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)