Skip to content

v0.6.0

Choose a tag to compare

@SHAcollision SHAcollision released this 15 Jan 07:55
· 180 commits to main since this release
7fc8257

First Stable Release: Pubky Homeserver and Pubky SDK

This release marks the first stable versions of the Pubky Homeserver and Pubky SDK.

There are extensive breaking changes compared to versions 0.5.4 and earlier. These changes are not documented in this release because the crates were previously treated as unstable. Any application built against 0.5.4 or earlier should be considered incompatible and must be re-implemented.

From this release onward, all breaking changes will be explicitly documented.

Pubky SDK

Pubky Homeserver

Install as

cargo install pubky-homeserver 

Or build the docker image using the Dockerfile at the root directory. A docker repository image will be available soon.

Pubky Testnet

Install as

cargo install pubky-testnet 

Or build the docker image using the Dockerfile at the root directory. A docker repository image will be available soon.

What's Changed

New Contributors

Full Changelog: v0.5.4...v0.6.0