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
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)
Bumps ash_postgres from 2.0.0-rc.15 to 2.0.1.
Changelog
Sourced from ash_postgres's changelog.
Commits
9eaa4f3
chore: release version v2.0.10325751
fix: properly parse previous version from migration generationdf53ef8
chore: release version v2.0.0590fb64
fix: ensure thatcodegen
dry run works8ce9693
docs: add additional context for nothing & restrict4e64c6e
docs: revamp changelog1cd8082
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 calls459d853
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)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