Skip to content

Commit

Permalink
Upgrade to Docusaurus 3.5.x
Browse files Browse the repository at this point in the history
3.5.1 contains an Algolia search plugin fix [1].

While at it, fix a few warnings emitted on/by the 3.5.x
series.

1. facebook/docusaurus#10384
  • Loading branch information
michaelklishin committed Aug 11, 2024
1 parent 97e931e commit ab75d6b
Show file tree
Hide file tree
Showing 4 changed files with 377 additions and 373 deletions.
8 changes: 6 additions & 2 deletions blog/2024-05-23-erlang27-support/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,14 @@ authors: [kura]

[Erlang/OTP 27.0 was released on May 20th, 2024](https://www.erlang.org/blog/highlights-otp-27/).
While it contains a lot of exciting features and improvements, unfortunately RabbitMQ currently
doesn't work well with this version. We are aware of significant performance regressions,
doesn't work well with this version.

<!-- truncate -->

Our team has discovered significant performance regressions on Erlang 27,
as high as 30% lower message throughput in many common workloads.

We are investigating the root cause of this regression.
We are investigating the root cause of the regressions.
Please do not use Erlang/OTP 27 with RabbitMQ at this time.

We will announce support for Erlang/OTP 27 when we are confident that it works well with RabbitMQ.
2 changes: 1 addition & 1 deletion docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ const config = {
'https://github.com/rabbitmq/rabbitmq-website/tree/main/',
rehypePlugins: [imgRendering],
// silence a warning about older blog posts with Docusaurus 3.5.0+
// onUntruncatedBlogPosts: 'ignore'
onUntruncatedBlogPosts: 'ignore'
},
theme: {
customCss: './src/css/custom.css',
Expand Down
Loading

0 comments on commit ab75d6b

Please sign in to comment.