Ash Framework v1.52.0-rc.11 Release Notes

Release Date: 2022-06-03 // almost 2 years ago
  • ๐Ÿ› Bug Fixes:

    • ๐Ÿšš move preparation init to runtime

    • don't automatically url encode keyset values

    • ๐Ÿ›  fixed bug where embedded resources would always provide defaults, not allowing you to declare your own (primary?) actions (#339)

    • keyset pagination counts all rows

    • fetch items closest to cursor by reversing keyset sort

    • keyset + before results must be reversed

    ๐Ÿ‘Œ Improvements:

    • add identity_priority and use_identities option to manage_relationship

    • ๐Ÿ‘Œ support limit in simple data layer

    • โž• add key to InvalidKeyset error