Releases: crawlbase/crawlbase-python
Releases · crawlbase/crawlbase-python
Release list
v1.1.0
Added
response['headers']['cb_status']as the preferred Crawlbase status field.- The library resolves status by preferring
cb_statusfrom the API response (header or JSON body), then falling back topc_statuswhencb_statusis absent.
Deprecated
response['headers']['pc_status']is deprecated but still supported temporarily for backward compatibility. It is populated with the same resolved value ascb_status.
Migration
# Deprecated (still works temporarily)
print(response['headers']['pc_status'])
# Preferred
print(response['headers']['cb_status'])Initial rebranding release
v1.0.0 Initial rebranding release