CACampus Auth Java

Releases

Five corrected public releases, with v0.2.7 as latest.

The release line documents the project’s growth from the initial Java toolkit to the current documentation-focused release. The mistaken higher release is intentionally removed from the public release story.

Latest release

v0.2.7

Latest

Polished README, community health files, multi-page Netlify documentation, corrected version references, and release hygiene.

Release history

v0.2.6

Docs preparation

Documentation website, deployment configuration, release notes, and responsible-use disclaimer.

v0.2.0

Authenticator expansion

Portal SSO, Classic Session, Moodler Session, DoSejong Session, fallback mode, structured responses, and legacy helpers.

v0.1.1

CLI polish

Interactive password prompt, structured JSON output, result codes, and clearer usage messages.

v0.1.0

Initial toolkit

Java 11 Maven project, core service, method enum, JSoup dependency, MIT license, and baseline documentation.

Release checks

Every release should build with Maven, keep command examples aligned with the Maven version, and avoid publishing credentials or private service data. The latest release should be the only version advertised in top-level badges and docs examples.

Release verification
mvn clean package
rg '0\.3\.4' . -g '!target/**'