Skip to content

Commit f97e621

Browse files
committed
chore: release version v3.16.0
1 parent cb0dbc5 commit f97e621

File tree

2 files changed

+30
-1
lines changed

2 files changed

+30
-1
lines changed

CHANGELOG.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,35 @@ SPDX-License-Identifier: MIT
88

99
<!-- changelog -->
1010

11+
## [v3.16.0](https://github.com/ash-project/ash/compare/v3.15.0...v3.16.0) (2026-02-09)
12+
13+
14+
15+
16+
### Features:
17+
18+
* calculations: Add multitenancy bypass options to calculations (#2552) by [@shahryarjb](https://github.com/shahryarjb) [(#2552)](https://github.com/ash-project/ash/pull/2552)
19+
20+
### Bug Fixes:
21+
22+
* handle unrelated exists in authorizer ref replacement (#2556) by zackattackz [(#2556)](https://github.com/ash-project/ash/pull/2556)
23+
24+
* pass full context to `Ash.load!` in cascade changes (#2537) by [@beam-bots](https://github.com/beam-bots) [(#2537)](https://github.com/ash-project/ash/pull/2537)
25+
26+
* pass full context to `Ash.load!` in cascade changes by [@beam-bots](https://github.com/beam-bots) [(#2537)](https://github.com/ash-project/ash/pull/2537)
27+
28+
* use scope option instead of to_opts for Ash.load! in cascade changes by [@beam-bots](https://github.com/beam-bots) [(#2537)](https://github.com/ash-project/ash/pull/2537)
29+
30+
* avoid shadowing context variable in cascade changes by [@beam-bots](https://github.com/beam-bots) [(#2537)](https://github.com/ash-project/ash/pull/2537)
31+
32+
* remove `authorize?: false` from cascade `Ash.load!` calls by [@beam-bots](https://github.com/beam-bots) [(#2537)](https://github.com/ash-project/ash/pull/2537)
33+
34+
* ensure tenant is not overridden in aggregates by [@zachdaniel](https://github.com/zachdaniel)
35+
36+
* ensure that `change` is properly simulated when `batch_change` defined by [@zachdaniel](https://github.com/zachdaniel)
37+
38+
* remove incorrect stream calls (#2554) by Jesse Williams [(#2554)](https://github.com/ash-project/ash/pull/2554)
39+
1140
## [v3.15.0](https://github.com/ash-project/ash/compare/v3.14.1...v3.15.0) (2026-02-05)
1241

1342

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ defmodule Ash.MixProject do
1010
A declarative, extensible framework for building Elixir applications.
1111
"""
1212

13-
@version "3.15.0"
13+
@version "3.16.0"
1414

1515
def project do
1616
[

0 commit comments

Comments
 (0)