Skip to content

Releases: logdash-io/java-sdk

v0.2.0

18 Jun 20:28
dc8b839

Choose a tag to compare

🚀 Logdash Java SDK 0.2.0

Official Java SDK for Logdash.io – Zero-configuration observability for developers.

✨ Features

  • Zero Configuration: Start logging and tracking metrics in seconds
  • Real-time Dashboard: Cloud-hosted interface with live data updates
  • Structured Logging: Multiple log levels with rich context support
  • Custom Metrics: Track counters, gauges, and business metrics
  • Async & Fast: Non-blocking, production-ready, framework-agnostic
  • Java 17+ Compatible: Works with Java 17, 21, 22+

📦 Installation

Maven Central

<dependency>
    <groupId>io.logdash</groupId>
    <artifactId>logdash</artifactId>
    <version>0.2.0</version>
</dependency>

Gradle

implementation 'io.logdash:logdash:0.2.0'

🏁 Quick Start

var logdash = Logdash.builder()
    .apiKey("your-api-key")
    .build();

logdash.logger().info("Application started");
logdash.metrics().mutate("app_starts", 1);

⚙️ Requirements

  • Java 17 or higher
  • Internet connection
  • Logdash API key (get yours)

📖 Documentation & Support


See below for full release notes and change log.

What's Changed

Full Changelog: v0.1.3...v0.2.0

v0.1.3

17 Jun 08:47
e438229

Choose a tag to compare

🚀 Logdash Java SDK 0.1.3

Official Java SDK for Logdash.io – Zero-configuration observability for developers.

✨ Features

  • Zero Configuration: Start logging and tracking metrics in seconds
  • Real-time Dashboard: Cloud-hosted interface with live data updates
  • Structured Logging: Multiple log levels with rich context support
  • Custom Metrics: Track counters, gauges, and business metrics
  • Async & Fast: Non-blocking, production-ready, framework-agnostic
  • Java 17+ Compatible: Works with Java 17, 21, 22+

📦 Installation

Maven Central

<dependency>
    <groupId>io.logdash</groupId>
    <artifactId>logdash</artifactId>
    <version>0.1.3</version>
</dependency>

Gradle

implementation 'io.logdash:logdash:0.1.3'

🏁 Quick Start

var logdash = Logdash.builder()
    .apiKey("your-api-key")
    .build();

logdash.logger().info("Application started");
logdash.metrics().mutate("app_starts", 1);

⚙️ Requirements

  • Java 17 or higher
  • Internet connection
  • Logdash API key (get yours)

📖 Documentation & Support


See below for full release notes and change log.

What's Changed

Full Changelog: v0.1.2...v0.1.3

v0.1.2

16 Jun 22:39
c66e881

Choose a tag to compare

🚀 Logdash Java SDK 0.1.2

Official Java SDK for Logdash.io – Zero-configuration observability for developers.

✨ Features

  • Zero Configuration: Start logging and tracking metrics in seconds
  • Real-time Dashboard: Cloud-hosted interface with live data updates
  • Structured Logging: Multiple log levels with rich context support
  • Custom Metrics: Track counters, gauges, and business metrics
  • Async & Fast: Non-blocking, production-ready, framework-agnostic
  • Java 17+ Compatible: Works with Java 17, 21, 22+

📦 Installation

Maven Central

<dependency>
    <groupId>io.logdash</groupId>
    <artifactId>logdash</artifactId>
    <version>0.1.2</version>
</dependency>

Gradle

implementation 'io.logdash:logdash:0.1.2'

🏁 Quick Start

var logdash = Logdash.builder()
    .apiKey("your-api-key")
    .build();

logdash.logger().info("Application started");
logdash.metrics().mutate("app_starts", 1);

⚙️ Requirements

  • Java 17 or higher
  • Internet connection
  • Logdash API key (get yours)

📖 Documentation & Support


See below for full release notes and change log.

What's Changed

Full Changelog: v0.1.1...v0.1.2

v0.1.1

16 Jun 21:39
761e6ec

Choose a tag to compare

🚀 Logdash Java SDK 0.1.1

Official Java SDK for Logdash.io – Zero-configuration observability for developers.

✨ Features

  • Zero Configuration: Start logging and tracking metrics in seconds
  • Real-time Dashboard: Cloud-hosted interface with live data updates
  • Structured Logging: Multiple log levels with rich context support
  • Custom Metrics: Track counters, gauges, and business metrics
  • Async & Fast: Non-blocking, production-ready, framework-agnostic
  • Java 17+ Compatible: Works with Java 17, 21, 22+

📦 Installation

Maven Central

<dependency>
    <groupId>io.logdash</groupId>
    <artifactId>logdash</artifactId>
    <version>0.1.1</version>
</dependency>

Gradle

implementation 'io.logdash:logdash:0.1.1'

🏁 Quick Start

var logdash = Logdash.builder()
    .apiKey("your-api-key")
    .build();

logdash.logger().info("Application started");
logdash.metrics().mutate("app_starts", 1);

⚙️ Requirements

  • Java 17 or higher
  • Internet connection
  • Logdash API key (get yours)

📖 Documentation & Support


See below for full release notes and change log.

What's Changed

Full Changelog: v0.1.0...v0.1.1