ash-project / ash_hq

The Ash Framework homepage and documentation site.
MIT License
46 stars 25 forks source link

chore(deps): bump the production-dependencies group with 6 updates #239

Closed dependabot[bot] closed 4 weeks ago

dependabot[bot] commented 4 weeks ago

Bumps the production-dependencies group with 6 updates:

Package From To
ash 3.3.3 3.4.1
ash_json_api 1.4.1 1.4.3
ash_postgres 2.1.17 2.2.0
ecto_psql_extras 0.8.0 0.8.1
ecto_sql 3.11.3 3.12.0
postgrex 0.18.0 0.19.1

Updates ash from 3.3.3 to 3.4.1

Changelog

Sourced from ash's changelog.

v3.4.1 (2024-08-13)

Bug Fixes:

  • properly pass actor, action, tenant etc. to lazy loaded relationships

v3.4.0 (2024-08-12)

Features:

  • [Ash.Policy.Authorizer] add policy groups

  • [authorization] support authorize_with option on Ash.read, allowing to error if any forbidden matching data exists

  • [Ash.Resource] Add @type t typespec to resource if it doesn't exist

Bug Fixes:

  • [calculations] remove pattern match error when exceptions come from calculations

  • [calculations] resolve nested expression calculation references in runtime filters

  • [arrays] Fix error with nil value on structure types (#1380)

  • [bulk actions] Pass options without :templated tuple to after_batch (#1376)

  • [bulk actions] after_batch arguments for bulk_create with return_records? disabled (#1371)

  • [bulk actions] set upsert? option when managing relationships in bulk creation

  • [Ash.Resource] check for nil resource_calculation in Ash.Resource.loaded?/2

  • [Ash.Expr] properly consider not-loaded record calculations as :unknown

  • [atomic updates] handle nil in atomic array casting

  • [aggregates] respect previously validated-for-action query for aggregates

  • [mix ash.gen.resource] use timestamps() instead of timestamps

  • [belongs_to relationships] prefer source_attribute is required, instead of relationship name

Improvements:

  • [performance] optimizations around allocating strings

  • [performance] optimizations around list operations for embedded resources

... (truncated)

Commits
  • 3fce3bf chore: release version v3.4.1
  • 1654ccd fix: properly pass actor, action, tenant etc. to lazy loaded relationships
  • 622561d chore: add actor to policy errors for later use
  • f0c6e86 chore: remove unnecessary line in docs
  • 542179c chore: changelog formatting
  • a7a3a7d chore: update changelog
  • fb55cee chore: release version v3.4.0
  • 074b65e chore: Report which module is at fault, when raising an error about relations...
  • 5b40040 chore: fix recent calculation optimization to never prune authorization calcs
  • 7991d84 chore: don't enumerate empty list
  • Additional commits viewable in compare view


Updates ash_json_api from 1.4.1 to 1.4.3

Changelog

Sourced from ash_json_api's changelog.

v1.4.3 (2024-08-08)

Improvements:

  • new AshJsonApi.Type behaviour, and support returning regular maps

v1.4.2 (2024-08-08)

Bug Fixes:

  • use a list when calling Module.concat
Commits
  • 11335b5 chore: release version v1.4.3
  • 6628168 improvement: new AshJsonApi.Type behaviour, and support returning regular maps
  • 5fd8908 chore: release version v1.4.2
  • ba971a0 fix: use a list when calling Module.concat
  • 366aafc chore(deps): bump the production-dependencies group with 4 updates (#220)
  • c6f0def docs: add section in manual setup for the parser
  • See full diff in compare view


Updates ash_postgres from 2.1.17 to 2.2.0

Changelog

Sourced from ash_postgres's changelog.

v2.2.0 (2024-08-13)

Bug Fixes:

  • [AshPostgres.Repo] remove Agent "convenience" for determining min pg version

We need to require that users provide this function. To that end we're adding a warning in a minor release branch telling users to define this. The agent was acting as a bottleneck that all queries must go through, causing nontrivial performance issues at scale.

  • [upserts] handle filter condition on create (#368)

v2.1.19 (2024-08-12)

Bug Fixes:

  • [ecto compatibility] we missed a change when preparing for ecto 3.12 parameterized type changes

  • [exists aggregates] update ash_sql for exists aggregate fixes

v2.1.18 (2024-08-09)

Improvements:

  • [ash_postgres.gen.migration] dynamically select and allow setting a repo
Commits


Updates ecto_psql_extras from 0.8.0 to 0.8.1

Commits


Updates ecto_sql from 3.11.3 to 3.12.0

Changelog

Sourced from ecto_sql's changelog.

v3.12.0 (2024-08-12)

Enhancements

  • [Ecto.Migration] Add Ecto.Migration.remove_if_exists/1
  • [Ecto.Migrator] Warn for migration files that end in .ex
  • [sql] Support for subqueries in order_bys and group_bys
  • [mysql] Add check constraints for MySQL
  • [postgres] Add native bitstring support to Postgres
  • [postgres] Add support for :duration type
  • [postgres] Add :plan explain option for Postgres
  • [tds] Allow passing %Tds.Parameter structs as params for named parameter usage in query

Bug fix

  • [mysql] Type cast of integers in MySQL should use signed integers
Commits


Updates postgrex from 0.18.0 to 0.19.1

Changelog

Sourced from postgrex's changelog.

v0.19.1 (2024-08-13)

  • Enhancements

    • Allow encoding/decoding of LSN
  • Bug fixes

    • Fix Dialyzer warnings on interval extension
    • Log error message if Postgrex.ReplicationConnection is reconnecting

v0.19.0 (2024-08-03)

  • Enhancements

    • Respect precision for interval, time, timestamp, and timestamptz
    • Remove restriction on year 9999 on datetime columns
    • Support decoding and encoding Elixir's v1.17 Duration as interval
    • Allow starting one stream after the other in replication
  • Bug fixes

    • Return {:stop, state} from gen_statem connection callback
Commits


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 major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore ` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore ` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore ` will remove the ignore condition of the specified dependency and ignore conditions