Skip to content

Releases: codingchili/chili-core

1.0.9-SNAPSHOT

29 Oct 15:50
Compare
Choose a tag to compare
jitpack: bump version to trigger rebuild.

1.0.8-SNAPSHOT

23 Oct 19:57
Compare
Choose a tag to compare
Revert Timeout setting on StorageLoaderIT

1.0.6-SNAPSHOT

11 Oct 19:46
Compare
Choose a tag to compare
Logging improvements and small fixes.

1.0.5

06 Oct 17:17
Compare
Choose a tag to compare

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

05 Sep 15:53
Compare
Choose a tag to compare
Run test cases for persisted CQ storage + install depends on jar

v1.0.3-SNAPSHOT

18 Aug 19:02
Compare
Choose a tag to compare
Remove unnecessary implicit upcast.

v1.0.0-SNAPSHOT

18 Aug 19:03
Compare
Choose a tag to compare
Remove unnecessary implicit upcast.

chili-SNAPSHOT-1.0.2

01 Apr 18:15
Compare
Choose a tag to compare
chili-SNAPSHOT-1.0.2 Pre-release
Pre-release
  • 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

17 Mar 07:39
Compare
Choose a tag to compare
chili-SNAPSHOT-1.0.1 Pre-release
Pre-release
Fix sharing for IndexedMap and add testcase.

chili-SNAPSHOT-1.0.0

12 Mar 07:34
Compare
Choose a tag to compare
chili-SNAPSHOT-1.0.0 Pre-release
Pre-release
Add javadoc zip to travis published artifacts.