Skip to content

Tags: taubyte/tau

Tags

v1.1.9

Toggle v1.1.9's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix go releaser build #395

v1.1.8

Toggle v1.1.8's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Upgrade major dependencies including libp2p==v0.41.0 and wazero==v1.9.0

v1.1.7

Toggle v1.1.7's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
drop spin (#307)

v1.1.6

Toggle v1.1.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fixed shadow does not compile for windows #298

v1.1.5

Toggle v1.1.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
[spin] broken symlinks (#244)

v1.1.4

Toggle v1.1.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
updated readme (#139)

v1.1.3

Toggle v1.1.3's commit message
upgrade go to 1.21 - pass 2

v1.1.2

Toggle v1.1.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
A few issues after e2e testing some edge cases #132 (#133)

- CI/CD jobs that take too long were failing -> need to add an eta update mechanism
- Re announcing CI/CD jobs -> only keep one loop + fix logic that was re-announcing some jobs
- Network FQDN is a global variable -> solve that by relying on config (need updated in config-compiler and go-specs)

v1.1.1

Toggle v1.1.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Refactor cli of tau (#125)

- Export/Import Configuration
- Secure Export
- Geo Localization

v1.1.0

Toggle v1.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Refactor KVDB, Update P2P Mock, and Streamline Tests and Hoarder Stre…

…aming

This commit introduces a significant refactor of the KVDB package, implements a new P2P mock, and addresses various issues in tests and hoarder streaming routes. The changes include:

- A new PubSubBroadcaster structure that utilizes libp2p PubSub for broadcasting.
- A mechanism for registering and unregistering topics within the PubSub system.
- Enhanced synchronization with the addition of mutex locks to prevent race conditions.
- Improved error handling and subscription logic to ensure reliable message broadcasting and reception.

These updates aim to optimize the underlying data distribution mechanisms, improve the robustness of the testing framework, and ensure that streaming routes are defined more consistently.