Releases: slatekit/kiit
Releases · slatekit/kiit
Kiit Release v3.1.0
What's Changed
- kotlin : Upgrade to
1.8.22
- ktor : Upgrade to
2.3.12
- mysql: Upgrade to
8.0.x
- BUILD: Update runtimes for build/running by @kishorereddy in #367
Full Changelog: v3.0.0...v3.1.0
Kiit Release v3.0.0
What's Changed
- BUILD: Prefix all artifacts with kiit by @kishorereddy in #355
- UPGRADE: Gradle scripts by @kishorereddy in #356
- BUILD : Gradle fixes after upgrade by @kishorereddy in #357
- UPDATE: common component for JWT by @kishorereddy in #358
- FEATURE: API Version support by @kishorereddy in #360
- FEATURE: API Request metadata decoders by @kishorereddy in #362
- FEATURE: API middleware redesign by @kishorereddy in #364
Full Changelog: v2.11.1...v3.0.0
Kiit Release v2.11.1
What's Changed
- BUILD: Update CI flow and gradle set up for tests by @kishorereddy in #350
- BUILD: Fix missing files by @kishorereddy in #351
- BUILD: Support for CI-Flow with tests by @kishorereddy in #352
- MOVE: Projects from common to internal and vice versa by @kishorereddy in #353
- CI-CD: Update build to publish sources and set kotlin options by @kishorereddy in #354
Full Changelog: v2.10.1...v2.11.1
Kiit Release 2.10.1
Overview
Minor patch incorporating KtLint for linting integration into the build process.
Details
This is only enabled for about 50% of the projects at the moment.
The remaining projects will be updated with KtLint next.
Kiit 2.8.2 - Upgrades and renames
Overview
Upgrade of Kotlin and Ktor versions and move from Slate Kit to Kiit.
Changes
- Upgrade to Kotlin 1.6.20 and Ktor 1.6.8
- Moved CLI tool from
slatekit
tokiit
- Docs updated to
kiit
in some places ( still a WIP ) - Website moved to
www.kiit.dev
Slate Kit 2.5.0 - Project Restructured
Overview
Restructured the project with new modules and several components moved to these new modules
PR
For more info, see #324
New
- Added new
slatekit.utils
package to store several packages originally in slatekit.common - Added new
slatekit.requests
package to store slatekit requests for CLI, API, etc.
Moved
- Moved
slatekit.common.display
toslatekit.utils.display
- Moved
slatekit.common.naming
toslatekit.utils.naming
- Moved
slatekit.common.paged
toslatekit.utils.paged
- Moved
slatekit.common.smartvalues
toslatekit.utils.smartvalues
- Moved
slatekit.common.templates
toslatekit.utils.templates
- Moved
slatekit.common.writer
toslatekit.utils.writer
- Moved
slatekit.common.requests
toslatekit.requests
- Created new package
slatekit.common.values
- Moved
Gets, Puts, Inputs, Record, Settings, ListMap, RecordMap
from slatekit.common toslatekit.common.values
Notes
- This keeps
slatekit.common
much smaller ( particularly for android apps ) - The moved components are less used and serve more utility purposes
- The
slatekit.requests
component is central to CLI, API, and others that it deserves its own module
Slate Kit 2.4.5 - Move to Github Packages
Overview
Move to Github packages
Changes
- PR: #321
- Packages: https://github.com/orgs/slatekit/packages?repo_name=slatekit
- Bump: kotlin to 1.3.72
Slate Kit 2.3.0 - Data module improvements
Slate Kit 2.2.0 - Database support for H2/Sqlite
Overview
Misc improvements to the data module for Repo<TId, T>
component
Support for H2 | Sqlite database abstractions
Changes
Slate Kit 2.0.0 - Stable Release of all modules
Overview
Stable release of all modules
Updates
- slate kit data modules updated / redesigned
- site content updated
- license updated to Apache 2.0
- readme and links fixed