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
Copy file name to clipboardExpand all lines: content/foundation/posts/bee-v2.8.1-release.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,7 @@ aliases = [
14
14
]
15
15
+++
16
16
17
-
*Bee v2.8.1 is a non-disruptive release focused on performance, data durability, and developer experience, with some operational cleanup. It is scheduled for release on **July 7th, 2026**.*
17
+
*Bee v2.8.1 is a non-disruptive release focused on performance, data durability, and developer experience, with some operational cleanup. It was released on **July 7th, 2026**.*
18
18
19
19
## What Is Changing
20
20
@@ -112,7 +112,7 @@ Bee v2.8.1 fixes this: the node now signs its address record **once and reuses t
112
112
The network's minimum supported version has been **v2.8.0** since the [v2.8.0 release](https://blog.ethswarm.org/foundation/2026/bee-2-8-release/#updated-p2p-protocol-compatibility), which introduced breaking p2p protocol changes. Bee v2.8.1 now removes the remaining v2.6.0 backward-compatibility code, so nodes still on v2.6.0 or earlier also lose the ability to upgrade directly to v2.8.1.
113
113
114
114
{{< admonition warning >}}
115
-
**If you are still running a Bee v2.6.0 (or older) node:** upgrade to **v2.8.0 now**, then to **v2.8.1** once it is released, or re-install the node fresh on **v2.8.1**.
115
+
**If you are still running a Bee v2.6.0 (or older) node:** upgrade to **v2.8.0** first, then to **v2.8.1**, or re-install the node fresh on **v2.8.1**.
116
116
{{< /admonition >}}
117
117
118
118
## API & Developer Changes
@@ -146,12 +146,12 @@ On the maintenance side: the Docker Compose environment variables were updated t
146
146
147
147
## Full Changelog
148
148
149
-
For the complete list of changes, see the [Bee v2.8.1 release changelog](https://github.com/ethersphere/bee/releases/tag/v2.8.1) on GitHub (live on release day).
149
+
For the complete list of changes, see the [Bee v2.8.1 release changelog](https://github.com/ethersphere/bee/releases/tag/v2.8.1) on GitHub.
150
150
151
151
## Need Help?
152
152
153
153
If you're a node operator or developer with questions about upgrading or the new features, join the [#node-operators](https://discord.gg/qs7QBKxrR4) channel on the Swarm Discord.
154
154
155
155
---
156
156
157
-
*Bee v2.8.1 is scheduled for release on **July 7th, 2026**. This post will be updated when it goes live. Start planning your upgrade now, especially if you use dev mode for local development or still run a Bee v2.6.0 node.*
157
+
*Bee v2.8.1 was released on **July 7th, 2026**. Plan your upgrade now, especially if you use dev mode for local development or still run a Bee v2.6.0 node.*
0 commit comments