Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Releases: darkryh/katalyst

0.0.24-alpha

09 Dec 14:50

Choose a tag to compare

0.0.24-alpha Pre-release
Pre-release

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

05 Dec 00:55

Choose a tag to compare

0.0.23-alpha Pre-release
Pre-release

-hotfix bug on dsl order between middlewares, routes, websockets validation

0.0.22-alpha

04 Dec 23:56

Choose a tag to compare

0.0.22-alpha Pre-release
Pre-release

-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

03 Dec 19:32

Choose a tag to compare

0.0.21-alpha Pre-release
Pre-release

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