Skip to content

Releases: webrecorder/browsertrix

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

Browsertrix v1.19.7

05 Nov 23:57
437a836

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.19.7/browsertrix-v1.19.7.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.19.7

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

What's Changed

Full Changelog: v1.19.6...v1.19.7

Browsertrix v1.19.6

05 Nov 03:05
7626e16

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.19.6/browsertrix-v1.19.6.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.19.6

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

What's Changed

  • btrix dev helper: Add step to build email image to bootstrap by @tw4l in #2939
  • fix: Use org crawling defaults for new browser profile by @SuaYoo in #2937
  • Update seed file cleanup cron job schedule if needed on startup by @tw4l in #2931
  • fix: Show correct empty message for workflows by @SuaYoo in #2929
  • Pin Python to 3.13 or 3.12 for all CI by @tw4l in #2952
  • add optional concurrent max queue limit: by @ikreymer in #2940
  • Optimize Concurrent Crawl Check by @ikreymer in #2945
  • quick follow for #2940: skip max queue limit check if limit is 0 by @ikreymer in #2953

Full Changelog: v1.19.5...v1.19.6

Browsertrix v1.19.5

22 Oct 20:19
c14df11

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.19.5/browsertrix-v1.19.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.19.5

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

What's Changed

  • Delete k8s objects on org deletion by @tw4l in #2881
  • Fix backend k8sapi.py not respecting fqdn_suffix configuration by @Unkn0wnCat in #2890
  • Fix profile filenames in database and re-replicate by @tw4l in #2892
  • feat: Consistently display UI info bars by @SuaYoo in #2897
  • fix: Close archived item delete confirmation dialog with cancel button by @SuaYoo in #2910
  • fix: Fix incorrect option selected in search results by @SuaYoo in #2909
  • Add "Last Crawl Status" filter to workflows list by @emma-sg in #2902
  • Add migration to clean up older left-over cron and crawl jobs by @tw4l in #2903
  • Fix browser profile launch by specifying relative path inside oid dir to profilejob by @tw4l in #2912
  • fix: Workflow pagination regression by @SuaYoo in #2916
  • fix: Fix UI consistency issues with unsuccessful crawls by @SuaYoo in #2914
  • Ensure seed files are deleted on org delete by @tw4l in #2919
  • allow seed cleanup job to delete orphaned seed files after org has be… by @ikreymer in #2920

New Contributors

Full Changelog: v1.19.4...v1.19.5

Browsertrix v1.19.4

16 Oct 23:48
e9273ff

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.19.4/browsertrix-v1.19.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.19.4

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

What's Changed

  • Fix crawl running filter being passed incorrectly to backend by @emma-sg in #2904

Full Changelog: v1.19.3...v1.19.4

Browsertrix v1.19.3

15 Oct 22:13
c0fcc20

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.19.3/browsertrix-v1.19.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.19.3

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

What's Changed

  • test: Fix frontend tests that use timezone by @SuaYoo in #2873
  • Frontend archived item edit dialog focus by @SuaYoo in #2876
  • feat: Enable fuzzy search for collection auto-add by @SuaYoo in #2871
  • Apply changes from filter chip dropdowns immediately by @emma-sg in #2877
  • Fix a variety of layout issues by @emma-sg in #2879
  • fix: Fix tag input dropdown overlap by @SuaYoo in #2883
  • Switch to crawling old.webrecorder.net in backend and nightly tests by @tw4l in #2886
  • Fix issues with filters on archived item & workflow list pages by @emma-sg in #2888
  • devex: Refactor components to use org search context by @SuaYoo in #2880
  • fix: Fix whitespace in workflow deletion toast message by @SuaYoo in #2895
  • Refactor workflows list to use Task & SearchParamsValue by @emma-sg in #2898

Full Changelog: v1.19.2...v1.19.3

Browsertrix v1.19.2

01 Oct 00:39
c508d48

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.19.2/browsertrix-v1.19.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.19.2

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

What's Changed

  • Add backend validation and migration for failOnContentCheck by @tw4l in #2844
  • feat: Move collection settings to own section by @SuaYoo in #2847
  • fix: Prevent showing "not found" page when opening link in new tab by @SuaYoo in #2849
  • Fix a couple issues with pagination component by @emma-sg in #2852
  • Dashboard: change gifted execution minutes graph color by @emma-sg in #2837
  • Update superadmin quota dialog with relative changes & presets by @emma-sg in #2825
  • Fix nightly test for fail on content check by adding browser profile by @tw4l in #2857
  • quickfix: helm chart: only set AVAILABLE_PLANS if actually defined by @ikreymer in #2869
  • Add archived item tag filter by @emma-sg in #2855
  • optimization: adding/removing crawls to/from collection: by @ikreymer in #2870
  • Shareable workflows (API + frontend) by @tw4l in #2783
  • Download archived items as single WACZ file when possible via new download endpoint query parameter by @tw4l in #2850

Full Changelog: v1.19.1...v1.19.2