Skip to content

Releases: webrecorder/browsertrix

Browsertrix v1.21.5

10 Feb 03:59

Choose a tag to compare

Deployment

This release can be deployed with Helm directly by running:

helm upgrade --install btrix https://github.com/webrecorder/browsertrix/releases/download/v1.21.5/browsertrix-v1.21.5.tgz

Alternatively, you can add the Browsertrix Helm Chart Repo with:

helm repo add browsertrix https://docs.browsertrix.com/helm-repo/
helm upgrade --install btrix browsertrix/browsertrix --version 1.21.5

See the development guide for more info how to deploy Browsertrix.

What's Changed

  • Pin setuptools<82.0.0 to fix issue preventing backend container from starting by @tw4l in #3163

Full Changelog: v1.21.4...v1.21.5

Browsertrix v1.21.4

06 Feb 01:16

Choose a tag to compare

Deployment

This release can be deployed with Helm directly by running:

helm upgrade --install btrix https://github.com/webrecorder/browsertrix/releases/download/v1.21.4/browsertrix-v1.21.4.tgz

Alternatively, you can add the Browsertrix Helm Chart Repo with:

helm repo add browsertrix https://docs.browsertrix.com/helm-repo/
helm upgrade --install btrix browsertrix/browsertrix --version 1.21.4

See the development guide for more info how to deploy Browsertrix.

What's Changed

Full Changelog: v1.21.3...v1.21.4

Browsertrix v1.21.3

05 Feb 00:52

Choose a tag to compare

Deployment

This release can be deployed with Helm directly by running:

helm upgrade --install btrix https://github.com/webrecorder/browsertrix/releases/download/v1.21.3/browsertrix-v1.21.3.tgz

Alternatively, you can add the Browsertrix Helm Chart Repo with:

helm repo add browsertrix https://docs.browsertrix.com/helm-repo/
helm upgrade --install btrix browsertrix/browsertrix --version 1.21.3

See the development guide for more info how to deploy Browsertrix.

What's Changed

Full Changelog: v1.21.2...v1.21.3

Browsertrix v1.22.0-beta.0

31 Jan 00:09

Choose a tag to compare

Pre-release

Deployment

Beta release for Dedupe for testing!

This release can be deployed with Helm directly by running:

helm upgrade --install btrix https://github.com/webrecorder/browsertrix/releases/download/v1.22.0-beta.0/browsertrix-v1.22.0-beta.0.tgz

Alternatively, you can add the Browsertrix Helm Chart Repo with:

helm repo add browsertrix https://docs.browsertrix.com/helm-repo/
helm upgrade --install btrix browsertrix/browsertrix --version 1.22.0-beta.0

What's Changed

  • Add "QA Rating" filter to archived item list by @emma-sg in #3136
  • Dedupe!

Full Changelog: v1.21.2...v1.22.0-beta.0

Browsertrix v1.21.2

22 Jan 20:04

Choose a tag to compare

Deployment

This release can be deployed with Helm directly by running:

helm upgrade --install btrix https://github.com/webrecorder/browsertrix/releases/download/v1.21.2/browsertrix-v1.21.2.tgz

Alternatively, you can add the Browsertrix Helm Chart Repo with:

helm repo add browsertrix https://docs.browsertrix.com/helm-repo/
helm upgrade --install btrix browsertrix/browsertrix --version 1.21.2

See the development guide for more info how to deploy Browsertrix.

What's Changed

  • Bugfix: remove crawlType param from archived items api call when not set by @emma-sg in #3131

Full Changelog: v1.21.1...v1.21.2

Browsertrix v1.21.1

21 Jan 18:38

Choose a tag to compare

Deployment

This release can be deployed with Helm directly by running:

helm upgrade --install btrix https://github.com/webrecorder/browsertrix/releases/download/v1.21.1/browsertrix-v1.21.1.tgz

Alternatively, you can add the Browsertrix Helm Chart Repo with:

helm repo add browsertrix https://docs.browsertrix.com/helm-repo/
helm upgrade --install btrix browsertrix/browsertrix --version 1.21.1

See the development guide for more info how to deploy Browsertrix.

What's Changed

  • profile update replica on upload: by @ikreymer in #3082
  • docs: ensure correct path is generate in api docs index.htm by @ikreymer in #3094
  • Increase timeout for scheduled crawl test to 10 mins by @tw4l in #3086
  • quickfix: ignore lastWorkers of 0 when determining if pod restart is needed by @ikreymer in #3097
  • fix: Fix QA analysis icon color by @SuaYoo in #3098
  • fix: Prevent request with undefined org ID by @SuaYoo in #3100
  • Only replicate files after crawl successfully completes by @tw4l in #3084
  • Fix subdocument update format in org quota update by @emma-sg in #3114
  • Bump pydantic and fastapi to support Python 3.14 by @tw4l in #2948
  • Fix checking of minimum crawler versions by @tw4l in #3096
  • Fix Total Pages Computation by @ikreymer in #3120
  • Linter update, switch to ruff by @ikreymer in #3119
  • operator: track separate size pending for each pod when pausing by @ikreymer in #3122
  • Weblate: Add beginning of zh-Hans translations by @ikreymer in #3126

Full Changelog: v1.21.0...v1.21.1

Browsertrix v1.21.0

17 Dec 22:03
2793d2c

Choose a tag to compare

Deployment

This release can be deployed with Helm directly by running:

helm upgrade --install btrix https://github.com/webrecorder/browsertrix/releases/download/v1.21.0/browsertrix-v1.21.0.tgz

Alternatively, you can add the Browsertrix Helm Chart Repo with:

helm repo add browsertrix https://docs.browsertrix.com/helm-repo/
helm upgrade --install btrix browsertrix/browsertrix --version 1.21.0

See the development guide for more info how to deploy Browsertrix.

What's Changed

  • Add support for --useRobots crawler flag to Browsertrix by @tw4l in #3029
  • Pause crawls instead of stopping when quotas are reached or archiving is disabled by @tw4l in #2997
  • Quota Check Fix by @ikreymer in #3048
  • fix: Adjust page titles and badges for consistency by @SuaYoo in #3053
  • fix: Correct link to active crawl by @SuaYoo in #3070
  • add missing icons and fix docs to reflect icon use in browsertrix by @emma-sg in #3071
  • Fix crawl workflow statistics by @tw4l in #3066
  • mongo migrate: update to mongo 7.0 + set feature compatibility. by @ikreymer in #3078
  • quickfix: add logging for while migration is running + bump version by @ikreymer in #3081
  • Only modify CrawlConfig.config fields included in PATCH request by @tw4l in #3080

Full Changelog: v1.20.1...v1.21.0

Browsertrix v1.21.0-beta.0

16 Dec 00:50
a128ebe

Choose a tag to compare

Pre-release

Deployment

This release can be deployed with Helm directly by running:

helm upgrade --install btrix https://github.com/webrecorder/browsertrix/releases/download/v1.21.0-beta.0/browsertrix-v1.21.0-beta.0.tgz

Alternatively, you can add the Browsertrix Helm Chart Repo with:

helm repo add browsertrix https://docs.browsertrix.com/helm-repo/
helm upgrade --install btrix browsertrix/browsertrix --version 1.21.0-beta.0

See the development guide for more info how to deploy Browsertrix.

What's Changed

  • Add support for --useRobots crawler flag to Browsertrix by @tw4l in #3029
  • Pause crawls instead of stopping when quotas are reached or archiving is disabled by @tw4l in #2997
  • Quota Check Fix by @ikreymer in #3048
  • fix: Adjust page titles and badges for consistency by @SuaYoo in #3053
  • fix: Correct link to active crawl by @SuaYoo in #3070
  • add missing icons and fix docs to reflect icon use in browsertrix by @emma-sg in #3071
  • Fix crawl workflow statistics by @tw4l in #3066
  • mongo migrate: update to mongo 7.0 + set feature compatibility. by @ikreymer in #3078

Full Changelog: v1.20.1...v1.21.0-beta.0

Browsertrix v1.20.1

04 Dec 01:12
6f1c342

Choose a tag to compare

Deployment

This release can be deployed with Helm directly by running:

helm upgrade --install btrix https://github.com/webrecorder/browsertrix/releases/download/v1.20.1/browsertrix-v1.20.1.tgz

Alternatively, you can add the Browsertrix Helm Chart Repo with:

helm repo add browsertrix https://docs.browsertrix.com/helm-repo/
helm upgrade --install btrix browsertrix/browsertrix --version 1.20.1

See the development guide for more info how to deploy Browsertrix.

What's Changed

Full Changelog: v1.20.0...v1.20.1

Browsertrix v1.20.0

02 Dec 20:56
79f4b5f

Choose a tag to compare

Deployment

This release can be deployed with Helm directly by running:

helm upgrade --install btrix https://github.com/webrecorder/browsertrix/releases/download/v1.20.0/browsertrix-v1.20.0.tgz

Alternatively, you can add the Browsertrix Helm Chart Repo with:

helm repo add browsertrix https://docs.browsertrix.com/helm-repo/
helm upgrade --install btrix browsertrix/browsertrix --version 1.20.0

What's Changed

  • feat: Show all crawl runs + crawl deletion UX improvements by @SuaYoo in #2917
  • devex: Refactor archived item list component files by @SuaYoo in #2949
  • devex: Refactor crawl status into separate upload status by @SuaYoo in #2950
  • tests nightly: fix concurrent crawl check, use updated limit chart value by @ikreymer in #2968
  • Additional tagCounts endpoints and options by @tw4l in #2923
  • feat: Filter crawl runs by tag by @SuaYoo in #2969
  • Auto-Update Profile Support + Last Crawl Modified on Profile by @ikreymer in #2965
  • misc backend profile fixes: by @ikreymer in #2973
  • fix: Fix list filters by @SuaYoo in #2980
  • Fix "Edit Exclusions" button by @HexagonWin in #2983
  • Add backend tags support for profiles by @tw4l in #2974
  • docs: serve swagger + redoc ui locally by @ikreymer in #2985
  • Additional Profile Tests + Reset Profiles fix by @ikreymer in #2987
  • Regression fix: Update failed crawl database object after deleting files by @tw4l in #2993
  • profile constraints improvements by @ikreymer in #2988
  • Fix dropdown clipping issue in orgs list when few orgs are visible by @emma-sg in #2990
  • support host-specific global proxy settings: by @ikreymer in #2995
  • Add profile ids filter to crawlconfigs search-values endpoint by @tw4l in #3000
  • fix: Re-enable scroll lock by @SuaYoo in #3003
  • profile constraint follow-up: by @ikreymer in #3009
  • Add initial disk cleanup action for nightly tests by @tw4l in #3014
  • Add profile search-values endpoint by @tw4l in #3015
  • CI: use Mongo 8 for testing by @ikreymer in #3019
  • feat: Standardize browser profile display and proxy setting by @SuaYoo in #3004
  • Ensure that profile and crawlconfig sorting of names and URLs is case-insensitive by @tw4l in #3016
  • fix: Handle no origins or invalid origin by @SuaYoo in #3025
  • feat: Filter browser profile list by name by @SuaYoo in #3017
  • Frontend browser profile UI enhancements origin check fix by @ikreymer in #3030
  • Add backend validation to prevent adding failed crawls to collection by @tw4l in #2930
  • devex: add helm chart option to drop indexes on startup by @ikreymer in #3031
  • shareable workflows adds cors by @ikreymer in #3032
  • fix: Fix profile tag count changing after delete by @SuaYoo in #3026
  • quickfix: fix possibly undefined 'pod_info' in operator by @ikreymer in #3033
  • Quickfix: Anticipate that crawl profile may have been deleted by @tw4l in #3036
  • feat: Browser profile enhancements by @SuaYoo in #3024
  • docs: Update browser profile user guide by @SuaYoo in #3034
  • quickfix: add frame-ancestors csp policy by @ikreymer in #3039
  • quickfix: include scheme in csp policy by @ikreymer in #3040

New Contributors

Full Changelog: v1.19.7...v1.20.0