2.6.3
Ray-2.6.3
Added 1
- Add Learner API documentation for RLlib
Fixed 3
- Fix memory leak from the end of object stream object in streaming generators
- Fix serve run help message
- Decrement ray_serve_deployment_queued_queries when client disconnects
The Ray 2.6.3 patch release contains fixes for Ray Serve, and Ray Core streaming generators.
Ray Core
🔨 Fixes:
- [Core][Streaming Generator] Fix memory leak from the end of object stream object #38152 (#38206)
Ray Serve
🔨 Fixes:
- [Serve] Fix
serve runhelp message (#37859) (#38018) - [Serve] Decrement
ray_serve_deployment_queued_querieswhen client disconnects (#37965) (#38020)
RLib
📖 Documentation:
- [RLlib][docs] Learner API Docs (#37729) (#38137)