We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e96a64 commit b70c3c1Copy full SHA for b70c3c1
CHANGELOG
@@ -1,3 +1,7 @@
1
+- 0.17.0.pre6 - 08-01-2025
2
+
3
+ - Moved all mini_racer interaction with v8 to a dedicated native thread to avoid cross VM stack contamination. Ben Noordhuis
4
5
- 0.17.0.pre5 - 30-09-2024
6
7
- Handle segfault from JSON.stringify
lib/mini_racer/version.rb
@@ -1,6 +1,6 @@
# frozen_string_literal: true
module MiniRacer
- VERSION = "0.17.0.pre5"
+ VERSION = "0.17.0.pre6"
LIBV8_NODE_VERSION = "~> 22.7.0.4"
end
0 commit comments