Skip to content

Latest commit

Β 

History

History
176 lines (99 loc) Β· 10.9 KB

CHANGELOG.md

File metadata and controls

176 lines (99 loc) Β· 10.9 KB

Changelog

All notable changes to this project will be documented in this file.

0.8.1 - 2024-08-05

πŸ› Bug Fixes

  • Add encoding when fdopen slave_fd (#69) - (ae27f00)

0.8.0 - 2024-07-26

πŸš€ Features

  • Impl exception_auto_debugger contextmanager (#67) - (63f2d6a)

Build

  • Update ray minimum version to 2.20.0 (#66) - (5a3ff7d)

0.7.0 - 2024-07-25

πŸš€ Features

πŸ› Bug Fixes

  • Fix raise exception in remote func will trigger ray panic (#63) - (63fee2e)

0.6.0 - 2024-07-24

πŸš€ Features

πŸ› Bug Fixes

  • Fix annoying Warning: Input is not a terminal (fd=0) (#58) - (bd6dc73)

βš™οΈ Miscellaneous Tasks

  • Print accepted connection address in RemotePdb (#59) - (b8f7e5b)

0.5.1 - 2024-07-20

πŸ› Bug Fixes

  • Fix connect_and_start return wrong context type (#57) - (db8b8ed)

🚜 Refactor

0.5.0 - 2024-07-12

πŸš€ Features

βš™οΈ Miscellaneous Tasks

0.4.2 - 2024-06-05

πŸ› Bug Fixes

  • Make sunray.Actor type var as covariant (#52) - (ed8598c)

βš™οΈ Miscellaneous Tasks

0.4.1 - 2024-05-31

πŸ› Bug Fixes

  • Make ObjectRef type var as covariant (#48) - (dc2f4df)

🚜 Refactor

  • (typing.py) Move classes out of TYPE_CHECKING block (#49) - (77f342c)

0.4.0 - 2024-05-21

πŸš€ Features

βš™οΈ Miscellaneous Tasks

0.3.1 - 2024-05-20

πŸ› Bug Fixes

  • (typing) Fix runtime_env does not support extra options (#41) - (0be3cb3)

βš™οΈ Miscellaneous Tasks

0.3.0 - 2024-05-11

πŸš€ Features

0.2.0 - 2024-04-29

πŸš€ Features

  • Support actor to call self remote method (#31) - (b04ebd9)

πŸ› Bug Fixes

βš™οΈ Miscellaneous Tasks

  • (cliff) Add more skip cases (#35) - (5f78c30)
  • Update release message (#36) - (69e7cfb)
  • Add commitizen config to support dump version (#34) - (a121aa9)

[0.1.0] - 2024-04-26

πŸš€ Features

πŸ› Bug Fixes

  • Fix remote_method type annotations (#22) - (03f338d)
  • Fix actor with empty options will raise exception (#17) - (2e480c5)

🚜 Refactor

  • Move submodules into _internal/ (#16) - (fa6d70a)

πŸ“š Documentation

πŸ§ͺ Testing

  • Use pytest-mypy-plugins to test typing (#21) - (89f4554)

βš™οΈ Miscellaneous Tasks

Build

  • (test-dep) Add test dependencies (#4) - (22fa233)
  • Add dep typing-extensions (#19) - (0c7b3dd)