PSX Framework v0.9.10 Release Notes

    • โž• Added getConnection method to table manager to enable easy transaction handling
    • ๐Ÿšš Moved cache logic from table manager into seperate reader class
    • โž• Added exception converter service which converts an exception into an record which gets used to display error messages. This makes it easy to change the global error response format
    • ๐Ÿ‘ป Send correct content type on exception or send 415 status code
    • ๐Ÿ– Handle Accept headers with +json or +xml media types correctly
    • โž• Added jsonx format to default api controller
    • โž• Added http StreamInterface and remove psr http dependency
    • โšก๏ธ Updated bootstrap cache generator file list
    • ๐Ÿ“š Resource listing controller documentation create context in seperate method which can be overloaded