Skip to content

Releases: webrecorder/browsertrix

Browsertrix v1.22.3

26 Mar 17:58
75ff15a

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

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

What's Changed

  • Make add and remove endpoints accept workflow ids in addition to crawl ids by @tw4l in #3228
  • optimize: query item dependents with single query arg (requiredByCrawls) by @ikreymer in #3231
  • frontend dedupe: avoid passing in large list of crawl ids for 'crawl dependencies' tab by @ikreymer in #3232
  • Fix bug preventing browser profiles and deduplication from being used together in crawls by @tw4l in #3234
  • Convert item dependency tree to list by @emma-sg in #3235

Full Changelog: v1.22.2...v1.22.3

Browsertrix v1.22.2

17 Mar 18:28

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

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

What's Changed

Full Changelog: v1.22.1...v1.22.2

Browsertrix v1.22.1

12 Mar 23:27

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

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

What's Changed

Full Changelog: v1.22.0...v1.22.1

Browsertrix v1.22.0

11 Mar 19:59
1792663

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

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

What's Changed

  • Feature Dedupe->Main Merge by @ikreymer in #3166
  • Update k3d version in k3d CI run by @emma-sg in #3171
  • fix: Proxies and channels render inconsistently in crawling defaults by @SuaYoo in #3168
  • Bump k3d version to working version for nightly, log tests by @tw4l in #3174
  • feat: Add crawl scope for page regex by @SuaYoo in #3154
  • Feature Flags: dedupe & basic superadmin interface by @emma-sg in #3170
  • more robust coll-index operations in operator and redis/kvrocks pod: by @ikreymer in #3175
  • feat: Add deduplication source to org crawling defaults by @SuaYoo in #3169
  • task: Re-enable QA for archived items with dependencies by @SuaYoo in #3181
  • feat: Use dedupe feature flag by @SuaYoo in #3164
  • API option to include dependencies by @ikreymer in #3180
  • add index post crawl jobs for crawls with dedupe index: by @ikreymer in #3184
  • fix: Allow changing dedupe collection after save by @SuaYoo in #3185
  • feat: Differentiate dedupe dependencies by @SuaYoo in #3161
  • Set higher priority for dedupe index pod + detect when not ready by @ikreymer in #3187
  • feat: Include dependencies + handle missing dependencies by @SuaYoo in #3182
  • Remove deleted collection from crawling defaults by @tw4l in #3186
  • Check and auto-resize dedupe index disk space by @ikreymer in #3188
  • fix: Hide divider for empty tag options by @SuaYoo in #3191
  • fix: Hide create button for viewer role by @SuaYoo in #3196
  • task: Move "Fail if not logged in" to browser settings by @SuaYoo in #3194
  • feat: Show tags in QA review dialog by @SuaYoo in #3193
  • fix: Prevent duplicate settings when copying workflow settings by @SuaYoo in #3204
  • fix: Various dedupe UI fixes by @SuaYoo in #3203
  • simplify deletion of dedupe index: by @ikreymer in #3200
  • quick follow to #3200: check finishedAt after 'saved' by @ikreymer in #3209
  • Move docs for Fail Crawl if Not Logged In to where it now lives by @tw4l in #3208
  • Track dedupe index file size in org storage stats by @tw4l in #3207
  • Frontend dedupe UI fixes: more fixes by @emma-sg in #3205
  • Dedupe Integration Tests by @ikreymer in #3211
  • Add deduplication docs to user guide by @tw4l in #3210
  • Dedupe make feature flag default configurable + doc beta notice by @ikreymer in #3216
  • default container image fixes by @ikreymer in #3217

Full Changelog: v1.21.5...v1.22.0

Browsertrix v1.22.0-beta.1

05 Mar 00:24
00d89c1

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.22.0-beta.1/browsertrix-v1.22.0-beta.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.22.0-beta.1

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

What's Changed

  • Feature Dedupe->Main Merge by @ikreymer in #3166
  • Update k3d version in k3d CI run by @emma-sg in #3171
  • fix: Proxies and channels render inconsistently in crawling defaults by @SuaYoo in #3168
  • Bump k3d version to working version for nightly, log tests by @tw4l in #3174
  • feat: Add crawl scope for page regex by @SuaYoo in #3154
  • Feature Flags: dedupe & basic superadmin interface by @emma-sg in #3170
  • more robust coll-index operations in operator and redis/kvrocks pod: by @ikreymer in #3175
  • feat: Add deduplication source to org crawling defaults by @SuaYoo in #3169
  • task: Re-enable QA for archived items with dependencies by @SuaYoo in #3181
  • feat: Use dedupe feature flag by @SuaYoo in #3164
  • API option to include dependencies by @ikreymer in #3180
  • add index post crawl jobs for crawls with dedupe index: by @ikreymer in #3184
  • fix: Allow changing dedupe collection after save by @SuaYoo in #3185
  • feat: Differentiate dedupe dependencies by @SuaYoo in #3161
  • Set higher priority for dedupe index pod + detect when not ready by @ikreymer in #3187
  • feat: Include dependencies + handle missing dependencies by @SuaYoo in #3182
  • Remove deleted collection from crawling defaults by @tw4l in #3186
  • Check and auto-resize dedupe index disk space by @ikreymer in #3188
  • fix: Hide divider for empty tag options by @SuaYoo in #3191
  • fix: Hide create button for viewer role by @SuaYoo in #3196
  • task: Move "Fail if not logged in" to browser settings by @SuaYoo in #3194
  • feat: Show tags in QA review dialog by @SuaYoo in #3193
  • fix: Prevent duplicate settings when copying workflow settings by @SuaYoo in #3204
  • fix: Various dedupe UI fixes by @SuaYoo in #3203
  • simplify deletion of dedupe index: by @ikreymer in #3200
  • quick follow to #3200: check finishedAt after 'saved' by @ikreymer in #3209
  • Move docs for Fail Crawl if Not Logged In to where it now lives by @tw4l in #3208
  • Track dedupe index file size in org storage stats by @tw4l in #3207
  • Frontend dedupe UI fixes: more fixes by @emma-sg in #3205

Full Changelog: v1.21.5...v1.22.0-beta.1

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