Skip to content

Commit

Permalink
fix: Update milestone
Browse files Browse the repository at this point in the history
  • Loading branch information
jopemachine committed Jan 8, 2025
1 parent 261c13f commit c186952
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/ai/backend/manager/api/schema.graphql
Original file line number Diff line number Diff line change
Expand Up @@ -928,9 +928,9 @@ type ComputeSession implements Item {
status_changed: DateTime
status_info: String
status_data: JSONString
status_history: JSONString @deprecated(reason: "Deprecated since 24.12.0; use `status_history_log`")
status_history: JSONString @deprecated(reason: "Deprecated since 25.1.0; use `status_history_log`")

"""Added in 24.12.0"""
"""Added in 25.1.0."""
status_history_log: JSONString
created_at: DateTime
terminated_at: DateTime
Expand Down Expand Up @@ -1211,7 +1211,7 @@ type ComputeSessionNode implements Node {
status_info: String
status_data: JSONString

"""Added in 24.12.0."""
"""Added in 25.1.0."""
status_history: JSONString
created_at: DateTime
terminated_at: DateTime
Expand Down

0 comments on commit c186952

Please sign in to comment.