Skip to content

Releases: Stella-Co-Ltd-Development/cloudflare-d1-java

v0.1.4

26 Jun 13:07
a888d54

Choose a tag to compare

Release v0.1.4

Changed

  • Improved README positioning, adoption guidance, compatibility notes, and troubleshooting links.
  • Added compatibility, production usage, and troubleshooting guides.
  • Added runnable quickstart examples for typed mapping and opt-in write operations.
  • Added public Javadoc examples for common client and retry-policy usage.
  • Added a runnable fake custom transport example.
  • Added focused non-JSON HTTP error tests for status exposure and sanitized exception messages.
  • Added the raw result model and internal raw response parsing foundation.
  • Added synchronous raw query and raw batch APIs for Cloudflare D1 /raw.
  • Added asynchronous raw query APIs and raw query documentation.

Artifacts are also published to Maven Central.

Attached assets include the main jar, sources jar, javadoc jar, offline Javadocs zip, signatures, and SHA-256 checksums.

v0.1.3

26 Jun 11:12
dcffcc6

Choose a tag to compare

Changed

  • Enabled automatic Maven Central publishing after release validation.
  • Added a manual workflow for publishing validated Maven Central deployments.
  • Replaced the shortened license file with Apache License 2.0 text for GitHub license detection.
  • Added first-run quickstart example documentation and expected output.
  • Added cross-agent development instruction entrypoints.
  • Added supported asynchronous client APIs, documentation, tests, and runnable examples.

v0.1.2

23 Jun 13:06
44b5435

Choose a tag to compare

Changed

  • Improved README onboarding with badges, setup guidance, operation summary, troubleshooting, and guide links.
  • Added usage guides for quick start, typed mapping, retry policy, error handling, and custom transport.
  • Clarified contributor workflow, issue labels, issue templates, and beginner-friendly contribution examples.

Verification

  • CI passed on Java 8, 11, 15, 17, and 21.
  • Release profile verification passed.
  • Maven Central publishing workflow completed successfully.

v0.1.1

22 Jun 14:15
93b6af2

Choose a tag to compare

Changed

  • Added Java 8-compatible transport customization and default HTTP transport.
  • Changed build output to Java 8-compatible bytecode.
  • Added CI coverage for Java 8, 11, 15, 17, and 21.

v0.1.0

22 Jun 10:07
07871d1

Choose a tag to compare

Added

  • Initial project governance files.
  • Initial implementation requirements documentation.
  • Planned Cloudflare D1 REST API Java client design.
  • Implemented the v0.1.0 D1 REST API client with query, execute, batch, typed query, queryFirst, retry handling, response models, exception mapping, tests, and README usage documentation.
  • Added v0.1.0 release readiness documentation and improved public API Javadocs.