You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Bacalhau v1.9.2 was released on July 19, 2026. This maintenance release improves execution error reporting and release reliability while updating core Go and Python dependencies.
9
+
10
+
## Compute execution error propagation
11
+
12
+
Errors reported by a compute execution are now propagated through the job execution path instead of being lost at the compute boundary. This gives operators and callers a clearer failure signal when a workload cannot complete successfully.
13
+
14
+
## Release and dependency maintenance
15
+
16
+
The release also:
17
+
18
+
- hardens weekly release gates and tag creation;
19
+
- consolidates weekly dependency updates;
20
+
- updates the NATS Go client and Python client dependencies; and
We are thrilled to announce the release of Bacalhau v1.7.0, marking a significant milestone in our journey to make distributed computing accessible and enterprise-ready. This release introduces enterprise support options, enhanced job management capabilities, significant performance improvements, and a host of new features that make it easier than ever for organizations to deploy and manage distributed compute networks at scale.
8
8
9
-
### Enterprise Support through Expanso
9
+
### Optional Commercial Support
10
10
11
-
Bacalhau v1.7.0 introduces enterprise-grade support options through a flexible licensing model. Organizations can now purchase licenses for their on-premises Bacalhau networks. This offering ensures that enterprises have access to professional support, enabling them to confidently deploy and maintain their distributed compute infrastructure.
11
+
Bacalhau v1.7.0 introduced license-handling features for optional commercial support offerings. The Bacalhau project and software remain open source under the Apache 2.0 license; any commercial license applies only to separately contracted support terms.
12
12
13
-
Our tiered licensing model provides flexibility for organizations of all sizes, from growing startups to large enterprises, ensuring they receive the level of support that matches their needs.
13
+
Optional support terms can be sized for organizations ranging from small teams to large enterprises without changing the open-source license for Bacalhau itself.
14
14
15
15
### Enhanced Job Execution with Partitioned Workloads
16
16
@@ -85,11 +85,11 @@ We've completely rebuilt our documentation with a clear, task-based organization
85
85
86
86
#### Enterprise Support
87
87
88
-
**Q: What license tiers are available?** A: Bacalhau offers a free tier supporting up to 5 nodes, making it easy for teams to get started. Beyond that, organizations can purchase licenses based on their node count requirements.
88
+
**Q: What license tiers are available?** A: Bacalhau itself is open-source software under Apache 2.0. Optional commercial support terms are provided separately and may vary by node count.
89
89
90
90
**Q: What happens if my network exceeds the licensed node count?** A: Your network will continue to operate normally even if you exceed your licensed node count. The system will display a friendly notice about the overage, giving you time to adjust your license as needed.
91
91
92
-
**Q: How do I purchase a license?** A: Licenses can be purchased by contacting our sales team at [support@expanso.io](mailto:support@expanso.io).
92
+
**Q: How do I purchase commercial support?** A: Use the commercial support link on the [Bacalhau home page](/) for the current contact path.
93
93
94
94
**Q: How are licenses deployed?** A: Once a user receives their license, they can deploy it to their network. Only the orchestrator needs the license deployed, eliminating the need to manage licenses on compute nodes or clients. A new configuration option allows you to specify the local license path on the orchestrator.
Copy file name to clipboardExpand all lines: content/community/social-media.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,19 +8,19 @@ Bacalhau has a presence on all major social media networks, so you can follow us
8
8
9
9
## YouTube
10
10
11
-
The [Bacalhau](https://www.youtube.com/@bacalhauproject) and [Expanso](https://www.youtube.com/@ExpansoIO) YouTube channels are home to a wealth of information about the Bacalhau project — everything from developer demos, educational videos, events, etc. You can explore and learn more about Bacalhau.
11
+
The [Bacalhau YouTube channel](https://www.youtube.com/@bacalhauproject) hosts developer demos, educational videos, event recordings, and other information about the project.
12
12
13
13
## Blog
14
14
15
15
Our blog contains product updates, company news, and educational content on how you can leverage Bacalhau and the Compute over Data ecosystem [Bacalhau Blog](https://bacalhau.substack.com/). Also, you can subscribe to our blog and receive the latest news straight to your inbox.
16
16
17
17
## X (Formerly Twitter)
18
18
19
-
You can follow our X accounts [@BacalhauProject](https://x.com/BacalhauProject)and [@ExpansoIO](https://x.com/ExpansoIO) to get Bacalhau news, product updates, etc in tweet-sized bites.
19
+
Follow [@BacalhauProject](https://x.com/BacalhauProject)for project news and updates.
20
20
21
21
## LinkedIn
22
22
23
-
Connect with us on [LinkedIn](https://www.linkedin.com/company/expanso-io) to stay informed about the latest news, industry trends, and exclusive job opportunities!
23
+
Follow the [Bacalhau Project on LinkedIn](https://www.linkedin.com/showcase/bacalhau-project/posts) for project newsand community updates.
Copy file name to clipboardExpand all lines: docs/api/agent.md
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,8 @@
1
+
---
2
+
title: Agent API
3
+
description: Query Bacalhau agent health, capabilities, node identity, and version through the HTTP API.
4
+
---
5
+
1
6
# Agent
2
7
3
8
The Bacalhau Agent APIs provide a convenient means to retrieve information about the Bacalhau node you are communicating with, whether it serves as the orchestrator or functions as a compute node. These APIs offer valuable insights into the node's health, capabilities, and deployed Bacalhau version.
0 commit comments