Skip to content

Releases: kylemclaren/spritesync

v0.3.1

Choose a tag to compare

@kylemclaren kylemclaren released this 14 Jan 14:14

Bug Fixes

  • Fix bidirectional device registration in join command - When a device joins a sync group, it now properly registers itself with all existing group members. This fixes the issue where existing members would reject connections from new joiners as "unknown device".

Changes

  • Add /register API endpoint to discovery service that accepts device registration requests
  • Update cmdJoin to register with founding device and all group members after joining
  • Update install.sh quick start commands to show the recommended create/join workflow

Upgrade

Existing devices need to reinstall or rebuild to get the /register endpoint:

```bash

Reinstall

bash <(curl -fsSL https://raw.githubusercontent.com/kylemclaren/spritesync/main/install.sh)

Or rebuild from source

go build -o spritesync && sudo mv spritesync /usr/local/bin/
```

After upgrading, restart the spritesync service:
```bash
sprite-env services stop spritesync && sprite-env services start spritesync
```

Full Changelog: v0.3.0...v0.3.1

v0.3.0

Choose a tag to compare

@github-actions github-actions released this 12 Jan 23:17

Full Changelog: v0.2.8...v0.3.0

v0.2.8

Choose a tag to compare

@github-actions github-actions released this 12 Jan 23:05

Full Changelog: v0.2.7...v0.2.8

v0.2.7

Choose a tag to compare

@github-actions github-actions released this 12 Jan 22:57

Full Changelog: v0.2.6...v0.2.7

v0.2.6

Choose a tag to compare

@github-actions github-actions released this 12 Jan 22:54

Full Changelog: v0.2.5...v0.2.6

v0.2.5

Choose a tag to compare

@github-actions github-actions released this 12 Jan 22:50

Full Changelog: v0.2.4...v0.2.5

v0.2.4

Choose a tag to compare

@github-actions github-actions released this 12 Jan 22:38

Full Changelog: v0.2.3...v0.2.4

v0.2.3

Choose a tag to compare

@github-actions github-actions released this 12 Jan 22:36

Full Changelog: v0.2.2...v0.2.3

v0.2.2

Choose a tag to compare

@github-actions github-actions released this 12 Jan 22:23

Full Changelog: v0.2.1...v0.2.2

v0.2.1

Choose a tag to compare

@github-actions github-actions released this 12 Jan 22:21

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