patch-release
JNI: improve UB protections in sqlite3_bind_blob/text/text16().
JNI: add aggregate function support to the wrapper1 API.
Rename SQLite3Jni to CApi to (A) reduce name prefix collisions with incoming classes and (B) align with its counterpart in the JS build. Remove the Canonical annotation because (A) the new code separation will inherently make that distinction and (B) the line between truly canonical and semi-canonical (e.g. differing in signature overloads) is blurry enough that consistent use of that annocation is becoming an unnecessary burden.
Add more JNI docs, tests, and a handful of Java-side overloads.