Skip to content

Releases: aleph-im/aleph-rs

v0.5.0

29 Jan 23:31
5520c1f

Choose a tag to compare

What's Changed

Full Changelog: v0.4.0...v0.5.0


Published to crates.io

v0.4.0

23 Jan 16:13
81068b1

Choose a tag to compare

What's Changed

Full Changelog: v0.3.0...v0.4.0


Published to crates.io

v0.3.0

15 Jan 15:48
11b285f

Choose a tag to compare

What's Changed

  • feature: print Aleph item hashes as strings in Debug impl by @odesenfans in #20
  • fix: make program message content fields public by @odesenfans in #21
  • fix: make Client.get_message() take an item hash reference by @odesenfans in #22
  • Revert "fix: make Client.get_message() take an item hash reference" by @odesenfans in #23
  • fix: make Client.get_message() take an item hash reference by @odesenfans in #24
  • fix: make store message fields public by @odesenfans in #25
  • feature: make Bytes serializable/deserializable by @odesenfans in #26
  • feature: checked addition on all memory size types by @odesenfans in #27
  • fix: make PersistentStorageSize compatible with other size types by @odesenfans in #28
  • fix: make EphemeralVolumeSize usable by @odesenfans in #29
  • fix: make PersistentVolume.size_mib public by @odesenfans in #30
  • feature: checked sub and saturating add/sub for memory size types by @odesenfans in #31
  • feature: convert memory sizes to f64 by @odesenfans in #32
  • fix: failed to deserialize forgotten messages by @odesenfans in #33
  • feature: fetch the size of any file on the network by @odesenfans in #34
  • feature: StoreContent.file_hash() method by @odesenfans in #35
  • fix: make TypeError usable in MessageError by @odesenfans in #36
  • fix: more generic status error in MessageError by @odesenfans in #37
  • feature: MessageWithStatus.status() method by @odesenfans in #38
  • feature: derive Copy for MessageType by @odesenfans in #39
  • fix: make CPU properties fields public by @odesenfans in #40
  • feature: implement From<u64> for all memory size types by @odesenfans in #41
  • feature: traits for client functionalities by @odesenfans in #42
  • feature: sender() / owner() methods for Message by @odesenfans in #43
  • feature: sent_at() and confirmed_at() methods for Message by @odesenfans in #44
  • feature: AlephAccountClient trait and implementation by @odesenfans in #45
  • fix: make immutable and data content volume refs mandatory by @odesenfans in #47
  • release: v0.3.0 by @odesenfans in #48

Full Changelog: v0.2.0...v0.3.0


Published to crates.io

v0.2.0

24 Dec 21:36
589951b

Choose a tag to compare

Fixes to properly deserialize all program and instance messages in user code. Note that ItemHash no longer implements Copy because of #17.

What's Changed

Full Changelog: v0.1.0...v0.2.0


Published to crates.io

v0.1.0

22 Dec 17:10
2ee0f3b

Choose a tag to compare

Minimal SDK + CLI with support for all Aleph Cloud message types.

What's Changed

New Contributors

Full Changelog: https://github.com/aleph-im/aleph-rs/commits/v0.1.0


Published to crates.io

v0.1.0-rc5

22 Dec 16:40
e2411e9

Choose a tag to compare

v0.1.0-rc5 Pre-release
Pre-release

What's Changed

  • internal: fix path to binary in release pipeline by @odesenfans in #13

Full Changelog: v0.1.0-rc4...v0.1.0-rc5


Published to crates.io

v0.1.0-rc4

22 Dec 16:20
93d6d36

Choose a tag to compare

v0.1.0-rc4 Pre-release
Pre-release

What's Changed

Full Changelog: v0.1.0-rc3...v0.1.0-rc4

v0.1.0-rc3

22 Dec 15:14
e648af6

Choose a tag to compare

v0.1.0-rc3 Pre-release
Pre-release

What's Changed

  • internal: fix artifact name in release pipeline by @odesenfans in #11

Full Changelog: v0.1.0-rc2...v0.1.0-rc3

v0.1.0-rc2

22 Dec 14:13
b9dced6

Choose a tag to compare

v0.1.0-rc2 Pre-release
Pre-release

What's Changed

  • internal: fix package versions for release pipeline by @odesenfans in #10

Full Changelog: v0.1.0-rc1...v0.1.0-rc2

v0.1.0-rc1

22 Dec 11:49
30f2008

Choose a tag to compare

v0.1.0-rc1 Pre-release
Pre-release

What's Changed

  • internal: release pipeline now depends on manual release creation by @odesenfans in #9

Full Changelog: v0.1.0-rc0...v0.1.0-rc1