Skip to content

Commit

Permalink
chore: release version v2.0.0-rc.9
Browse files Browse the repository at this point in the history
  • Loading branch information
zachdaniel committed Apr 23, 2024
1 parent 3c4a3d3 commit 5875b17
Show file tree
Hide file tree
Showing 2 changed files with 58 additions and 1 deletion.
57 changes: 57 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,63 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline

<!-- changelog -->

## [v2.0.0-rc.9](https://github.com/ash-project/ash_postgres/compare/v2.0.0-rc.8...v2.0.0-rc.9) (2024-04-23)
### Breaking Changes:

* change defaults for uuids to `gen_random_uuid()`

* Use UTC for default generated timestamps (#131)

* 3.0 (#227)



### Features:

* add `create?` and `drop?` callbacks to `AshPostgres.Repo` (#143)

### Bug Fixes:

* handle missing aggregate relationships and fields better in transformers

* update ash_sql for bug fixes

* reproduce issue around atomic updates & validations

* ensure that `exists` with a filter paired with `from_many?` functions properly

* update ash_sql, fix credo

* use proper sql implementation in `default_bindings`

* don't wait for shell input when checking migrations

* properly handle non-filter aggregate filters

* ensure timestamps are present in extension migrations

* handle fully fleshed out aggregate fields

### Improvements:

* warn on missing ash-functions at compile time

* support `mix ash.rollback` with interactive rollback

* don't fetch version in agent when using sandbox

* loosen 3.0 release candidate requirement

* fixes for 3.0 changes and AshSql changes

* move many internals out to `AshSql` package

* add default implementation for pg_version, and rename to `min_pg_version`

* upgrade to 3.0

* properly show unsupported error expression

## [v2.0.0-rc.8](https://github.com/ash-project/ash_postgres/compare/v2.0.0-rc.7...v2.0.0-rc.8) (2024-04-22)


Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ defmodule AshPostgres.MixProject do
support, and delegates to a configured repo.
"""

@version "2.0.0-rc.8"
@version "2.0.0-rc.9"

def project do
[
Expand Down

0 comments on commit 5875b17

Please sign in to comment.