Available for download from
http://threecrickets.com/
as well as the Three Crickets Repository.
In addition to the features and bug fixes, a lot of work has been
done of documentation. The Sincerity Manual, especially, is nearing
completion.
There are also links to download the manuals as PDFs from the site.
PRUDENCE 2.0-dev10
- You can now use strings to represent durations and storage
amounts in settings.js and routing.js: "3.1s" (=3100
milliseconds), "1kb" (=1000 bytes), etc.
- New "execute" resource allows execution of arbitrary code in
an application via a HTTP request, extremely useful for live
debugging and maintenance (without needing to install the
full-blown Diligence Console)
- New URI hiding mechanism now supports URI templates as well
wildcards
- Cache debugging (appears in HTTP response headers)
- Allow capping of maximum client-side caching, despite longer
server-side cachiing
- Fix conversation.headers for Restlet 2.1
SINCERITY 1.0-dev13
- Major refactoring of command queues: fixes problems installing
Django and Rails skeletons
- Small API changes in Sincerity.JVM to
avoid naming conflict
DILIGENCE 1.0-dev6
- Fixes to Documents, Notification, SEO modules
- Improvements to JavaScript MongoDB driver: bring up to date
with Java driver, allow use of "mongodb://" URIs