Skip to content

Commit 36adaf6

Browse files
committed
Generate changelog for v9.0.4
1 parent e76a893 commit 36adaf6

1 file changed

Lines changed: 80 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 80 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,54 @@
11
# Changelog
22

3+
## [v9.0.4](https://github.com/bytecodealliance/wasmtime-rb/tree/v9.0.4) (2023-08-22)
4+
5+
[Full Changelog](https://github.com/bytecodealliance/wasmtime-rb/compare/v9.0.1...v9.0.4)
6+
7+
**Merged pull requests:**
8+
9+
- Bump rb\_sys from 0.9.78 to 0.9.81 [\#214](https://github.com/bytecodealliance/wasmtime-rb/pull/214) ([dependabot[bot]](https://github.com/apps/dependabot))
10+
- Bump rb-sys from 0.9.78 to 0.9.81 [\#213](https://github.com/bytecodealliance/wasmtime-rb/pull/213) ([dependabot[bot]](https://github.com/apps/dependabot))
11+
- Bump rake-compiler from 1.2.1 to 1.2.5 [\#212](https://github.com/bytecodealliance/wasmtime-rb/pull/212) ([dependabot[bot]](https://github.com/apps/dependabot))
12+
- Address Ruby dep issues and bump to `v9.0.4` [\#211](https://github.com/bytecodealliance/wasmtime-rb/pull/211) ([ianks](https://github.com/ianks))
13+
- Bump wat from 1.0.64 to 1.0.69 [\#209](https://github.com/bytecodealliance/wasmtime-rb/pull/209) ([dependabot[bot]](https://github.com/apps/dependabot))
14+
- Bump standard from 1.28.2 to 1.30.1 [\#206](https://github.com/bytecodealliance/wasmtime-rb/pull/206) ([dependabot[bot]](https://github.com/apps/dependabot))
15+
- Bump tokio from 1.28.1 to 1.29.1 [\#201](https://github.com/bytecodealliance/wasmtime-rb/pull/201) ([dependabot[bot]](https://github.com/apps/dependabot))
16+
- Pin nightly and use the same magnus version [\#197](https://github.com/bytecodealliance/wasmtime-rb/pull/197) ([saulecabrera](https://github.com/saulecabrera))
17+
318
## [v9.0.1](https://github.com/bytecodealliance/wasmtime-rb/tree/v9.0.1) (2023-05-23)
419

520
[Full Changelog](https://github.com/bytecodealliance/wasmtime-rb/compare/v8.0.0...v9.0.1)
621

22+
**Closed issues:**
23+
24+
- Add documentation about fork safety with `Wasmtime::Engine` [\#174](https://github.com/bytecodealliance/wasmtime-rb/issues/174)
25+
726
**Merged pull requests:**
827

9-
- Add docs for fork safety [\#177](https://github.com/bytecodealliance/wasmtime-rb/pull/177) ([ianks](https://github.com/ianks))
10-
- Test that funcrefs aren't used across stores [\#178](https://github.com/bytecodealliance/wasmtime-rb/pull/178) ([jbourassa](https://github.com/jbourassa))
28+
- Upgrade Wasmtime 9 [\#191](https://github.com/bytecodealliance/wasmtime-rb/pull/191) ([ianks](https://github.com/ianks))
29+
- Bump rb-sys from 0.9.72 to 0.9.77 [\#190](https://github.com/bytecodealliance/wasmtime-rb/pull/190) ([dependabot[bot]](https://github.com/apps/dependabot))
30+
- Bump rb\_sys from 0.9.70 to 0.9.77 [\#189](https://github.com/bytecodealliance/wasmtime-rb/pull/189) ([dependabot[bot]](https://github.com/apps/dependabot))
31+
- Bump tokio from 1.27.0 to 1.28.1 [\#188](https://github.com/bytecodealliance/wasmtime-rb/pull/188) ([dependabot[bot]](https://github.com/apps/dependabot))
1132
- Report memory usage to the Ruby GC [\#187](https://github.com/bytecodealliance/wasmtime-rb/pull/187) ([ianks](https://github.com/ianks))
33+
- Bump standard from 1.25.3 to 1.28.0 [\#186](https://github.com/bytecodealliance/wasmtime-rb/pull/186) ([dependabot[bot]](https://github.com/apps/dependabot))
34+
- Bump yard from 0.9.28 to 0.9.34 [\#185](https://github.com/bytecodealliance/wasmtime-rb/pull/185) ([dependabot[bot]](https://github.com/apps/dependabot))
35+
- Bump wat from 1.0.62 to 1.0.63 [\#184](https://github.com/bytecodealliance/wasmtime-rb/pull/184) ([dependabot[bot]](https://github.com/apps/dependabot))
36+
- Bump anyhow from 1.0.70 to 1.0.71 [\#179](https://github.com/bytecodealliance/wasmtime-rb/pull/179) ([dependabot[bot]](https://github.com/apps/dependabot))
37+
- Test that funcrefs aren't used across stores [\#178](https://github.com/bytecodealliance/wasmtime-rb/pull/178) ([jbourassa](https://github.com/jbourassa))
38+
- Add docs for fork safety [\#177](https://github.com/bytecodealliance/wasmtime-rb/pull/177) ([ianks](https://github.com/ianks))
1239

1340
## [v8.0.0](https://github.com/bytecodealliance/wasmtime-rb/tree/v8.0.0) (2023-04-25)
1441

1542
[Full Changelog](https://github.com/bytecodealliance/wasmtime-rb/compare/v7.0.0...v8.0.0)
1643

1744
**Merged pull requests:**
1845

46+
- Release v8.0.0 [\#176](https://github.com/bytecodealliance/wasmtime-rb/pull/176) ([jbourassa](https://github.com/jbourassa))
47+
- Remove warning from Ractor spec [\#175](https://github.com/bytecodealliance/wasmtime-rb/pull/175) ([jbourassa](https://github.com/jbourassa))
1948
- Wasmtime 8.0 [\#173](https://github.com/bytecodealliance/wasmtime-rb/pull/173) ([jbourassa](https://github.com/jbourassa))
49+
- Forward compatibility with future version of Magnus [\#172](https://github.com/bytecodealliance/wasmtime-rb/pull/172) ([matsadler](https://github.com/matsadler))
50+
- Add "insanity" specs [\#171](https://github.com/bytecodealliance/wasmtime-rb/pull/171) ([ianks](https://github.com/ianks))
51+
- Make `Param` be `Copy` and mark exceptions raised from Ruby [\#158](https://github.com/bytecodealliance/wasmtime-rb/pull/158) ([ianks](https://github.com/ianks))
2052

2153
## [v7.0.0](https://github.com/bytecodealliance/wasmtime-rb/tree/v7.0.0) (2023-04-06)
2254

@@ -29,6 +61,11 @@
2961
**Merged pull requests:**
3062

3163
- Drop support for Ruby 2.7 [\#170](https://github.com/bytecodealliance/wasmtime-rb/pull/170) ([jbourassa](https://github.com/jbourassa))
64+
- Default to Ruby 3.2 in all workflows [\#168](https://github.com/bytecodealliance/wasmtime-rb/pull/168) ([jbourassa](https://github.com/jbourassa))
65+
- Update deps in `examples/rust-crate` [\#167](https://github.com/bytecodealliance/wasmtime-rb/pull/167) ([jbourassa](https://github.com/jbourassa))
66+
- chore\(pkg\): Fix permissions of vendored files [\#166](https://github.com/bytecodealliance/wasmtime-rb/pull/166) ([saulecabrera](https://github.com/saulecabrera))
67+
- chore\(ext\): Update extension crate authors [\#165](https://github.com/bytecodealliance/wasmtime-rb/pull/165) ([saulecabrera](https://github.com/saulecabrera))
68+
- Release v7.0.0 [\#164](https://github.com/bytecodealliance/wasmtime-rb/pull/164) ([jbourassa](https://github.com/jbourassa))
3269
- Wasmtime 7.0 [\#163](https://github.com/bytecodealliance/wasmtime-rb/pull/163) ([jbourassa](https://github.com/jbourassa))
3370
- Fix potential GC bug when expiring the caller [\#162](https://github.com/bytecodealliance/wasmtime-rb/pull/162) ([jbourassa](https://github.com/jbourassa))
3471
- Allowing making Module and Engine Ractor shareable [\#161](https://github.com/bytecodealliance/wasmtime-rb/pull/161) ([macournoyer](https://github.com/macournoyer))
@@ -38,8 +75,6 @@
3875

3976
## [v6.0.1](https://github.com/bytecodealliance/wasmtime-rb/tree/v6.0.1) (2023-03-13)
4077

41-
This release includes 2 security fixes from Wasmtime, see the [Wasmtime 6.0.1 release notes](https://github.com/bytecodealliance/wasmtime/blob/v6.0.1/RELEASES.md#601).
42-
4378
[Full Changelog](https://github.com/bytecodealliance/wasmtime-rb/compare/v6.0.0...v6.0.1)
4479

4580
**Merged pull requests:**
@@ -50,12 +85,45 @@ This release includes 2 security fixes from Wasmtime, see the [Wasmtime 6.0.1 re
5085

5186
[Full Changelog](https://github.com/bytecodealliance/wasmtime-rb/compare/v5.0.0...v6.0.0)
5287

88+
**Closed issues:**
89+
90+
- Precompiled gem for Ruby 3.2 [\#103](https://github.com/bytecodealliance/wasmtime-rb/issues/103)
91+
5392
**Merged pull requests:**
5493

5594
- Update Wasmtime to 6.0 [\#152](https://github.com/bytecodealliance/wasmtime-rb/pull/152) ([jbourassa](https://github.com/jbourassa))
95+
- Fix rb-sys build warning [\#151](https://github.com/bytecodealliance/wasmtime-rb/pull/151) ([jbourassa](https://github.com/jbourassa))
96+
- Reduce dependabot frequency [\#150](https://github.com/bytecodealliance/wasmtime-rb/pull/150) ([sandstrom](https://github.com/sandstrom))
97+
- Bump rb-sys from 0.9.64 to 0.9.65 [\#149](https://github.com/bytecodealliance/wasmtime-rb/pull/149) ([dependabot[bot]](https://github.com/apps/dependabot))
98+
- Bump wat from 1.0.58 to 1.0.59 [\#148](https://github.com/bytecodealliance/wasmtime-rb/pull/148) ([dependabot[bot]](https://github.com/apps/dependabot))
99+
- Bump magnus from 0.5.0 to 0.5.1 [\#147](https://github.com/bytecodealliance/wasmtime-rb/pull/147) ([dependabot[bot]](https://github.com/apps/dependabot))
100+
- Bump benchmark-ips from 2.10.0 to 2.11.0 [\#146](https://github.com/bytecodealliance/wasmtime-rb/pull/146) ([dependabot[bot]](https://github.com/apps/dependabot))
101+
- Bump rb\_sys from 0.9.64 to 0.9.65 [\#145](https://github.com/bytecodealliance/wasmtime-rb/pull/145) ([dependabot[bot]](https://github.com/apps/dependabot))
102+
- Fix the build on Ruby \< 3.0 [\#144](https://github.com/bytecodealliance/wasmtime-rb/pull/144) ([jbourassa](https://github.com/jbourassa))
103+
- Bump rb-sys from 0.9.61 to 0.9.64 [\#142](https://github.com/bytecodealliance/wasmtime-rb/pull/142) ([dependabot[bot]](https://github.com/apps/dependabot))
104+
- Bump wat from 1.0.57 to 1.0.58 [\#141](https://github.com/bytecodealliance/wasmtime-rb/pull/141) ([dependabot[bot]](https://github.com/apps/dependabot))
105+
- Bump rb\_sys from 0.9.61 to 0.9.64 [\#140](https://github.com/bytecodealliance/wasmtime-rb/pull/140) ([dependabot[bot]](https://github.com/apps/dependabot))
106+
- Bump standard from 1.22.1 to 1.24.3 [\#139](https://github.com/bytecodealliance/wasmtime-rb/pull/139) ([dependabot[bot]](https://github.com/apps/dependabot))
107+
- Upgrade Magnus to 0.5.0 [\#138](https://github.com/bytecodealliance/wasmtime-rb/pull/138) ([matsadler](https://github.com/matsadler))
108+
- Bump anyhow from 1.0.68 to 1.0.69 [\#137](https://github.com/bytecodealliance/wasmtime-rb/pull/137) ([dependabot[bot]](https://github.com/apps/dependabot))
109+
- Bump cap-std from 1.0.4 to 1.0.5 [\#136](https://github.com/bytecodealliance/wasmtime-rb/pull/136) ([dependabot[bot]](https://github.com/apps/dependabot))
110+
- Bump wat from 1.0.56 to 1.0.57 [\#134](https://github.com/bytecodealliance/wasmtime-rb/pull/134) ([dependabot[bot]](https://github.com/apps/dependabot))
111+
- Update `rb-sys` to use new `RbSys::ExtensionTask` [\#132](https://github.com/bytecodealliance/wasmtime-rb/pull/132) ([ianks](https://github.com/ianks))
56112
- Tweak codegen flags for optimized, profile-able builds [\#131](https://github.com/bytecodealliance/wasmtime-rb/pull/131) ([ianks](https://github.com/ianks))
113+
- Make ci.yml workflow more trigger happy [\#130](https://github.com/bytecodealliance/wasmtime-rb/pull/130) ([ianks](https://github.com/ianks))
114+
- Ensure source gem builds properly for `cdylib` [\#129](https://github.com/bytecodealliance/wasmtime-rb/pull/129) ([ianks](https://github.com/ianks))
57115
- Document profiling configuration from \#125 [\#127](https://github.com/bytecodealliance/wasmtime-rb/pull/127) ([jbourassa](https://github.com/jbourassa))
116+
- Fix small lint [\#126](https://github.com/bytecodealliance/wasmtime-rb/pull/126) ([ianks](https://github.com/ianks))
58117
- Add support for profiling configuration [\#125](https://github.com/bytecodealliance/wasmtime-rb/pull/125) ([dylanahsmith](https://github.com/dylanahsmith))
118+
- Fix linter [\#124](https://github.com/bytecodealliance/wasmtime-rb/pull/124) ([jbourassa](https://github.com/jbourassa))
119+
- Bump wat from 1.0.55 to 1.0.56 [\#123](https://github.com/bytecodealliance/wasmtime-rb/pull/123) ([dependabot[bot]](https://github.com/apps/dependabot))
120+
- Bump tokio from 1.24.2 to 1.25.0 [\#122](https://github.com/bytecodealliance/wasmtime-rb/pull/122) ([dependabot[bot]](https://github.com/apps/dependabot))
121+
- Patches for easier usage in a crate context [\#121](https://github.com/bytecodealliance/wasmtime-rb/pull/121) ([ianks](https://github.com/ianks))
122+
- Skip CI & memcheck when pushing v\* tags [\#120](https://github.com/bytecodealliance/wasmtime-rb/pull/120) ([jbourassa](https://github.com/jbourassa))
123+
- Bump rb\_sys from 0.9.56 to 0.9.58 [\#119](https://github.com/bytecodealliance/wasmtime-rb/pull/119) ([dependabot[bot]](https://github.com/apps/dependabot))
124+
- Bump standard from 1.22.0 to 1.22.1 [\#118](https://github.com/bytecodealliance/wasmtime-rb/pull/118) ([dependabot[bot]](https://github.com/apps/dependabot))
125+
- Bump rb-sys from 0.9.57 to 0.9.58 [\#117](https://github.com/bytecodealliance/wasmtime-rb/pull/117) ([dependabot[bot]](https://github.com/apps/dependabot))
126+
- Bump ruby-lsp from 0.3.5 to 0.3.8 [\#116](https://github.com/bytecodealliance/wasmtime-rb/pull/116) ([dependabot[bot]](https://github.com/apps/dependabot))
59127

60128
## [v5.0.0](https://github.com/bytecodealliance/wasmtime-rb/tree/v5.0.0) (2023-01-23)
61129

@@ -67,6 +135,14 @@ This release includes 2 security fixes from Wasmtime, see the [Wasmtime 6.0.1 re
67135
- Add `Memory#slice` for zero-copy data access [\#114](https://github.com/bytecodealliance/wasmtime-rb/pull/114) ([ianks](https://github.com/ianks))
68136
- Add `Memory#read_utf8` [\#113](https://github.com/bytecodealliance/wasmtime-rb/pull/113) ([ianks](https://github.com/ianks))
69137
- Implement GC compaction for store data [\#112](https://github.com/bytecodealliance/wasmtime-rb/pull/112) ([ianks](https://github.com/ianks))
138+
- Bump rb-sys from 0.9.54 to 0.9.56 [\#111](https://github.com/bytecodealliance/wasmtime-rb/pull/111) ([dependabot[bot]](https://github.com/apps/dependabot))
139+
- Bump rb\_sys from 0.9.54 to 0.9.56 [\#110](https://github.com/bytecodealliance/wasmtime-rb/pull/110) ([dependabot[bot]](https://github.com/apps/dependabot))
140+
- Bump standard from 1.21.1 to 1.22.0 [\#109](https://github.com/bytecodealliance/wasmtime-rb/pull/109) ([dependabot[bot]](https://github.com/apps/dependabot))
141+
- Version oxidize-rb actions [\#108](https://github.com/bytecodealliance/wasmtime-rb/pull/108) ([ianks](https://github.com/ianks))
142+
- Bump tokio from 1.23.1 to 1.24.1 [\#107](https://github.com/bytecodealliance/wasmtime-rb/pull/107) ([dependabot[bot]](https://github.com/apps/dependabot))
143+
- Bump standard from 1.20.0 to 1.21.1 [\#106](https://github.com/bytecodealliance/wasmtime-rb/pull/106) ([dependabot[bot]](https://github.com/apps/dependabot))
144+
- Bump rb-sys to 0.9.54 for Ruby 3.2 [\#105](https://github.com/bytecodealliance/wasmtime-rb/pull/105) ([jbourassa](https://github.com/jbourassa))
145+
- Bump tokio from 1.23.0 to 1.23.1 [\#104](https://github.com/bytecodealliance/wasmtime-rb/pull/104) ([dependabot[bot]](https://github.com/apps/dependabot))
70146

71147
## [v0.4.1](https://github.com/bytecodealliance/wasmtime-rb/tree/v0.4.1) (2023-01-02)
72148

0 commit comments

Comments
 (0)