docs: Add Version 0.2.24 Documentation to for PregelTask, PregelExecutableTask, StateSnapshot, Send
Changes
Added version documentation to classes and functions introduced in version 0.2.24:
-
PregelTaskclass -
PregelExecutableTaskclass -
StateSnapshotclass -
Sendclass
Why
Improves code maintainability by clearly indicating when these types were introduced in the codebase.
The latest updates on your projects. Learn more about Vercel for Git ↗︎
1 Skipped Deployment
| Name | Status | Preview | Comments | Updated (UTC) |
|---|---|---|---|---|
| langgraph-docs-preview | ⬜️ Ignored (Inspect) | Visit Preview | Mar 28, 2025 2:45am |
@eyurtsev caan u check this
Improves code maintainability by clearly indicating when these types were introduced in the codebase.
I'd probably say that this is much more useful for our end users than for internal development. End users may need to know sometimes that a feature is not available for their current version
Improves code maintainability by clearly indicating when these types were introduced in the codebase.
I'd probably say that this is much more useful for our end users than for internal development. End users may need to know sometimes that a feature is not available for their current version
Could u suggest some to work on
@eyurtsev I checked the history of types.py, and it looks like at some point, the entire file was either moved or significantly changed—including PregelTask, which you mentioned.
I followed your suggested steps and created a release based on that version, but let me know if I misunderstood anything or if there’s a better way to approach it. I just want to make sure the GitHub diff actions correctly reflect when PregelTask was added to the class.
Here are the relevant links for reference: GitHub Link 1 GitHub Link 2
Let me know what you think!
Use version-added for when the object / type was introduced into langgraph.
version-modified can be used to capture modifications (e.g., changing namespaces for the type etc.)
Use version-added for when the object / type was introduced into langgraph.
version-modified can be used to capture modifications (e.g., changing namespaces for the type etc.)
Ok thanks for the clarification. I will remove it