Releases: darkryh/katalyst
0.0.24-alpha
Bugfix on save method crashing, for CrudRepository, class:
During this method. it was a crashing if the save method applies update internal when and id is provided and the row it does not exist in the records of the db, so depending on the row counts affected the repository will insert or update the actual record, having the normal upsert effect as expected, without affecting timing in the response
0.0.23-alpha
-hotfix bug on dsl order between middlewares, routes, websockets validation
0.0.22-alpha
-Fixed bug on registering multiples katalyst exception handlers, instead of installing when the usage was done it sill register all handlers at onces and the install the plugin to avoid exception in ktor
- Cache automatic injection based on secondary types
- Fixed bug on tables registration was detect as collider during injection
- updated to latest stable versions of kotlin, koin, exposed, etc
0.0.21-alpha
Katalyst alpha version to release
So can build ktor backend without remembering to inject back again manually with koin.
include scheduler and event handler in application level