neo4j-python-driver icon indicating copy to clipboard operation
neo4j-python-driver copied to clipboard

Deprecate notifications, stabilize GQL statuses in turn

Open robsdedude opened this issue 6 months ago • 0 comments

  • Notifications
    • Deprecate notifications and related APIs:
      • ResultSummary.notifications
      • ResultSummary.summary_notifications
      • neo4j.SummaryNotification
      • neo4j.NotificationCategory
      • neo4j.NotificationDisabledCategory
    • Stabilize GQL status objects (use this instead of notifications):
      • ResultSummary.gql_status_objects
      • neo4j.GqlStatusObject
  • Errors
    • Stabilize GQL error data
      • neo4j.exceptions.GqlError
      • neo4j.exceptions.GqlErrorClassification

robsdedude avatar Jun 10 '25 07:06 robsdedude