866d86ccf7
Update 0.x package versions
2024-04-05 19:15:29 +03:30
a180dade7f
Release 4.2.8
2024-04-05 18:45:47 +03:30
cfc80c82b6
Update 0.x package versions
2024-03-19 11:44:09 +03:30
b5000207b4
Release 4.2.7
2024-03-19 11:44:09 +03:30
03ca2dc7ea
Update 0.x package versions
2024-03-03 11:46:58 +03:30
209968b205
Release 4.2.6
2024-03-03 11:26:50 +03:30
cbebf78937
Fixed toshared
2024-02-07 14:06:26 +01:00
0a32ca701a
Merge remote-tracking branch 'origin/master' into dcgi
2023-12-23 20:51:47 +11:00
04c49aee4e
Update 0.x package versions
2023-12-23 12:12:20 +03:30
893f96acae
Release 4.2.5
2023-12-23 11:45:27 +03:30
7d796101f7
Merge remote-tracking branch 'origin/master' into dcgi
2023-12-20 11:45:27 +11:00
4d63febf9d
Release 4.2.4 ( #4337 )
2023-11-30 21:16:20 +03:30
fd4f55eddb
Implemented fixes so the journal restoration works properly
2023-11-27 17:04:08 +11:00
4abc21556d
More compile fixes
2023-11-24 11:59:05 +11:00
4baa50a393
Added safety to the journal restore code
2023-11-24 10:37:20 +11:00
cbf29c7723
Update 0.x package versions
2023-10-26 20:10:07 +03:30
3068bf9363
Release 4.2.3
2023-10-26 18:19:08 +03:30
be7e04e0f9
Update package versions
2023-10-04 17:23:04 +03:30
c3f215859d
Release 4.2.2
2023-10-04 17:06:23 +03:30
9302066d32
Update package versions
2023-09-28 16:37:08 +04:00
1f7004d659
Release 4.2.1
2023-09-28 16:15:57 +04:00
524c94c71f
Bumped 0.x crates and downgrade a few other cratest that needed rust 1.70
2023-09-05 15:41:51 +02:00
6213c0d8e5
Release 4.2.0
2023-09-05 15:08:50 +02:00
771014d2db
Bumped v0.x crate version
2023-08-21 15:01:10 +02:00
729f0f268c
Release 4.1.2
2023-08-21 14:45:24 +02:00
0bd4b48691
Release 4.1.1 ( #4124 )
...
* Update CHANGELOG
* Release 4.1.1
* Added manual sectionin CHANGELOG.md
* Bumped 0.x crates
2023-08-03 17:43:16 +02:00
01b1c4b705
Bumped the 0.x wasmer crates
2023-07-24 18:12:28 +02:00
92a829062b
Release 4.1.0
2023-07-24 17:28:57 +02:00
c4541be53b
Make sure docs.rs enables #[cfg(docsrs)] when building docs
2023-07-10 13:07:40 +08:00
935fc09e1b
Enable the doc_cfg feature when running on docs.rs
2023-07-10 12:58:06 +08:00
98d40c25fc
Bumped v0.x crates too
2023-06-22 14:09:14 +02:00
aa20e707f3
Release 4.0.0
2023-06-22 13:50:31 +02:00
c96f74a7af
Update 0.x crates version
2023-06-15 11:42:35 +02:00
82cc3c94a6
Release 4.0.0-beta.3
2023-06-15 10:52:03 +02:00
18ab43bc60
Release 4.0.0-beta.2 ( #3982 )
...
* Update CHANGELOG
* Release 4.0.0-beta.2
* Manual Changelog for beta.2
* Updated 0.x crates when needed
* Bumped wasmer-registry crate to 5.0, there have been some breaking changes
2023-06-09 16:46:28 +02:00
c23ed084ce
chore: Rename wasi dir to wasiX
...
Synchronise the crate name with the directory structure.
Also had to move the lib/wasix/wasix-http-client dir one layer up.
Closes #3785
2023-06-07 10:39:42 +02:00
d48feae6c7
Update v0.x crate version
2023-06-01 19:32:11 +02:00
4bdba31247
Release 4.0.0-beta.1
2023-06-01 19:06:00 +02:00
ce41932ede
Switch all crates over to using the [workspace.package] metadata
2023-05-29 21:08:41 +08:00
36b077d34b
Release 4.0.0-alpha.1 ( #3912 )
...
* Release 4.0.0-alpha.1
2023-05-25 17:30:02 +02:00
4f057856f4
refactor!: Memory API modifications (try_clone/copy, duplicate_in_store)
...
* Change the try_clone and try_copy methods to return a Result<_, MemoryError>
This is a more informative return type than the previous Option<>,
and allows handling failure cases better
* Remove deprecated duplicate_in_store() method
Closes #3810
2023-05-18 02:44:15 +02:00
83970e31a8
Fixed the merge conflicts after merging from master
2023-05-11 22:55:28 +10:00
5eeda455a4
Release 3.3.0 ( #3842 )
...
* Update CHANGELOG
* Release 3.3.0
* Added sumup of the version in CHANGELOG.md
* Update other crate versions
2023-05-03 09:26:36 +00:00
cc5af54606
chore: Add warning when trying to clone owned fd_memory
2023-05-01 21:37:28 +00:00
9fd03bd48f
Implement notify/wait support for fd_mmap memory
...
Needed to align with upstream wait/notify introduction.
2023-05-01 21:37:28 +00:00
74fe894c07
Release 3.2.1 ( #3809 )
...
* Update CHANGELOG
* Release 3.2.1
* Added a manual ChangeLog
* Increment 0.x crates versions too
* Fixed a typo in the (short) ChangeLog
2023-04-21 14:06:31 +00:00
d48f401c5b
Merge branch 'master' into asynchronous-threading
...
Made the snapshot tests more deterministic
2023-04-19 09:58:58 +10:00
d08d3c1c95
Updated the other crates too
2023-04-18 16:53:04 +02:00
7fb7c09080
Release 3.2.0
2023-04-18 16:30:03 +02:00
4762c58d35
Fixed some linting issues
2023-04-15 06:46:18 +10:00