8000 Tags · ash-project/ash_graphql · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: ash-project/ash_graphql

Tags

v1.7.15

Toggle v1.7.15's commit message
release v1.7.15

[v1.7.15](v1.7.14...v1.7.15) (2025-06-18)
Bug Fixes:
* Fix nil constraint to non_null mapping for complex subtypes used in :array definitions (#329) by olivermt
Improvements:
* Add sortable_fields option (#331) by [@jechol](https://github.com/jechol)
* add a verifier for argument types option by [@zachdaniel](https://github.com/zachdaniel)

v1.7.14

Toggle v1.7.14's commit message
release v1.7.14

[v1.7.14](v1.7.13...v1.7.14) (2025-06-10)
Bug Fixes:
* handling of attribute with array type in middleware for field function (#327) by [@jichon](https://github.com/jichon)

v1.7.13

Toggle v1.7.13's commit message
release v1.7.13

[v1.7.13](v1.7.12...v1.7.13) (2025-05-30)
Bug Fixes:
* properly unwrap constraints & type for list newtypes
Improvements:
* add limit to pagination metadata (#323)
* support new codegen patterns
* make pagination metadata more robust for offeset pagination (#320)

v1.7.12

Toggle v1.7.12's commit message
release v1.7.12

[v1.7.12](v1.7.11...v1.7.12) (2025-05-22)
Bug Fixes:
* change default playground interface (#319)

v1.7.11

Toggle v1.7.11's commit message
release v1.7.11

[v1.7.11](v1.7.10...v1.7.11) (2025-05-20)
Improvements:
* Add meta option for adding custom resolution context (#317)

v1.7.10

Toggle v1.7.10's commit message
release v1.7.10

[v1.7.10](v1.7.9...v1.7.10) (2025-05-15)
Bug Fixes:
* refactor internal `AshGraphql.Resource.mutation/6` (#312)
* refactor internal `AshGraphql.Resource.mutation_fields/5` (#311)
* define shared mutations options (#310)
* Support for returning relay encoded id when subscribing to destroy events (#307)
Improvements:
* add `args` option to mutations (#314)

v1.7.9

Toggle v1.7.9's commit message
release v1.7.9

[v1.7.9](v1.7.8...v1.7.9) (2025-04-29)
Bug Fixes:
* properly expand lazy nested types
* handle invalid query error different formats (#301)
Improvements:
* add `authorize_update_destroy_with_error?` config
* use more descriptions from resources

v1.7.8

Toggle v1.7.8's commit message
release v1.7.8

[v1.7.8](v1.7.7...v1.7.8) (2025-04-15)
Bug Fixes:
* Add domain to Ash.for_read, as it might not be set on the resource, but only by set_domain middleware (for `use Ash.Resource domain: nil`). (#300)

v1.7.7

Toggle v1.7.7's commit message
release v1.7.7

[v1.7.7](v1.7.6...v1.7.7) (2025-04-09)
Bug Fixes:
* more fixes for compilation loops
Improvements:
* allows :logger handlers to know the original exception (#297)

v1.7.6

Toggle v1.7.6's commit message
release v1.7.6

[v1.7.6](v1.7.5...v1.7.6) (2025-03-21)
Bug Fixes:
* allow for calculations & args in filter and use filter/sort_input
0