Releases: codingchili/chili-core
Releases · codingchili/chili-core
1.0.9-SNAPSHOT
jitpack: bump version to trigger rebuild.
1.0.8-SNAPSHOT
Revert Timeout setting on StorageLoaderIT
1.0.6-SNAPSHOT
Logging improvements and small fixes.
1.0.5
Minor changes to Protocol
Improved router annotation API and cleaned up Benchmarking API.
- @public and @Private has been replaced with @Api
- Roles are now specified by using @Api("ROLE"), @roles can be applied to a handler to set the default level.
- @description can be applied to handlers and routes.
- Protocols can now document and list routes, using @description or the programmatical counterpart enables a documentation route.
- addresses on handlers can be added as @address instead of implementing address().
See javadocs and commits for all changes.
Added annotations are runtime only, which means reflection (=slower execution).
1.0.4
Run test cases for persisted CQ storage + install depends on jar
v1.0.3-SNAPSHOT
Remove unnecessary implicit upcast.
v1.0.0-SNAPSHOT
Remove unnecessary implicit upcast.
chili-SNAPSHOT-1.0.2
- added benchmarking with html reporting
- added jvm storage sharing for all storage implementationsexcept privatemap
- add support to asyncstorage for enumeration of values
- Querybuilders may now be executed multiple times
- map hostname/interface ip addresses to remote blocks in launcher.json
- launcher now support receiving parameters
chili-SNAPSHOT-1.0.1
Fix sharing for IndexedMap and add testcase.
chili-SNAPSHOT-1.0.0
Add javadoc zip to travis published artifacts.