All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.
v1.46.12 (2021-07-20)
- call
get_type
in cast_stored again
v1.46.11 (2021-07-19)
-
speed up type loading
-
add
__order__
field to be used by data layers
v1.46.10 (2021-07-18)
- missing apply_attributes clause
- add
force?
option toapply_attributes/2
v1.46.9 (2021-07-18)
- demonitor engine pid after run
v1.46.8 (2021-07-18)
- on_lookup read is always on destination
v1.46.7 (2021-07-17)
- set item constraints properly
- add on_lookup_read_action
v1.46.6 (2021-07-15)
- fix simple data layer filtering
-
add in error paths for managed relationships
-
set error paths on managed rels
v1.46.5 (2021-07-09)
-
always replace error message vars
-
minimize relationship source changeset context inspect size
v1.46.4 (2021-07-08)
-
cast empty string to nil in atom
-
accept strings for atom types again
-
don't turn strings to atoms in
:atom
type -
don't do unnecessary validation in type
v1.46.3 (2021-07-05)
- build aggregate paths properly
v1.46.2 (2021-07-04)
- info only
required?
flag forhas_one
v1.46.1 (2021-07-02)
-
properly determine reverse aggregate relationship
-
ensure calculation modules are compiled
-
attempt to fix calculation compile time issues
v1.46.0 (2021-07-02)
v1.45.0-rc20 (2021-07-01)
-
allow sorting on aggs, w/o loading
-
ensure query in
ensure_selected
-
handle sorting empty data properly
-
manage ets tables properly
-
link request handler to engine and runner, solve mem leak
-
ensure ci_strings casted after constraints
-
Revert "more optimized types"
-
revert a suboptimal change to the type system
-
don't call
type()
on:string
-
optimize ash type loading
-
if "" fails to cast, cast it as
nil
instead -
ReadActionRequiresActor error
-
ensure_selected
change -
don't perform
match
onnil
-
add
{:arg, :name}
input forset_attribute
-
revamp ci_string
-
add
Ash.Type.type/1
-
more optimized types
v1.45.0-rc19 (2021-06-29)
-
ensure query in
ensure_selected
-
handle sorting empty data properly
-
manage ets tables properly
-
link request handler to engine and runner, solve mem leak
-
ensure ci_strings casted after constraints
-
Revert "more optimized types"
-
revert a suboptimal change to the type system
-
don't call
type()
on:string
-
optimize ash type loading
-
if "" fails to cast, cast it as
nil
instead -
ReadActionRequiresActor error
-
ensure_selected
change -
don't perform
match
onnil
-
add
{:arg, :name}
input forset_attribute
-
revamp ci_string
-
add
Ash.Type.type/1
-
more optimized types
v1.45.0-rc18 (2021-06-28)
-
handle sorting empty data properly
-
manage ets tables properly
-
link request handler to engine and runner, solve mem leak
-
ensure ci_strings casted after constraints
-
Revert "more optimized types"
-
revert a suboptimal change to the type system
-
don't call
type()
on:string
-
optimize ash type loading
-
if "" fails to cast, cast it as
nil
instead -
ReadActionRequiresActor error
-
ensure_selected
change -
don't perform
match
onnil
-
add
{:arg, :name}
input forset_attribute
-
revamp ci_string
-
add
Ash.Type.type/1
-
more optimized types
v1.45.0-rc17 (2021-06-28)
-
link request handler to engine and runner, solve mem leak
-
ensure ci_strings casted after constraints
-
Revert "more optimized types"
-
revert a suboptimal change to the type system
-
don't call
type()
on:string
-
optimize ash type loading
-
if "" fails to cast, cast it as
nil
instead -
ReadActionRequiresActor error
-
ensure_selected
change -
don't perform
match
onnil
-
add
{:arg, :name}
input forset_attribute
-
revamp ci_string
-
add
Ash.Type.type/1
-
more optimized types
v1.45.0-rc16 (2021-06-25)
-
ensure ci_strings casted after constraints
-
Revert "more optimized types"
-
revert a suboptimal change to the type system
-
don't call
type()
on:string
-
optimize ash type loading
-
add
{:arg, :name}
input forset_attribute
-
revamp ci_string
-
add
Ash.Type.type/1
-
more optimized types
v1.45.0-rc15 (2021-06-25)
-
ensure ci_strings casted after constraints
-
Revert "more optimized types"
-
revert a suboptimal change to the type system
-
don't call
type()
on:string
-
optimize ash type loading
-
revamp ci_string
-
add
Ash.Type.type/1
-
more optimized types
v1.45.0-rc14 (2021-06-24)
-
Revert "more optimized types"
-
revert a suboptimal change to the type system
-
don't call
type()
on:string
-
optimize ash type loading
-
add
Ash.Type.type/1
-
more optimized types
v1.45.0-rc11 (2021-06-24)
-
revert a suboptimal change to the type system
-
don't call
type()
on:string
-
optimize ash type loading
-
add
Ash.Type.type/1
-
more optimized types
v1.45.0-rc10 (2021-06-24)
- optimize ash type loading
v1.45.0-rc9 (2021-06-23)
- pass opts through to Jason.Encode.string/2
- add
error_handler
for create/update/destroy actions
v1.45.0-rc8 (2021-06-23)
- properly encode ci string to json
- more engine logging
v1.45.0-rc7 (2021-06-22)
:infinity
on engine genserver calls
v1.45.0-rc6 (2021-06-08)
-
hide metadata field on inspect
-
load relationships required for calculations (optimize later)
v1.45.0-rc5 (2021-06-08)
-
don't halt on request handler failure
-
properly error when more than 2 requests of the same type are primary
-
properly process sort when the sort is an atom
-
properly calculate reverse relationship paths
v1.45.0-rc4 (2021-06-05)
- support calculation sorts
v1.45.0-rc3 (2021-06-05)
- always wait on the engine if it hasn't completed
v1.45.0-rc2 (2021-06-04)
- always wait for engine
- spawn async requests where possible
v1.45.0-rc1 (2021-06-04)
-
constraints on calculations
-
better calculation inspect
-
allow supplying stacktraces when building errors
v1.45.0-rc0 (2021-06-04)
-
expression based calculations for filterable/sortable calculations
-
expression calculations for sorting/filtering
-
add compare validator (#242)
-
aggregate authorization issues
-
ensure create functions generated by code_interface accept tenant in the opts list (#243)
-
tons of improvements across the board
-
small improvements/fixes across the board
-
Update remaining builtin validators (#244)
v1.44.13 (2021-05-28)
-
properly process managed belongs to relationships
-
cast nil -> {:ok, nil} in all cases
-
set tenant even on non-tenant resources where relevant (#241)
v1.44.12 (2021-05-23)
- define embedded schemas where appropriate
v1.44.11 (2021-05-20)
- calculation.select/2 +
select
calculation option
v1.44.10 (2021-05-20)
- run after_action hooks in the proper order
-
add
validate_destination_field?
-
add builtin
select
change
v1.44.9 (2021-05-20)
- set moduledoc to description if one is not set
v1.44.8 (2021-05-19)
- fix dialyzer errors for enum + code interface
v1.44.7 (2021-05-19)
- fix code interface +
args
combo error
- support specifying the
upsert_identity
option
v1.44.6 (2021-05-18)
-
ignore?: true
still accumulates changes -
properly require_attributes before setting defaults
v1.44.5 (2021-05-18)
- set default values before calling resource changes
ignore?
option formanage_relationship
change
v1.44.4 (2021-05-17)
- reverse-reverse relationship detection
v1.44.3 (2021-05-17)
- support non-predicates in satsolver
v1.44.2 (2021-05-15)
- raise better error w/ invalid filter expression
-
expose
default_value/1
in aggregate -
transactions for reads, notifications from read callbacks
v1.44.1 (2021-05-14)
- handle error return in code_interface getter
v1.44.0 (2021-05-14)
on_no_match: :match
supported for to_one rels
- rename
context
->relationship_context
to avoid conflict
- various managed relationship improvements
v1.43.12 (2021-05-11)
-
set
__source__
context for embeds -
utility
manage_relationship_source
context
v1.43.11 (2021-05-09)
- internal rename (requires version bump for other packages)
v1.43.10 (2021-05-09)
-
run action changes on destroy
-
pattern match manage_relationship notifications fix
-
add
manual?
option for create/update/destroy -
ensure data layer can perform aggregates
v1.43.9 (2021-05-09)
- don't fail on nil root filters
-
support filtering on related aggregates
-
autoload aggregates used in filters
v1.43.8 (2021-05-07)
- don't raise unnecessary side load error
v1.43.7 (2021-05-07)
- fix data-based side loads
v1.43.6 (2021-05-07)
-
IsNil function to IsNil operator
-
function clause match error in not expression
v1.43.5 (2021-05-07)
- limit 1 on to one side load queries
v1.43.4 (2021-05-07)
- support sorted relationships
v1.43.3 (2021-05-06)
-
don't consider contextual relationships as reverse relationships
-
support
not
in query expressions
v1.43.2 (2021-05-04)
- include aggregates in count request for aggregate filters
v1.43.1 (2021-05-04)
- use base_query for aritifical limit/offset when loading
v1.43.0 (2021-05-03)
- rework lateral joins for many to many performance boost
- add
read_action
option
v1.42.0 (2021-04-29)
- inner lateral join for many to many relationships
-
inner later join for many to many relationships
-
support relationship filters
v1.41.12 (2021-04-27)
- add
has
filter predicate
v1.41.11 (2021-04-26)
- add
:list
aggregate kind
v1.41.10 (2021-04-25)
- don't include
NotLoaded
inmanage_relationship
v1.41.9 (2021-04-23)
- compile time fixes
- add
require_attributes
to create/update/destroy
v1.41.8 (2021-04-21)
- don't consider nils for pkey matching
-
add first class support for enum types
-
Add detailed parameter checking for Api read functions (#229)
v1.41.7 (2021-04-18)
-
clearer errors when resource fails to compile
-
don't preload multiplicatively
-
Decimal casting issues on ash_postgres (#227)
-
add list access to
context
-
add Resource.input/1
v1.41.6 (2021-04-16)
- use items for single constraints
v1.41.5 (2021-04-15)
- don't overwrite select in side_load
v1.41.4 (2021-04-15)
-
load relationships for management properly
-
fetch_key
bug in embedded types -
handle_indexed_maps for embedded types
v1.41.3 (2021-04-14)
- handle no key provided to
NotFound
v1.41.2 (2021-04-13)
-
embedded cast_stored must cast all key/values
-
ci_string constraints when
nil
-
manage_relationship change turns embedded resources to maps
-
fixes for common types parsing from embedded, e.g utc_datetime_usec
- special provisions for casting to embedded type (e.g uuid)
v1.41.1 (2021-04-13)
get!
should raise onnil
not{:ok, nil}
v1.41.0 (2021-04-13)
- change
get?: true
interface functions to raise onnil
-
allow_nil -> allow_nil_input
-
allow api.load/2 to load calculations
-
add
allow_nil_input
to create actions for api layers -
add
load/1
builtin change
v1.40.0 (2021-04-13)
- change
get?: true
interface functions to raise onnil
- allow api.load/2 to load calculations
-
add
allow_nil_input
to create actions for api layers -
add
load/1
builtin change
v1.39.7 (2021-04-12)
- always select necessary load fields for nested loads
v1.39.6 (2021-04-10)
- always select necessary fields for side loading
v1.39.5 (2021-04-09)
- logic bug in selecting specific fields
v1.39.4 (2021-04-09)
- support the datalayer selecting fields in reads
v1.39.3 (2021-04-04)
- add sum aggregate (#221)
v1.39.2 (2021-04-04)
- allow specifying that calculation can't be nil (#220)
v1.39.1 (2021-04-03)
-
update struct_field logic for latest ecto
-
apply proper interface operation when opts aren't passed
v1.39.0 (2021-04-01)
-
support
Ash.Query.distinct/2
-
add
build/2
query preparation
- manage_relationships before after_action callbacks
before_action?
onvalidate
, validate inline
v1.38.0 (2021-03-31)
-
support
Ash.Query.distinct/2
-
add
build/2
query preparation
- manage_relationships before after_action callbacks
v1.37.2 (2021-03-29)
-
don't overwrite managed
belongs_to
relationships -
handle
on_lookup
+on_no_match
forbelongs_to
-
fix required relationships and add test
-
fix required relationships
-
various managed_relationship fixes
v1.37.1 (2021-03-28)
-
fix required relationships and add test
-
fix required relationships
-
various managed_relationship fixes
v1.37.0 (2021-03-25)
- add manage relationship types
-
don't accept relationships on actions anymore
-
require arguments
v1.36.22 (2021-03-24)
- add tenant metadata before after action hooks
v1.36.21 (2021-03-24)
-
support type aliases in more type casting functions
-
support
tenant
option in read interface
v1.36.20 (2021-03-24)
- support
tenant
option in read interface
v1.36.19 (2021-03-22)
- always return changeset when runner failed
v1.36.18 (2021-03-22)
- docs + dialyzer + error improvements
v1.36.17 (2021-03-22)
-
don't require values when managing relationships
-
Revert "fix: force_change_attributes before passing to action"
v1.36.16 (2021-03-22)
- force_change_attributes before passing to action
v1.36.15 (2021-03-21)
-
exception on invalid query arguments
-
allow casting strings as uuids (for embedded types)
- retain actor context from changeset
v1.36.14 (2021-03-21)
- Add float type (#204)
v1.36.13 (2021-03-20)
-
avoid exception in
Changeset.new/2
for bad attribute -
use ecto's uuid type under the hood
- raise informative errors on bad inputs to
for_*
v1.36.12 (2021-03-19)
- make
Ash.Error
a public module
v1.36.11 (2021-03-19)
- docs/default value for params
v1.36.10 (2021-03-19)
-
set
source_field
when replacingbelongs_to
relationship -
don't consider
false
as absent value -
set argument name in
manage_relationship
- trim whitespace in uuid
v1.36.9 (2021-03-18)
- improve the behavior of defaults
v1.36.8 (2021-03-17)
- validate required attributes after before_action hooks
v1.36.7 (2021-03-17)
- discard certain empty values for embed input
v1.36.6 (2021-03-15)
-
force_change attrs after
for_create/update
-
pattern match errors in
manage_relationships
-
clean up some error cases
-
only default accept to
public
attributes -
allow_nil?: false + default interaction
v1.36.5 (2021-03-14)
- remove the
as
option
- Add timestamps() attribute (#198)
v1.36.4 (2021-03-13)
-
properly validate
allow_nil?: false
on update -
properly validate
allow_nil?: false
private attributes
v1.36.3 (2021-03-13)
- set argument default on cast
v1.36.2 (2021-03-12)
-
fix pub_sub on update
-
fix
publish_all
pub_sub notifier
-
derive has_one destination_field
-
finalize code API logic
-
add not_found_message + violation_message for relationships
-
support
get_by_<identity>
in interface -
support sublists in pub_sub topics
-
support
:_tenant
in pub_sub topics
v1.36.1 (2021-03-09)
- properly filter aggregates
- accept
tenant
infor_read
v1.36.0 (2021-03-08)
-
functional interface on the Api module
-
resource aliases
-
update interface to accept query/changesets
-
require completely unique action names
v1.35.1 (2021-03-07)
- don't reverse sub-entities in DSL
v1.35.0 (2021-03-07)
- support
Ash.Query.select/3
andAsh.Changeset.select/3
v1.34.9 (2021-03-05)
- ignore destination field on some relationship inputs
v1.34.8 (2021-03-05)
-
various validation lifecycle fixes
-
don't fetch sideloads for empty data
- various validation lifecycle options
v1.34.7 (2021-02-26)
- fix nested boolean expression optimization
v1.34.6 (2021-02-24)
- manage_relationship fixes, input + option defaults
v1.34.5 (2021-02-24)
-
treat empty string as
nil
inmanage_relationship
-
be more conservative (and more correct) when optimizing predicates
v1.34.4 (2021-02-24)
-
treat empty string as
nil
inmanage_relationship
-
be more conservative (and more correct) when optimizing predicates
v1.34.3 (2021-02-23)
- fix builtin
mange_relationship
change
v1.34.2 (2021-02-23)
- support belongs_to relationships properly
v1.34.1 (2021-02-23)
- authorize if actor key is present
v1.34.0 (2021-02-23)
- refactored manage_relationship options/behavior
-
many compile time fixes via code splitting
-
Guess destination_field for has many relationships (#187)
-
Implement string length validation (#183)
v1.33.1 (2021-02-23)
-
many compile time fixes via code splitting
-
Guess destination_field for has many relationships (#187)
-
Implement string length validation (#183)
v1.33.0 (2021-02-05)
-
add default_context
-
add
manage_relationship/4
-
add relationship specific context (for postgres polymorphism)
-
add
reject
(opposite ofaccept
)
- support
manage_relationship
forbelongs_to
-
set_context change/preparation
-
set
accept
by default
v1.32.2 (2021-01-28)
- support
{:filter, _}
authorization results for changesets
v1.32.1 (2021-01-27)
-
only run authorization once per request
-
don't error on replacing empty relationship with empty
-
support
tenant
option toget/2
-
support
message
option on identities
v1.32.0 (2021-01-25)
- add
after_action
for queries
- default to calculating filters on
data_layer_query
v1.31.1 (2021-01-24)
- remove invalid boolean expression optimization
- make form errors work better with phoenix
v1.31.0 (2021-01-24)
- add
contains/2
query function
- various ci_string improvements
v1.30.2 (2021-01-22)
- add explicit jason dependency
v1.30.1 (2021-01-22)
- update elixir versions in CI
v1.30.0 (2021-01-22)
-
add action filters in
for_read/3
-
don't let local runner processes mix up messages
-
runtime filter filters properly
v1.29.0-rc1 (2021-01-21)
v1.29.0-rc0 (2021-01-21)
-
freeform expressions
-
validatiosn in actions
-
query arguments
-
add
Ash.Query.for_read/3
-
return changeset with API errors
-
add case insensitive string
CiString
/:ci_string
-
support
context/1
andarg/1
in filter templates -
support targeting notifications with the
for
option -
add
ago/2
query function -
add basic arithmetic operators (+, *, -, /)
-
sensitive?
option for attributes -
sensitive?
option for arguments -
private
arguments, which can�t be set usingfor_<action>
-
add
prevent_change
which will erase changes just before the changeset is committed -
add
match?
validation that supports a custom error message -
add
interval
type to supportago/2
function -
add
url_encoded_binary
type -
add
function
type
- properly expand module aliases for options w/o compile time dependency
-
support all string constraints for ci_string
-
changing?
is now a validation -
add
Transformer.get_persisted/3
-
add
api
field toNotification
-
standardize errors, add
to_error_class
-
use
Comp
everywhere -
use action on changeset if set by
for_<action_type>
-
action_failed?
field on change sets -
remove ability for data layers to add operators (for now at least)
-
Changeset.apply_attributes/2 now returns an error tuple
-
add a bunch of new/informative errors
-
runtime filter now uses left join logic (a naive implementation of it)
-
support more filter templates in resources
-
basic/naive type system for operators/functions
-
Add trim/allow_empty to string type (#171)
v1.28.1 (2021-01-12)
- Improve attribute defaults (#164)
v1.28.0 (2021-01-12)
- Add Embedded Resources (#170)
- Correct error message (#163)
- Add built in decimal type (#162)
v1.27.1 (2021-01-08)
- fix small sort bugs
- add
Ash.Sort.parse_input/2
v1.27.0 (2021-01-08)
- Use usec timestamps by default
- Add built in usec datetime type (#160) (#161)
v1.26.13 (2021-01-08)
- only cast public relationships/attributes
v1.26.12 (2021-01-08)
allow_nil?: false
forinteger_primary_key
v1.26.11 (2021-01-08)
- add
for_<action>
helpers
v1.26.10 (2021-01-07)
- Add built in binary type (#156)
v1.26.9 (2021-01-06)
- the
__resource__
change broke some extensions
v1.26.8 (2021-01-06)
- add back
extensions/1
helper to resources
v1.26.7 (2021-01-06)
- lazy loaded module issues (e.g in iex)
-
optimize not-in and fix dialyzer
-
rework filter creation + subset checking
v1.26.6 (2020-12-30)
- validate read action existence
- support autocompletion on Api funcs
v1.26.5 (2020-12-30)
- default actions
v1.26.4 (2020-12-30)
- fix compile issues, add docs
v1.26.3 (2020-12-30)
- add
parse_input/3
toAsh.Filter
v1.26.2 (2020-12-29)
- describe operator types
v1.26.1 (2020-12-29)
- only accept kw list in
aggregate/5
v1.26.0 (2020-12-29)
-
support
:first
aggregate (#153) -
support more sort orders
v1.25.8 (2020-12-27)
- separate builders + description in sections
v1.25.7 (2020-12-27)
- support
examples
on dsl sections
v1.25.6 (2020-12-27)
-
cast string argument names
-
uuid/id pkeys should
allow_nil
v1.25.5 (2020-12-23)
- support operators on both sides for not_eq
v1.25.4 (2020-12-23)
- fix filtering for ets + mnesia data layers
v1.25.3 (2020-12-23)
-
various pagination, runtime, and auth bugs
-
default pagination limit triggers pagination
v1.25.2 (2020-12-06)
- resolve warning from nimbleoptions deprecation
v1.25.1 (2020-12-02)
- support confirming arguments, test allow_nil?
v1.25.0 (2020-12-02)
- support arguments for actions
v1.24.2 (2020-12-01)
-
various build fixes
-
various small utility fixes
-
update get-tag
v1.24.1 (2020-11-08)
- do not require private attributes in create api (#143)
v1.24.0 (2020-11-07)
- add uuid_primary_key/2 and integer_primary_key/2
v1.23.3 (2020-11-07)
- derived belongs_to attributes are required if their parent is
v1.23.2 (2020-11-06)
- default create/update timestamps to private?
v1.23.1 (2020-11-06)
- set proper pagination defaults
v1.23.0 (2020-11-03)
- Add property: private? for attributes, relationships, aggregates, and calculations (#140)
v1.22.1 (2020-10-29)
- support specifying that some options are modules
v1.22.0 (2020-10-28)
- multitenancy! and tons of various fixes (#139)
v1.21.0 (2020-10-28)
- trace $callers through engine genservers
v1.20.1 (2020-10-21)
- better not_found error handling
v1.20.0 (2020-10-21)
- Optimize relashionship records replacement (#135)
-
remove unused code
-
various fixes and improvements
v1.19.1 (2020-10-17)
- invalid function arg parsing w/ ref
v1.19.0 (2020-10-17)
- pubsub notifier (#134)
v1.18.1 (2020-10-16)
- engine hanging on parallel requests
v1.18.0 (2020-10-15)
-
add notifiers (#133)
-
Add
:one_of
constraint to the Atom type (#130)
v1.17.1 (2020-10-12)
- bugs with keyset pagination
v1.17.0 (2020-10-12)
- Add pagination (#131)
v1.16.2 (2020-10-10)
- parse functions properly
v1.16.1 (2020-10-10)
-
fix dialyzer
-
fix certain versions of elixir having issues
v1.16.0 (2020-10-08)
- expression based filter
v1.15.1 (2020-10-07)
v1.15.0 (2020-10-06)
-
filter rewrite to op/function/ref based structure
-
added description for missing resources (#117)
-
add module name to errors (#127)
-
Fix composite key in changeset functions (#125)
v1.14.0 (2020-09-24)
- descriptions for actions and relationships (#116)
- typespec/error message improvements
v1.13.4 (2020-09-21)
-
upgrade picosat dependency
-
correct comment in UUID type (#115)
v1.13.3 (2020-09-19)
-
set_attribute builtin change
-
(greater_than/less_than)_or_equal predicates
-
support deletes as updates via "soft"
-
support base_filters
- less_than predicate was flipped for runtime
v1.13.2 (2020-09-07)
-
remove delegate data layer (#112)
-
delete process/global storage properly
v1.13.1 (2020-09-04)
- Fix identities (#110)
v1.13.0 (2020-09-02)
-
required belongs_to relationships (#107)
-
support filter templates on read actions
-
builtin concat calculation
-
add changes to actions (#106)
-
add
accept
option to create/update actions (#105) -
add
Ash.NotLoaded
back, simpler defaults -
improve errors (add stacktraces)
-
various delegate data layer improvements
-
engine halting issues
-
resolve engine deadlocks
-
support nested lists of filters
v1.12.0 (2020-08-27)
-
add
one_of
validation -
add
simple
data layer, and make it default
- allow anonymous functions in the dsl
v1.11.1 (2020-08-26)
-
only update filter when its a filter
-
set resource in delegation query
v1.11.0 (2020-08-26)
-
support inner lateral joins (#100)
-
add identities, to enhance
get
calls (#99) -
initial calculation support (#98)
-
initial calculation support
-
spec + dialyzer fixes
-
spec mix task run as no_return
v1.10.0 (2020-08-22)
- Add delegate data_layer (#97)
v1.9.0 (2020-08-19)
- various custom data_layer features
v1.8.0 (2020-08-18)
- streamline
load
by accepting ok/error
-
extensions: resolve duplicate nested entities
-
use Ecto's NotLoaded for assocs for now
-
create/update typespecs were wrong
v1.7.0 (2020-08-17)
- add
is_nil
predicate
-
add lexical scope to DSL for imports
-
crash on entity w/ no options specified
-
convert
eq: nil
into is_nil, fix credo
v1.6.8 (2020-08-15)
- some day tag names will work
v1.6.7 (2020-08-15)
- get the tag name for real this time
v1.6.6 (2020-08-15)
- try again to get the version name in tweets
v1.6.5 (2020-08-15)
- get the version property
v1.6.4 (2020-08-15)
- test out automatic tweeting
v1.6.3 (2020-08-15)
- remove bad package reference from the docs
v1.6.2 (2020-08-13)
- various fixes for graphql extension
v1.6.1 (2020-08-10)
load
typespecs
v1.6.0 (2020-08-10)
- add named aggregates
- various fixes from json:api integration
v1.5.1 (2020-07-24)
- scope data layer feature to aggregate kind
-
group metadata by path and async?: false
-
run aggregates async if not in query
-
aggregations!
v1.4.1 (2020-07-20)
- simplify dsl building using
on_load
v1.4.0 (2020-07-16)
- allow editing join association attributes
v1.3.1 (2020-07-16)
- use proper errors everywhere
v1.3.0 (2020-07-15)
- various small refactors + validations
v1.2.1 (2020-07-13)
- changeset + set_state issues
v1.2.0 (2020-07-13)
- refactor changes into changesets
v1.1.3 (2020-07-09)
v1.1.2 (2020-07-09)
v1.1.1 (2020-07-09)
- small fixes
v1.1.0 (2020-07-09)
-
lots of docs, simplify query generation
-
validate relationship keys
v1.0.3 (2020-07-08)
v1.0.2 (2020-07-07)
v1.0.1 (2020-07-07)
v1.0.0 (2020-07-07)
- remove initial subscriptions pass
- general improvements
- in predicate + engine errors
v0.10.0 (2020-07-02)
- remove atom type, add docs
-
list types
-
refactor ash types to modules, add constraints
-
remove benchee, ensure mnesia always uses transactions
-
try clearing cache to fix CI
-
stop gitignoring the mnesia data layer
-
try to fix ash.formatter task
-
test/improve parallelizable requests
-
require that resources have primary keys
v0.9.1 (2020-06-30)
- move to simpler transaction logic
v0.9.0 (2020-06-29)
-
add less_than and greater_than filter support
-
validate all related resources in API
-
fix tests/credo
-
fix tests, add tests for gt/lt filters
v0.8.0 (2020-06-29)
-
cross data layer filters
-
cross data layer filtering
v0.7.0 (2020-06-27)
- section option configuration
- set persistent_term properly
v0.6.5 (2020-06-22)
- use authorization filters in side loads
v0.6.4 (2020-06-22)
- remove reverse relationships
v0.6.3 (2020-06-22)
- many filter/side load fixes/improvements
v0.6.2 (2020-06-20)
- allow side_load option on create/update
v0.6.1 (2020-06-20)
-
raised error message contents
-
parent error messages
-
relationship path clause
v0.6.0 (2020-06-19)
-
boolean filter refactor (#78)
-
predicate behaviour
v0.5.2 (2020-06-15)
- consider nested entities in ash.formatter
v0.5.1 (2020-06-15)
- compile application in ash.formatter task
v0.5.0 (2020-06-15)
- extension section module imports, generated .formatter.exs (#71)
v0.4.0 (2020-06-14)
-
rebuild DSL inner workings for extensibility (#70)
-
add
after_compile
and validate primary key
-
dialyzer warnings
-
honor the
authorize?
flag
- add
date
support (#68)
v0.3.0 (2020-06-05)
- remove name/type from ash core
-
account for action/actor args to interface
-
remove the rest of the deps on name/type
-
add
resource_module?/1
back toAsh
v0.2.0 (2020-06-05)
- use option schemas in the interface (#30)
v0.1.9 (2020-06-04)
-
references to error handling code
-
fix empty filter checks
v0.1.8 (2020-06-02)
This release is a test of our automatic hex.pm package publishing
v0.1.7 (2020-06-02)
This release is a test of our automatic hex.pm package publishing
v0.1.6 (2020-06-02)
This release is a test of our automatic hex.pm package publishing
v0.1.5 (2020-06-02)
This release is a test of our automatic hex.pm package publishing
v0.1.4 (2020-06-02)
This release covers the initial linting/dialyzing improvements