Skip to content

Releases: crawlbase/crawlbase-python

v1.1.0

Choose a tag to compare

@crawlbase crawlbase released this 15 Jul 08:12

Added

  • response['headers']['cb_status'] as the preferred Crawlbase status field.
  • The library resolves status by preferring cb_status from the API response (header or JSON body), then falling back to pc_status when cb_status is absent.

Deprecated

  • response['headers']['pc_status'] is deprecated but still supported temporarily for backward compatibility. It is populated with the same resolved value as cb_status.

Migration

# Deprecated (still works temporarily)
print(response['headers']['pc_status'])

# Preferred
print(response['headers']['cb_status'])

Initial rebranding release

Choose a tag to compare

@crawlbase crawlbase released this 05 Jul 05:55
v1.0.0

Initial rebranding release