Skip to content

Releases: helius-labs/helius-rust-sdk

v0.2.1

22 Jun 06:01
a38611d
Compare
Choose a tag to compare

v0.2.0

15 Jun 16:44
Compare
Choose a tag to compare

What's New in v0.2.0

This is a new release to implement the following PRs:

Crate

Version 0.2.0 can be found here on crates.io.

To install, run the following Cargo command in your project directory: cargo add helius. Or, add the following line to your Cargo.toml: helius = "0.2.0"

Documentation

The latest documentation can be found here on docs.rs.

v0.1.5

29 May 17:20
8c3dd7b
Compare
Choose a tag to compare

What's New in v0.1.5

This is a new release to implement the following PRs:

Crate

Version 0.1.5 can be found here on crates.io.

To install, run the following Cargo command in your project directory: cargo add helius. Or, add the following line to your Cargo.toml: helius = "0.1.5"

Documentation

The latest documentation can be found here on docs.rs.

v0.1.4

26 May 06:00
b8fac69
Compare
Choose a tag to compare

What's New in v0.1.4

This is a new release to implement the following PRs:

Crate

Version 0.1.4 can be found here on crates.io.

To install, run the following Cargo command in your project directory: cargo add helius. Or, add the following line to your Cargo.toml: helius = "0.1.4"

Documentation

The latest documentation can be found here on docs.rs.

v0.1.3

20 May 18:55
0fff641
Compare
Choose a tag to compare

What's New in v0.1.3

This is a new release to implement the following PRs:

Crate

Version 0.1.3 can be found here on crates.io.

To install, run the following Cargo command in your project directory: cargo add helius. Or, add the following line to your Cargo.toml: helius = "0.1.3"

Documentation

The latest documentation can be found here on docs.rs.

v0.1.2

10 May 18:46
2fe8f19
Compare
Choose a tag to compare

What's New in v0.1.2

This is a quick release to introduce the following:

Crate

Version 0.1.2 can be found here on crates.io.

To install, run the following Cargo command in your project directory: cargo add helius. Or, add the following line to your Cargo.toml: helius = "0.1.2"

Documentation

The latest documentation can be found here on docs.rs.

v0.1.1

08 May 17:41
33c5570
Compare
Choose a tag to compare

What's New in v0.1.1

This is a quick release to bring in needed changes to the documentation now that the crate is published 🎉

Crate

Version 0.1.1 can be found here on crates.io.

To install, run the following Cargo command in your project directory: cargo add helius. Or, add the following line to your Cargo.toml: helius = "0.1.1"

Documentation

The latest documentation can be found here on docs.rs.

v0.1.0

08 May 16:55
61468c7
Compare
Choose a tag to compare

What's New in v0.1.0

This is the very first release of our new Helius Rust SDK! 🎉

Features

  • Asynchronous Design: Fully asynchronous Rust SDK for interacting with Helius
  • Comprehensive Coverage: Includes methods to interact with all major Helius endpoints
  • Embedded Solana Client: Includes an embedded Solana client to interact with all major Solana endpoints

Crate

Version 0.1.0 can be found here on crates.io.

To install, run the following Cargo command in your project directory: cargo add helius. Or, add the following line to your Cargo.toml: helius = "0.1.0"

Documentation

The latest documentation can be found here on docs.rs.