Skip to content

Releases: taubyte/tau

v1.1.4

25 Mar 21:39
3bf0127
Compare
Choose a tag to compare

This version include important changes to libdream and how some requests are handled in dream/dev mode.

v1.1.3

29 Feb 01:11
Compare
Choose a tag to compare

Upgraded go to 1.21
vm, vm-orbit and p2p were also upgraded to 1.21 so were their main dep like libp2p and wazero

v1.1.2

19 Feb 21:56
77134c2
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.1.1...v1.1.2

v1.1.1

09 Feb 04:30
9e31aaf
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.1.0...v1.1.1

v1.1.0

16 Jan 20:28
1c3b1f4
Compare
Choose a tag to compare
  1. Upgraded Peer-to-Peer (P2P) Capabilities: This version introduces significant enhancements to the P2P functionality, ensuring more efficient and reliable peer-to-peer communications.

  2. Robustness Improvements in KVDB: We've focused on strengthening the Key-Value Database (KVDB), enhancing its stability and performance under various conditions.

  3. Resolved Issues with Hoarder and Seer: This update addresses and resolves known issues in the Hoarder and Seer components, leading to improved reliability and functionality.

  4. Introduction of Shadows in WASM VM: A major feature in this release is the addition of 'Shadows' to the WebAssembly Virtual Machine (WASM VM). These are background instances that are prepped and ready for handling incoming requests, significantly improving response times and efficiency.

  5. New Gateway Protocol for Layer 7 Load Balancing: A new gateway protocol has been implemented, enabling sophisticated Layer 7 (L7) load balancing over HTTP and HTTPS. This feature enhances the distribution of network traffic, ensuring smoother and more efficient handling of web requests.

v1.0.11

07 Dec 20:45
c27d989
Compare
Choose a tag to compare
  • Enhanced Stability and Reliability: We've addressed a critical issue affecting the hoarder component, ensuring more robust data management and system performance.
  • Improved Communication for KVDB: Users can now experience smoother and more efficient key-value database interactions, thanks to significant upgrades to our peer-to-peer (p2p) communication protocols.
  • P2P Upgrade: The core p2p technology underpinning our platform has been upgraded, leading to overall improvements in network efficiency and data exchange processes.

v1.0.10

18 Aug 18:01
8f8567b
Compare
Choose a tag to compare
fix patrick logs path (#62)

* fix patrick logs path

* upgrade go-interfaces

v1.0.9

18 Aug 17:12
d32b46c
Compare
Choose a tag to compare
fix node set dv key (#64)

* fix node set dv key

* upgrade deps

v1.0.8

16 Aug 23:19
c2e820a
Compare
Choose a tag to compare
59 add patrick http client (#60)

* refactored, tests not passing

* skip failing tests

* refactor http clients + add patrick http client

v1.0.7

14 Aug 16:11
b58dee3
Compare
Choose a tag to compare
40 fixes regarding database path and help for migration (#58)

* working migration

* removed template file

* removed checking error incase it has already been executed

* fixed root and generated domain

* removed services from domain structure and all its references