Browsertrix Cloud v1.8.0
Deployment
This release can be deployed with Helm by running:
helm upgrade --install btrix https://github.com/webrecorder/browsertrix-cloud/releases/download/v1.8.0/browsertrix-cloud-v1.8.0.tgz
See the development guide for more info how to deploy Browsertrix Cloud.
Major Updates
- Access organization pages via slugs instead of UUIDs in URLs
- Improved login system, including detection of invalid login attempts
- Display execution history in table + support for execution minute quotas.
- Support for multiple storages and replication via background jobs
- Additional webhooks for deletion operations
- Show 'Stopped' (or Stopped: Time Quota Reached) status messages when a crawl is stopped prematurely by user or due to quota constraints, replacing Partial Complete
- Dynamic exclusions: Pages can be excluded quickly without requiring crawler restart.
- New configurable email templates with HTML support
- User Guide Update
What's Changed
- Use org slug in place of UUIDs in app URLs by @SuaYoo in #1277
- User refactor + remove fastapi_users dependency + update fastapi by @ikreymer in #1290
- Make URLs in the settings viewer clickable, removes deeplinked titles by @Shrinks99 in #1247
- avoid exception if 'errors' key doesn't exist by @ikreymer in #1301
- Update README features link to new landing site by @tw4l in #1302
- Update user names in crawls and workflows after username update by @tw4l in #1299
- Prevent user from logging in after 5 consecutive failed login attempts until pw is reset by @tw4l in #1281
- Update tag spacing and styling for remove button by @Shrinks99 in #1283
- Display crawl time usage history table by @SuaYoo in #1304
- Provide full resources in archived items finished webhooks by @tw4l in #1308
- Frontend typo fixes by @ikreymer in #1315
- More stringent UUID types for user input / avoid 500 errors by @ikreymer in #1309
- Check for empty string for SMTP password by @tw4l in #1317
- Enforce quota and hard cap for monthly execution minutes by @tw4l in #1284
- Adds to org dashboard table by @Shrinks99 in #1311
- Storage Refactor: Replication + Custom Storage Support by @ikreymer in #1296
- Fix z-index footer issue in crawl workflow form by @Shrinks99 in #1313
- users: add case-insensitive index to maintain backwards compatibility… by @ikreymer in #1319
- fix regression in concurrent crawls: by @ikreymer in #1324
- Additional Type Hints / Type Fix Pass by @ikreymer in #1320
- Background Jobs Work by @ikreymer in #1321
- correctly suffix Auth-Signer url when running in custom namespace by @fservida in #1335
- Allow User to specify custom cluster-issuer by @fservida in #1332
- exclusion optimizations: dynamic exclusions (part of #1216): by @ikreymer in #1268
- Move backend app templates to be installed from configmap volume by @ikreymer in #1331
- Crawl Timeout via elapsed time by @ikreymer in #1338
- Add checkmark next to replicated/backed up files by @tw4l in #1343
- background jobs fix: ensure bucket is parsed correctly by @ikreymer in #1359
- charts cleanup: by @ikreymer in #1360
- Send email to superuser when background job fails by @tw4l in #1355
- Encode the collection sharing URL by @Shrinks99 in #1362
- Regression fix: add profiles/ prefix to profile filenames by @tw4l in #1365
- Implement retry API endpoint for failed background jobs by @tw4l in #1356
- Add crawl, upload, and collection delete webhook event notifications by @tw4l in #1363
- node affinity: set to required instead of preferred to keep crawlers on dedicated infrastructure by @ikreymer in #1366
- Minor capitalization fixes for workflow options by @Shrinks99 in #1374
- Update execution time display by @emma-sg in #1373
- Replace partial_complete -> stopped_by_user or stopped_quota_reached + operator edge cases by @ikreymer in #1368
- Remove collection share access column header icon by @Shrinks99 in #1371
- Email Templates by @ikreymer in #1375
- Improves user documentation intro by @Shrinks99 in #1376
New Contributors
Full Changelog: v1.7.1...v1.8.0