Skip to content

Releases: orbitinghail/graft

v0.2.1

04 Dec 01:09

Choose a tag to compare

What's Changed

  • Remove MacOS x86_64 support. At this point it seems like everyone's switched to M2
  • Added support for MacOS in the Graft xcframework

What's Changed

Full Changelog: v0.2.0...v0.2.1

v0.2.0

03 Dec 20:34

Choose a tag to compare

Graft V2 is here! 🥳

This is the end of a long journey. For the summer of 2025, I dedicated myself to building a version of Graft that worked without any middleman servers between the client and object storage. I wanted to make Graft as simple as possible, while still being a useful way for folks to just push things to/from object storage like S3. While this release isn't the end of the journey, it's a major step towards my vision for what Graft will become.

What's Changed

Everything.

New Contributors

  • @Copilot made their first contribution in #178
  • @ignatz made their first contribution in #236

Full Changelog: v0.1.5...v0.2.0

v0.2.0-rc.7

03 Dec 19:33

Choose a tag to compare

v0.2.0-rc.7 Pre-release
Pre-release

What's Changed

What's Changed

Full Changelog: v0.2.0-rc.6...v0.2.0-rc.7

v0.2.0-rc.6

03 Dec 18:17

Choose a tag to compare

v0.2.0-rc.6 Pre-release
Pre-release

Breaking changes!

  • The graft-kernel crate is now just called graft.
  • The graft-core crate has been merged into graft-kernel.

What's Changed

What's Changed

Full Changelog: v0.2.0-rc.5...v0.2.0-rc.6

v0.2.0-rc.5

28 Nov 21:05

Choose a tag to compare

v0.2.0-rc.5 Pre-release
Pre-release

Pre-release of Graft v2! 🥳

This marks a huge change to Graft that's been in the works all summer. Graft no longer has any middle-man services between the client and object storage. Any Graft client, SQLite or otherwise, directly connects to Object Storage to read and write to Volumes.

A new docs site is in the works as this change dramatically alters how Graft works and how to use it (for the better, I hope). The biggest difference is that you don't need to worry about running any additional services. Just install Graft, and you're good to go!

New Contributors

Full Changelog: v0.1.5...v0.2.0-rc.5

v0.1.5

20 Jun 16:59

Choose a tag to compare

What's Changed

Software

Documentation

CI/CD

  • Move typos into dedicated workflow, run ci workflow less by @carlsverre in #113
  • add github workflow which uses lychee to check links by @carlsverre in #128

Dependencies

New Contributors

Full Changelog: v0.1.4...v0.1.5

v0.1.4

24 Apr 01:15

Choose a tag to compare

Graft docker images for the metastore and pagestore have been published to the GitHub Container Registry:

https://github.com/orbitinghail/graft/pkgs/container/metastore
https://github.com/orbitinghail/graft/pkgs/container/pagestore

What's Changed

Dependencies

  • chore(deps): update all patch updates by @renovate in #88
  • chore(deps): update softprops/action-gh-release digest to da05d55 by @renovate in #87

Full Changelog: v0.1.3...v0.1.4

v0.1.3

17 Apr 22:44

Choose a tag to compare

The two client-facing changes in this release are:

All changes:

What's Changed

Dependencies

  • chore(deps): update rust crate blake3 to v1.8.0 by @renovate in #31
  • chore(deps): update taiki-e/install-action digest to daa3c1f by @renovate in #30
  • chore(deps): update rust crate clap to v4.5.35 by @renovate in #33
  • chore(deps): update taiki-e/install-action digest to 575f713 by @renovate in #32
  • chore(deps): update rust crate blake3 to v1.8.1 by @renovate in #43
  • chore(deps): update taiki-e/install-action digest to f1390fd by @renovate in #42
  • chore(deps): update taiki-e/install-action digest to d4635f2 by @renovate in #46
  • chore(deps): pin crate-ci/typos action to b1a1ef3 by @renovate in #45
  • chore(deps): update rust crate tokio to v1.44.2 [security] by @renovate in #50
  • chore(deps): pin dependencies by @renovate in #64
  • chore(deps): update taiki-e/install-action digest to be7c31b by @renovate in #65
  • chore(deps): lock file maintenance by @renovate in #70
  • chore(deps): update taiki-e/install-action digest to 09dc018 by @renovate in #79
  • chore(deps): lock file maintenance by @renovate in #83

New Contributors

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

v0.1.2

31 Mar 22:40

Choose a tag to compare

What's Changed

  • Added pragma graft_version to assist with debugging and support

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

v0.1.1

31 Mar 22:06

Choose a tag to compare

What's Changed

What's Changed

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