Skip to content

Tags: madsim-rs/madsim

Tags

v0.2.25

Toggle v0.2.25's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
add `task::AbortHandle::is_finished`. (#192)

Signed-off-by: Runji Wang <[email protected]>

v0.2.24

Toggle v0.2.24's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: fix time on x86_64 macos (#189)

* fix time on x86_64 macos

Signed-off-by: Runji Wang <[email protected]>

* add path to madsim deps

Signed-off-by: Runji Wang <[email protected]>

* update deps for madsim

Signed-off-by: Runji Wang <[email protected]>

---------

Signed-off-by: Runji Wang <[email protected]>

v0.2.23

Toggle v0.2.23's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
release a new version madsim and madsim-tokio (#178)

Signed-off-by: Runji Wang <[email protected]>

v0.2.22

Toggle v0.2.22's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat: support auto restarting on panic with certain messages (#142)

* add restart_on_panic_matching

Signed-off-by: Runji Wang <[email protected]>

* bump version

Signed-off-by: Runji Wang <[email protected]>

---------

Signed-off-by: Runji Wang <[email protected]>

v0.2.21

Toggle v0.2.21's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix(tonic): fix panic on server closed (#140)

* tonic: fix panic on connection reset

Signed-off-by: Runji Wang <[email protected]>

* bump version

Signed-off-by: Runji Wang <[email protected]>

---------

Signed-off-by: Runji Wang <[email protected]>

v0.2.20

Toggle v0.2.20's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: fix task leak on RPC server (#139)

* add metric num_tasks_by_node_by_spawn

Signed-off-by: Runji Wang <[email protected]>

* record task spawn time

Signed-off-by: Runji Wang <[email protected]>

* don't spawn task for connection

Signed-off-by: Runji Wang <[email protected]>

* etcd: fix server task leak

Signed-off-by: Runji Wang <[email protected]>

* fix clippy

Signed-off-by: Runji Wang <[email protected]>

* bump version

Signed-off-by: Runji Wang <[email protected]>

* tonic: drop RPC task on client closed

Signed-off-by: Runji Wang <[email protected]>

---------

Signed-off-by: Runji Wang <[email protected]>

v0.2.19

Toggle v0.2.19's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
bump version (#137)

Signed-off-by: Runji Wang <[email protected]>

v0.2.18

Toggle v0.2.18's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix(tonic): return an error when the server stream is broken (#133)

* tonic: fix the error when server stream is broken

Signed-off-by: Runji Wang <[email protected]>

* update CHANGELOG

Signed-off-by: Runji Wang <[email protected]>

* release v0.2.18

Signed-off-by: Runji Wang <[email protected]>

---------

Signed-off-by: Runji Wang <[email protected]>

v0.2.17

Toggle v0.2.17's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
release: v0.2.17 (#127)

* remove printing `MADSIM_CONFIG_HASH` to avoid confusion

Signed-off-by: Runji Wang <[email protected]>

* s3: make fields public for `*Output`

Signed-off-by: Runji Wang <[email protected]>

* bump version to v0.2.17

Signed-off-by: Runji Wang <[email protected]>

* mention patching tokio-stream in README

Signed-off-by: Runji Wang <[email protected]>

---------

Signed-off-by: Runji Wang <[email protected]>

v0.2.16

Toggle v0.2.16's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: fix `clock_gettime` and delete object in s3 (#121)

* fix clock_id=7

Signed-off-by: Runji Wang <[email protected]>

* add changelog and bump version

Signed-off-by: Runji Wang <[email protected]>

* s3: don't return error when deleted object is not found

Signed-off-by: Runji Wang <[email protected]>

* add changelog

Signed-off-by: Runji Wang <[email protected]>

---------

Signed-off-by: Runji Wang <[email protected]>