Releases: taubyte/tau
v1.1.5
What's Changed
- Clean up issues [#142] by @SongYeongEng in #148
- Replace old Odo naming in log by @mortum5 in #155
- Delete old migration code by @mortum5 in #156
- Add select wrapper by @mortum5 in #158
- [seer] Node status propagation #154 by @samyfodil in #163
- chore: Remove unused modernc.org/sqlite dependency by @SongYeongEng in #165
- [seer] use embedding #161 by @ldwangaqr in #168
- Merge in go-interfaces, go-specs and any other repository that is tightly related to tau by @samyfodil in #169
- Handle migration from Protocols to Services in config by @samyfodil in #172
- [libdream] Each universe should have it's own swam key #159 by @ldwangaqr in #171
- Add sync status (kvdb stats) p2p endpoints to auth, tns and patrick by @samyfodil in #175
- Merge dreamland in by @samyfodil in #177
- [dreamland] Get dreamland cli to be built with tau by @samyfodil in #180
- [taucorder] An amazing diagnostic tool that can handle a distributed cloud by @samyfodil in #185
- [taucorder] Cleanup code & fixed terminal does not display command after exit by @samyfodil in #186
- [dream & taucorder] add npm support by @samyfodil in #187
- [p2p] moved in by @samyfodil in #190
- [p2p] optimize and make available in client the send to peer option by @samyfodil in #192
- [taucorder] add db status for auth, tns and patrick by @samyfodil in #193
- starlark package by @samyfodil in #197
- [starlark] handle go native types errors plus handle error return by @samyfodil in #200
- cloud development kit - js/ts poc iteration by @samyfodil in #201
- [mycelium] A package for ssh orchestration by @samyfodil in #203
- Deleted deprecated struct #205 by @vasnt in #210
- [substrate] Add ping p2p endpoint by @vasnt in #211
- fix
[substrate] Add ping p2p endpoint using
cr. instead of response. by @samyfodil in #213 - Update README.md: Generate a domain validation key pair and swarm key… by @yonas in #214
- Add pre-commit & fixed files with issues by @samyfodil in #216
- build info and commit sub command (#217) by @samyfodil in #218
- Move and update taubyte/go-simple-git here to pkg/git #219 by @samyfodil in #220
- #174 Removed De-duplication of starfish struct and created a new mock package with that struct by @Qu-Ack in #222
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #221
- test: Use temporary folder in test by @nusr in #224
- [pre-commit] make sure goimports and staticcheck are installed by @samyfodil in #226
- Run tests for pull requests by @samyfodil in #229
- Github Actions - Handle TEST_GIT_TOKEN not passed on forks by @samyfodil in #231
- refactor: simplified entry-point logic by @EndowTheGreat in #227
- refactor: retry logic for deployment key by @mohitsethia in #223
- Replace MkdirTemp calls in tests with t.TempDir() by @jjjclarke in #234
- Handling multiple branches by @samyfodil in #237
- [p2p] optimize client by @samyfodil in #238
- update wazero to v1.7.2 by @samyfodil in #240
- [spin] A secure webassembly container runtime 241 by @samyfodil in #242
- [spin] broken symlinks by @samyfodil in #244
New Contributors
- @SongYeongEng made their first contribution in #148
- @mortum5 made their first contribution in #155
- @ldwangaqr made their first contribution in #168
- @vasnt made their first contribution in #210
- @yonas made their first contribution in #214
- @Qu-Ack made their first contribution in #222
- @pre-commit-ci made their first contribution in #221
- @nusr made their first contribution in #224
- @EndowTheGreat made their first contribution in #227
- @mohitsethia made their first contribution in #223
- @jjjclarke made their first contribution in #234
Full Changelog: v1.1.4...v1.1.5
v1.1.4
v1.1.3
v1.1.2
What's Changed
- LOG_LEVEL can now be used to set level by @samyfodil in #129
- Handle CAA requests in Seer and prefix logs with tau #130 by @samyfodil in #131
- A few issues after e2e testing some edge cases #132 by @samyfodil in #133
Full Changelog: v1.1.1...v1.1.2
v1.1.1
What's Changed
- fixed generated domain issue with seer by @samyfodil in #121
- #118 Fix issues introduced by #68 #65 by @samyfodil in #122
- Refactor cli of tau by @samyfodil in #125
Full Changelog: v1.1.0...v1.1.1
v1.1.0
-
Upgraded Peer-to-Peer (P2P) Capabilities: This version introduces significant enhancements to the P2P functionality, ensuring more efficient and reliable peer-to-peer communications.
-
Robustness Improvements in KVDB: We've focused on strengthening the Key-Value Database (KVDB), enhancing its stability and performance under various conditions.
-
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.
-
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.
-
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
- 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
fix patrick logs path (#62) * fix patrick logs path * upgrade go-interfaces
v1.0.9
fix node set dv key (#64) * fix node set dv key * upgrade deps
v1.0.8
59 add patrick http client (#60) * refactored, tests not passing * skip failing tests * refactor http clients + add patrick http client