version bumps
-
*failjure/failjure
2.2.0 -> 2.3.0 -
ch.qos.logback/logback-classic
1.4.4 -> 1.4.11 -
cider/cider-nrepl
0.28.3 -> 0.35.0 -
com.lambdaisland/classpath
0.0.27 -> 0.4.44 -
integrant/repl
0.3.2 -> 0.3.3 -
io.github.clojure/tools.build
v0.8.0 -> v0.9.5 -
io.github.cognitect-labs/test-runner
v0.5.0 -> v0.5.1 -
luminus-transit/luminus-transit
0.1.5 -> 0.1.6 -
nrepl/nrepl
0.9.0 -> 1.0.0 -
org.clojure/tools.namespace
1.2.0 -> 1.4.4 -
ring/ring-defaults
0.3.3 -> 0.3.4 -
ring/ring-devel
1.9.5 -> 1.10.0 -
integrant/integrant
0.8.0 -> 0.8.1
kit-core
- Change: Bump dependencies
- Change: Bump dependencies
- Initial release
kit-hato
- Change: Bump dependencies
- Initial release
kit-metrics
- Change: Bump dependencies
- Change: Bump dependencies
- Breaking fix: metric definitions API is broken
- Initial release
kit-quartz
- Change: Bump dependencies
- bump dependencies
- Initial release
kit-redis
- Change: Bump dependencies
- Change: Bump dependencies
- bump dependencies
- 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: Bump dependencies
- Change: Bump dependencies
- bump dependencies
- Change: Now just a bare bones wrapper that imports kit-sql-conman and kit-sql-migratus for compatibility purposes
- Initial release
kit-sql-conman
- Change: Bump dependencies
- Change: Bump dependencies
- bump dependencies
- Fix: Remove unused reference to conman in require
- Initial release
kit-sql-hikari
- Change: Bump dependencies
- Change: Bump dependencies
- Initial release
kit-sql-migratus
- Change: Bump dependencies
- Change: Bump dependencies
- Change: Bump dependencies
- Initial release
kit-postgres
- Change: Bump dependencies
- Change: Bump dependencies
- bump dependencies
- Initial release
kit-mysql
- Change: Bump dependencies
- Change: Bump dependencies
- bump dependencies
- Initial release PR #18
kit-undertow
- Change: Bump dependencies
- Bump version
- Fix: ensure org.clojure/tools.logging is included in deps in case used as standalone
- Initial release
kit-http-kit
- Change: Bump dependencies
- Change: Bump dependencies
- Initial release
kit-xtdb
- Bump dependencies
- Bump dependencies
- Bump dependencies
- Initial release
kit-selmer
- Change: Bump dependencies
- Change: Bump dependencies
- Initial release
lein-template
- fix unused templating element PR 86. Thanks @dspearson
- improve CIDER REPL support PR 84 PR 85. Thanks @dspearson
- bump various dependencies
- bump kit-undertow
- bump kit-generator
- bump dependencies
- bump kit-xtdb
- add rocksdb and xtdb http server for dev profile (thanks @green-coder)
- fix cookie name in incorrect place (thanks @jaimesangcap)
- fix issue with default cookie session store configuration
- bump to
org.clojure/clojure {:mvn/version "1.11.1"}
- bump to
io.github.kit-clj/kit-sql-conman {:mvn/version "1.0.1"}
- bump to
org.clojure/clojure {:mvn/version "1.11.0"}
- bump to
metosin/reitit {:mvn/version "0.5.17"}
- include deps hot loading by default
- added
clojure.tools.namespace.rep/refresh
inuser
namespace - added
bb.edn
script with tasks for starting nREPL, testing, and building an uberjar
- Change default cookie secret to randomly generated secret at template generation
- Fix missing require in test utils
- Add test stub in 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
- Change: bump dependencies
- Change: bump dependencies
- New:
feature-requires
support for modules to chain deep merge features
- bump dependencies
- Fix issue with git clone
- New: Snippet generation
- Change: Bump dependencies
- Initial ALPHA release, API subject to change