kit-core
- Change: Bump dependencies
- Initial release
kit-metrics
- Change: Bump dependencies
- Breaking fix: metric definitions API is broken
- Initial release
kit-redis
- Change:
key-for
uses CacheKey protocol to convert based on type, defaulting to hashing Objects instead ofpr-str
- Change:
key-for
ignores prefixing keys when there is no defaultkey-prefix
in the component config
- Initial release
kit-repl
- Fix: ensure org.clojure/tools.logging is included in deps in case used as standalone
- Initial release
kit-sql
- Change: Now just a bare bones wrapper that imports kit-sql-conman and kit-sql-migratus for compatibility purposes
- Initial release
kit-undertow
- Fix: ensure org.clojure/tools.logging is included in deps in case used as standalone
- Initial release
kit-http-kit
- Change: Bump dependencies
- Initial release
kit-selmer
- Change: Bump dependencies
- Initial release
lein-template
- Add symlink to kit libs so no need to manually bump versions when releasing template
- Update Dockerfile
- Refactor sql profiles
- Add clj-kondo cache to default gitignore
- Update kit-generator lib
- Update log config to exclude jgit debug noise
- Template updated for the sql variants
- New: Add
+socket-repl
profile for socket REPL - Change: Default socket REPL host changed to
"127.0.0.1"
- Change: Bump dependencies
- Change: Remove
kit-repl
library from default template profile - Change: Remove
+bare
profile - Change: Make socket repl as default in
+full
profile
- Change: Add
nrepl
andcider
deps aliases in template as default
- Change: Default socket REPL port to 7200
- Fix: Default local nREPL port to 127.0.0.1
- Change: Add
+nrepl
profile - Change: Bump
kit-redis
to 1.0.1 - Change: Bump
kit-undertow
to 1.0.1 - Change: Bump
kit-repl
to 1.0.1
- Change: repository URL for public modules to use HTTPS instead of SSH URL. Prevents breakage when SSH key fails to load
- Initial ALPHA release, API subject to change
kit-generator
- Fix issue with git clone
- New: Snippet generation
- Change: Bump dependencies
- Initial ALPHA release, API subject to change