new attempt

This commit is contained in:
Gabriel mermelstein 2024-08-29 15:00:02 -06:00
parent b38306c849
commit 4515b52310
No known key found for this signature in database
GPG Key ID: 82B8134785FEAE0D

View File

@ -11,7 +11,9 @@ import { AccordionItem } from '@site/src/components/mdx'
<AccordionItem title="v0.31.0">
Named sharding was deprecated in this version. This means that pubsub topics will only be supported if they comply with the static sharding format:
```
/waku/2/rs/<CLUSTER_ID>/<SHARD_ID>
```
In order to migrate your existing application, you need to:
1. Make sure that your clients are sending messages to pubsub topics in the required format