Releases: mozilla/fx-private-relay
2024.01.24
Released to relay.firefox.com on January 30th, 2024 with SVCSE-1732.
There are no user-facing changes in this release.
Other changes
- MPP-3668 collect domain address telemetry by @say-yawn in #4323
- MPP-3495: Fix next URL check by @jwhitlock in #4324
- MPP-3636: Refactor version loading by @jwhitlock in #4340
- MPP-3636: Add type hints to Profile.fxa, handle
null
cases by @jwhitlock in #4342 - MPP-2530, MPP-3487: Test Python 3.11, 3.12 by @jwhitlock in #4344
- MPP-3636: Fix domain address conflict handling by @jwhitlock in #4341
Dependency updates
- Bump the eslint group with 2 updates by @dependabot in #4325
- Bump @next/eslint-plugin-next from 14.0.4 to 14.1.0 by @dependabot in #4326
- Bump stylelint from 16.1.0 to 16.2.0 by @dependabot in #4327
- Bump stylelint-scss from 6.0.0 to 6.1.0 by @dependabot in #4330
- Bump prettier from 3.2.2 to 3.2.4 by @dependabot in #4331
- Bump sass from 1.69.7 to 1.70.0 by @dependabot in #4328
- Bump next from 14.0.4 to 14.1.0 by @dependabot in #4332
- Bump the typing-stubs group with 2 updates by @dependabot in #4334
- Bump boto3 from 1.34.19 to 1.34.23 by @dependabot in #4338
- Bump phonenumbers from 8.13.27 to 8.13.28 by @dependabot in #4337
- Bump drf-spectacular from 0.27.0 to 0.27.1 by @dependabot in #4336
- Bump django-allauth from 0.60.0 to 0.60.1 by @dependabot in #4335
- Bump @mozilla-protocol/core from 17.0.1 to 19.0.0 by @dependabot in #4314
- Bump @playwright/test from 1.38.1 to 1.41.1 by @dependabot in #4329
Full Changelog: 2024.01.18...2024.01.24
2024.01.18
Planned for release to relay.firefox.com on January 23rd, 2024.
User-facing changes
- MPP-3701: Patch for Android modal dismissal clickthrough by @rafeerahman in #4317
- MPP-3701: Fix for stage bug (2024.01.17) where multiple delete modals open by @rafeerahman in #4319
Other changes
- MPP-2881: More Django 4.2 updates by @jwhitlock in #4297
- Fix MPP-3700: empty DomainAddress.used_on|description fields when pro… by @groovecoder in #4318
Dependency updates
- Bump prettier from 3.1.1 to 3.2.2 by @dependabot in #4305
- Bump the eslint group with 2 updates by @dependabot in #4302
- Bump the testing-library group with 1 update by @dependabot in #4303
- Bump react-stately from 3.29.0 to 3.29.1 by @dependabot in #4306
- Bump msw from 2.0.12 to 2.0.14 by @dependabot in #4304
- Bump @stripe/stripe-js from 2.2.2 to 2.3.0 by @dependabot in #4315
- Bump react-aria from 3.31.0 to 3.31.1 by @dependabot in #4313
- Bump react-toastify from 9.1.3 to 10.0.1 by @dependabot in #4316
- Bump twilio from 8.11.0 to 8.11.1 by @dependabot in #4308
- Bump boto3 from 1.34.14 to 1.34.19 by @dependabot in #4311
- Bump the typing-stubs group with 2 updates by @dependabot in #4307
- Bump sentry-sdk from 1.39.1 to 1.39.2 by @dependabot in #4312
Full Changelog: 2024.01.12...2024.01.18
2024.01.17
Planned for release to relay.firefox.com on January 23rd, 2024.
User-facing changes
- MPP-3701: Patch for Android modal dismissal clickthrough by @rafeerahman in #4317
Other changes
- MPP-2881: More Django 4.2 updates by @jwhitlock in #4297
Dependency updates
- Bump prettier from 3.1.1 to 3.2.2 by @dependabot in #4305
- Bump the eslint group with 2 updates by @dependabot in #4302
- Bump the testing-library group with 1 update by @dependabot in #4303
- Bump react-stately from 3.29.0 to 3.29.1 by @dependabot in #4306
- Bump msw from 2.0.12 to 2.0.14 by @dependabot in #4304
- Bump @stripe/stripe-js from 2.2.2 to 2.3.0 by @dependabot in #4315
- Bump react-aria from 3.31.0 to 3.31.1 by @dependabot in #4313
- Bump react-toastify from 9.1.3 to 10.0.1 by @dependabot in #4316
- Bump twilio from 8.11.0 to 8.11.1 by @dependabot in #4308
- Bump boto3 from 1.34.14 to 1.34.19 by @dependabot in #4311
- Bump the typing-stubs group with 2 updates by @dependabot in #4307
- Bump sentry-sdk from 1.39.1 to 1.39.2 by @dependabot in #4312
Full Changelog: 2024.01.12...2024.01.17
2024.01.12
Released to relay.firefox.com on January 16th, 2024 via SVCSE-1691.
User-facing changes
Upcoming Features
Under the flag four_mask_limit_upsell
Under the flag custom_domain_management_redesign
- MPP-3480: Delete mask modal update by @rafeerahman in #4202
- MPP-3657 Fix relay address validation against deleted address check by @say-yawn in #4253
- MPP-3482 standardize delete domain mask by @say-yawn in #4254
- MPP-3687 [Android] Delete mask modal not appearing always by @lloan in #4289
- Avoid single tap being handled by both the deletion and confirmation button by @Vinnl in #4295
- Put permanent domain address delete logic behind flag by @say-yawn in #4299
Other changes
- MPP-3390: CircleCI config refactor by @jwhitlock in #4177
- for MPP-3567: add last_engagement field to Profile model by @groovecoder in #4277
- MPP-3390: Update django-allauth to 0.60.0 by @jwhitlock in #4246
- Enable new deletion modal in demo site by @Vinnl in #4294
- Switch from pycopg2 2.9.9 to psycopg 3.1.17 by @jwhitlock in #4298
Dependency updates
- Bump @types/react from 18.2.41 to 18.2.43 by @dependabot in #4218
- Bump eslint-config-next from 14.0.3 to 14.0.4 by @dependabot in #4216
- Bump prettier from 3.1.0 to 3.1.1 by @dependabot in #4217
- Bump @next/eslint-plugin-next from 14.0.3 to 14.0.4 by @dependabot in #4215
- Bump stylelint-scss from 5.3.1 to 5.3.2 by @dependabot in #4220
- Bump the eslint group with 2 updates by @dependabot in #4213
- Bump typescript from 5.3.2 to 5.3.3 by @dependabot in #4214
- Bump django-filter from 23.4 to 23.5 by @dependabot in #4208
- Bump boto3 from 1.33.6 to 1.33.11 by @dependabot in #4210
- Bump actions/setup-python from 4.7.1 to 5.0.0 by @dependabot in #4211
- Bump the typing-stubs group with 4 updates by @dependabot in #4207
- Bump @next/bundle-analyzer from 14.0.3 to 14.0.4 by @dependabot in #4219
- Remove @next/bundle-analyzer by @Vinnl in #4222
- Bump @types/react from 18.2.43 to 18.2.45 by @dependabot in #4239
- Bump stylelint-scss from 5.3.2 to 6.0.0 by @dependabot in #4240
- Bump fast-check from 3.14.0 to 3.15.0 by @dependabot in #4244
- Bump stylelint-config-recommended-scss from 13.1.0 to 14.0.0 by @dependabot in #4245
- Bump the eslint group with 3 updates by @dependabot in #4238
- Bump @stripe/stripe-js from 2.2.0 to 2.2.1 by @dependabot in #4241
- Bump msw from 2.0.10 to 2.0.11 by @dependabot in #4243
- Bump next from 14.0.3 to 14.0.4 by @dependabot in #4242
- Bump the testing-libraries group with 1 update by @dependabot in #4228
- Bump drf-spectacular from 0.26.5 to 0.27.0 by @dependabot in #4230
- Bump boto3 from 1.33.11 to 1.34.2 by @dependabot in #4233
- Bump django from 4.2.7 to 4.2.8 by @dependabot in #4232
- Bump black from 23.11.0 to 23.12.0 by @dependabot in #4234
- Bump sentry-sdk from 1.38.0 to 1.39.1 by @dependabot in #4235
- Bump django-waffle from 4.0.0 to 4.1.0 by @dependabot in #4236
- Bump twilio from 8.10.3 to 8.11.0 by @dependabot in #4237
- Bump github/codeql-action from 2 to 3 by @dependabot in #4226
- Bump actions/upload-artifact from 3 to 4 by @dependabot in #4227
- Bump the typing-stubs group with 5 updates by @dependabot in #4229
- Bump actions/setup-node from 4.0.0 to 4.0.1 by @dependabot in #4247
- Bump stylelint from 15.11.0 to 16.0.2 by @dependabot in #4250
- Bump the eslint group with 2 updates by @dependabot in #4248
- Bump @stripe/stripe-js from 2.2.1 to 2.2.2 by @dependabot in #4249
- Bump cldr-localenames-modern from 44.0.1 to 44.1.0 by @dependabot in #4257
- Bump react-stately from 3.28.0 to 3.29.0 by @dependabot in #4256
- Bump react-aria from 3.30.0 to 3.31.0 by @dependabot in #4255
- Bump the testing-libraries group with 1 update by @dependabot in #4258
- Bump the typing-stubs group with 2 updates by @dependabot in #4259
- Bump phonenumbers from 8.13.26 to 8.13.27 by @dependabot in #4261
- Bump the eslint group with 2 updates by @dependabot in #4271
- Bump the testing-library group with 1 update by @dependabot in #4272
- Bump @testing-library/jest-dom from 6.1.5 to 6.1.6 by @dependabot in #4273
- Bump stylelint from 16.0.2 to 16.1.0 by @dependabot in #4274
- Bump sass from 1.69.5 to 1.69.6 by @dependabot in #4276
- Bump @types/react from 18.2.45 to 18.2.46 by @dependabot in #4275
- Bump black from 23.12.0 to 23.12.1 by @dependabot in #4260
- Bump jwcrypto from 1.5.0 to 1.5.1 by @dependabot in #4264
- Bump the testing-libraries group with 1 update by @dependabot in #4268
- Bump the typing-stubs group with 3 updates by @dependabot in #4269
- Bump boto3 from 1.34.2 to 1.34.11 by @dependabot in #4270
- Bump mypy from 1.7.1 to 1.8.0 by @dependabot in #4262
- Bump @types/react from 18.2.46 to 18.2.47 by @dependabot in #4288
- Bump @testing-library/jest-dom from 6.1.6 to 6.2.0 by @dependabot in #4285
- Bump the eslint group with 2 updates by @dependabot in #4284
- Bump msw from 2.0.11 to 2.0.12 by @dependabot in #4286
- Bump sass from 1.69.6 to 1.69.7 by @dependabot in #4287
- Bump drf-spectacular-sidecar from 2023.12.1 to 2024.1.1 by @dependabot in #4282
- Bump boto3 from 1.34.11 to 1.34.14 by @dependabot in #4281
- Bump the typing-stubs group with 4 updates by @dependabot in #4279
- Bump django from 4.2.8 to 4.2.9 by @dependabot in #4280
Full Changelog: 2023.12.08...2024.01.12
2024.01.11
Planned for release to relay.firefox.com on January 11th, 2024.
Stage Fix
Changes introduced as cherry-pick to 2024
.01.10` tag. Since no pull request was created, no auto-generated notes were created and instead manually written
- MPP-3687 Delete mask confirmation update by @lloan #4293
- Put permanent domain mask create and delete behavior behind custom_domain_management_redesign flag by @say-yawn #4296
User-facing changes
Upcoming Features
Under the flag four_mask_limit_upsell
Under the flag custom_domain_management_redesign
- MPP-3480: Delete mask modal update by @rafeerahman in #4202
- MPP-3657 Fix relay address validation against deleted address check by @say-yawn in #4253
- MPP-3482 standardize delete domain mask by @say-yawn in #4254
- MPP-3687 [Android] Delete mask modal not appearing always by @lloan in #4289
Dependency updates
- Bump @types/react from 18.2.41 to 18.2.43 by @dependabot in #4218
- Bump eslint-config-next from 14.0.3 to 14.0.4 by @dependabot in #4216
- Bump prettier from 3.1.0 to 3.1.1 by @dependabot in #4217
- Bump @next/eslint-plugin-next from 14.0.3 to 14.0.4 by @dependabot in #4215
- Bump stylelint-scss from 5.3.1 to 5.3.2 by @dependabot in #4220
- Bump the eslint group with 2 updates by @dependabot in #4213
- Bump typescript from 5.3.2 to 5.3.3 by @dependabot in #4214
- Bump django-filter from 23.4 to 23.5 by @dependabot in #4208
- Bump boto3 from 1.33.6 to 1.33.11 by @dependabot in #4210
- Bump actions/setup-python from 4.7.1 to 5.0.0 by @dependabot in #4211
- Bump the typing-stubs group with 4 updates by @dependabot in #4207
- Bump @next/bundle-analyzer from 14.0.3 to 14.0.4 by @dependabot in #4219
- Remove @next/bundle-analyzer by @Vinnl in #4222
- Bump @types/react from 18.2.43 to 18.2.45 by @dependabot in #4239
- Bump stylelint-scss from 5.3.2 to 6.0.0 by @dependabot in #4240
- Bump fast-check from 3.14.0 to 3.15.0 by @dependabot in #4244
- Bump stylelint-config-recommended-scss from 13.1.0 to 14.0.0 by @dependabot in #4245
- Bump the eslint group with 3 updates by @dependabot in #4238
- Bump @stripe/stripe-js from 2.2.0 to 2.2.1 by @dependabot in #4241
- Bump msw from 2.0.10 to 2.0.11 by @dependabot in #4243
- Bump next from 14.0.3 to 14.0.4 by @dependabot in #4242
- Bump the testing-libraries group with 1 update by @dependabot in #4228
- Bump drf-spectacular from 0.26.5 to 0.27.0 by @dependabot in #4230
- Bump boto3 from 1.33.11 to 1.34.2 by @dependabot in #4233
- Bump django from 4.2.7 to 4.2.8 by @dependabot in #4232
- Bump black from 23.11.0 to 23.12.0 by @dependabot in #4234
- Bump sentry-sdk from 1.38.0 to 1.39.1 by @dependabot in #4235
- Bump django-waffle from 4.0.0 to 4.1.0 by @dependabot in #4236
- Bump twilio from 8.10.3 to 8.11.0 by @dependabot in #4237
- Bump github/codeql-action from 2 to 3 by @dependabot in #4226
- Bump actions/upload-artifact from 3 to 4 by @dependabot in #4227
- Bump the typing-stubs group with 5 updates by @dependabot in #4229
- Bump actions/setup-node from 4.0.0 to 4.0.1 by @dependabot in #4247
- Bump stylelint from 15.11.0 to 16.0.2 by @dependabot in #4250
- Bump the eslint group with 2 updates by @dependabot in #4248
- Bump @stripe/stripe-js from 2.2.1 to 2.2.2 by @dependabot in #4249
- Bump cldr-localenames-modern from 44.0.1 to 44.1.0 by @dependabot in #4257
- Bump react-stately from 3.28.0 to 3.29.0 by @dependabot in #4256
- Bump react-aria from 3.30.0 to 3.31.0 by @dependabot in #4255
- Bump the testing-libraries group with 1 update by @dependabot in #4258
- Bump the typing-stubs group with 2 updates by @dependabot in #4259
- Bump phonenumbers from 8.13.26 to 8.13.27 by @dependabot in #4261
- Bump the eslint group with 2 updates by @dependabot in #4271
- Bump the testing-library group with 1 update by @dependabot in #4272
- Bump @testing-library/jest-dom from 6.1.5 to 6.1.6 by @dependabot in #4273
- Bump stylelint from 16.0.2 to 16.1.0 by @dependabot in #4274
- Bump sass from 1.69.5 to 1.69.6 by @dependabot in #4276
- Bump @types/react from 18.2.45 to 18.2.46 by @dependabot in #4275
- Bump black from 23.12.0 to 23.12.1 by @dependabot in #4260
- Bump jwcrypto from 1.5.0 to 1.5.1 by @dependabot in #4264
- Bump the testing-libraries group with 1 update by @dependabot in #4268
- Bump the typing-stubs group with 3 updates by @dependabot in #4269
- Bump boto3 from 1.34.2 to 1.34.11 by @dependabot in #4270
- Bump mypy from 1.7.1 to 1.8.0 by @dependabot in #4262
- Bump @types/react from 18.2.46 to 18.2.47 by @dependabot in #4288
- Bump @testing-library/jest-dom from 6.1.6 to 6.2.0 by @dependabot in #4285
- Bump the eslint group with 2 updates by @dependabot in #4284
- Bump msw from 2.0.11 to 2.0.12 by @dependabot in #4286
- Bump sass from 1.69.6 to 1.69.7 by @dependabot in #4287
- Bump drf-spectacular-sidecar from 2023.12.1 to 2024.1.1 by @dependabot in #4282
- Bump boto3 from 1.34.11 to 1.34.14 by @dependabot in #4281
- Bump the typing-stubs group with 4 updates by @dependabot in #4279
- Bump django from 4.2.8 to 4.2.9 by @dependabot in #4280
Full Changelog: 2023.12.08...2024.01.11
2024.01.10
Planned for release to relay.firefox.com on January 11th, 2024.
Stage Fix
Changes introduced as cherry-pick to 2024
.01.09` tag. Since no pull request was created, no auto-generated notes were created and instead manually written
User-facing changes
Upcoming Features
Under the flag four_mask_limit_upsell
Under the flag custom_domain_management_redesign
- MPP-3480: Delete mask modal update by @rafeerahman in #4202
- MPP-3657 Fix relay address validation against deleted address check by @say-yawn in #4253
- MPP-3482 standardize delete domain mask by @say-yawn in #4254
- MPP-3687 [Android] Delete mask modal not appearing always by @lloan in #4289
Dependency updates
- Bump @types/react from 18.2.41 to 18.2.43 by @dependabot in #4218
- Bump eslint-config-next from 14.0.3 to 14.0.4 by @dependabot in #4216
- Bump prettier from 3.1.0 to 3.1.1 by @dependabot in #4217
- Bump @next/eslint-plugin-next from 14.0.3 to 14.0.4 by @dependabot in #4215
- Bump stylelint-scss from 5.3.1 to 5.3.2 by @dependabot in #4220
- Bump the eslint group with 2 updates by @dependabot in #4213
- Bump typescript from 5.3.2 to 5.3.3 by @dependabot in #4214
- Bump django-filter from 23.4 to 23.5 by @dependabot in #4208
- Bump boto3 from 1.33.6 to 1.33.11 by @dependabot in #4210
- Bump actions/setup-python from 4.7.1 to 5.0.0 by @dependabot in #4211
- Bump the typing-stubs group with 4 updates by @dependabot in #4207
- Bump @next/bundle-analyzer from 14.0.3 to 14.0.4 by @dependabot in #4219
- Remove @next/bundle-analyzer by @Vinnl in #4222
- Bump @types/react from 18.2.43 to 18.2.45 by @dependabot in #4239
- Bump stylelint-scss from 5.3.2 to 6.0.0 by @dependabot in #4240
- Bump fast-check from 3.14.0 to 3.15.0 by @dependabot in #4244
- Bump stylelint-config-recommended-scss from 13.1.0 to 14.0.0 by @dependabot in #4245
- Bump the eslint group with 3 updates by @dependabot in #4238
- Bump @stripe/stripe-js from 2.2.0 to 2.2.1 by @dependabot in #4241
- Bump msw from 2.0.10 to 2.0.11 by @dependabot in #4243
- Bump next from 14.0.3 to 14.0.4 by @dependabot in #4242
- Bump the testing-libraries group with 1 update by @dependabot in #4228
- Bump drf-spectacular from 0.26.5 to 0.27.0 by @dependabot in #4230
- Bump boto3 from 1.33.11 to 1.34.2 by @dependabot in #4233
- Bump django from 4.2.7 to 4.2.8 by @dependabot in #4232
- Bump black from 23.11.0 to 23.12.0 by @dependabot in #4234
- Bump sentry-sdk from 1.38.0 to 1.39.1 by @dependabot in #4235
- Bump django-waffle from 4.0.0 to 4.1.0 by @dependabot in #4236
- Bump twilio from 8.10.3 to 8.11.0 by @dependabot in #4237
- Bump github/codeql-action from 2 to 3 by @dependabot in #4226
- Bump actions/upload-artifact from 3 to 4 by @dependabot in #4227
- Bump the typing-stubs group with 5 updates by @dependabot in #4229
- Bump actions/setup-node from 4.0.0 to 4.0.1 by @dependabot in #4247
- Bump stylelint from 15.11.0 to 16.0.2 by @dependabot in #4250
- Bump the eslint group with 2 updates by @dependabot in #4248
- Bump @stripe/stripe-js from 2.2.1 to 2.2.2 by @dependabot in #4249
- Bump cldr-localenames-modern from 44.0.1 to 44.1.0 by @dependabot in #4257
- Bump react-stately from 3.28.0 to 3.29.0 by @dependabot in #4256
- Bump react-aria from 3.30.0 to 3.31.0 by @dependabot in #4255
- Bump the testing-libraries group with 1 update by @dependabot in #4258
- Bump the typing-stubs group with 2 updates by @dependabot in #4259
- Bump phonenumbers from 8.13.26 to 8.13.27 by @dependabot in #4261
- Bump the eslint group with 2 updates by @dependabot in #4271
- Bump the testing-library group with 1 update by @dependabot in #4272
- Bump @testing-library/jest-dom from 6.1.5 to 6.1.6 by @dependabot in #4273
- Bump stylelint from 16.0.2 to 16.1.0 by @dependabot in #4274
- Bump sass from 1.69.5 to 1.69.6 by @dependabot in #4276
- Bump @types/react from 18.2.45 to 18.2.46 by @dependabot in #4275
- Bump black from 23.12.0 to 23.12.1 by @dependabot in #4260
- Bump jwcrypto from 1.5.0 to 1.5.1 by @dependabot in #4264
- Bump the testing-libraries group with 1 update by @dependabot in #4268
- Bump the typing-stubs group with 3 updates by @dependabot in #4269
- Bump boto3 from 1.34.2 to 1.34.11 by @dependabot in #4270
- Bump mypy from 1.7.1 to 1.8.0 by @dependabot in #4262
- Bump @types/react from 18.2.46 to 18.2.47 by @dependabot in #4288
- Bump @testing-library/jest-dom from 6.1.6 to 6.2.0 by @dependabot in #4285
- Bump the eslint group with 2 updates by @dependabot in #4284
- Bump msw from 2.0.11 to 2.0.12 by @dependabot in #4286
- Bump sass from 1.69.6 to 1.69.7 by @dependabot in #4287
- Bump drf-spectacular-sidecar from 2023.12.1 to 2024.1.1 by @dependabot in #4282
- Bump boto3 from 1.34.11 to 1.34.14 by @dependabot in #4281
- Bump the typing-stubs group with 4 updates by @dependabot in #4279
- Bump django from 4.2.8 to 4.2.9 by @dependabot in #4280
Full Changelog: 2023.12.08...2024.01.10
2024.01.09
Planned for release to relay.firefox.com on January 9th, 2024.
User-facing changes
Upcoming Features
Under the flag four_mask_limit_upsell
Under the flag custom_domain_management_redesign
- MPP-3480: Delete mask modal update by @rafeerahman in #4202
- MPP-3657 Fix relay address validation against deleted address check by @say-yawn in #4253
- MPP-3482 standardize delete domain mask by @say-yawn in #4254
- MPP-3687 [Android] Delete mask modal not appearing always by @lloan in #4289
Dependency updates
- Bump @types/react from 18.2.41 to 18.2.43 by @dependabot in #4218
- Bump eslint-config-next from 14.0.3 to 14.0.4 by @dependabot in #4216
- Bump prettier from 3.1.0 to 3.1.1 by @dependabot in #4217
- Bump @next/eslint-plugin-next from 14.0.3 to 14.0.4 by @dependabot in #4215
- Bump stylelint-scss from 5.3.1 to 5.3.2 by @dependabot in #4220
- Bump the eslint group with 2 updates by @dependabot in #4213
- Bump typescript from 5.3.2 to 5.3.3 by @dependabot in #4214
- Bump django-filter from 23.4 to 23.5 by @dependabot in #4208
- Bump boto3 from 1.33.6 to 1.33.11 by @dependabot in #4210
- Bump actions/setup-python from 4.7.1 to 5.0.0 by @dependabot in #4211
- Bump the typing-stubs group with 4 updates by @dependabot in #4207
- Bump @next/bundle-analyzer from 14.0.3 to 14.0.4 by @dependabot in #4219
- Remove @next/bundle-analyzer by @Vinnl in #4222
- Bump @types/react from 18.2.43 to 18.2.45 by @dependabot in #4239
- Bump stylelint-scss from 5.3.2 to 6.0.0 by @dependabot in #4240
- Bump fast-check from 3.14.0 to 3.15.0 by @dependabot in #4244
- Bump stylelint-config-recommended-scss from 13.1.0 to 14.0.0 by @dependabot in #4245
- Bump the eslint group with 3 updates by @dependabot in #4238
- Bump @stripe/stripe-js from 2.2.0 to 2.2.1 by @dependabot in #4241
- Bump msw from 2.0.10 to 2.0.11 by @dependabot in #4243
- Bump next from 14.0.3 to 14.0.4 by @dependabot in #4242
- Bump the testing-libraries group with 1 update by @dependabot in #4228
- Bump drf-spectacular from 0.26.5 to 0.27.0 by @dependabot in #4230
- Bump boto3 from 1.33.11 to 1.34.2 by @dependabot in #4233
- Bump django from 4.2.7 to 4.2.8 by @dependabot in #4232
- Bump black from 23.11.0 to 23.12.0 by @dependabot in #4234
- Bump sentry-sdk from 1.38.0 to 1.39.1 by @dependabot in #4235
- Bump django-waffle from 4.0.0 to 4.1.0 by @dependabot in #4236
- Bump twilio from 8.10.3 to 8.11.0 by @dependabot in #4237
- Bump github/codeql-action from 2 to 3 by @dependabot in #4226
- Bump actions/upload-artifact from 3 to 4 by @dependabot in #4227
- Bump the typing-stubs group with 5 updates by @dependabot in #4229
- Bump actions/setup-node from 4.0.0 to 4.0.1 by @dependabot in #4247
- Bump stylelint from 15.11.0 to 16.0.2 by @dependabot in #4250
- Bump the eslint group with 2 updates by @dependabot in #4248
- Bump @stripe/stripe-js from 2.2.1 to 2.2.2 by @dependabot in #4249
- Bump cldr-localenames-modern from 44.0.1 to 44.1.0 by @dependabot in #4257
- Bump react-stately from 3.28.0 to 3.29.0 by @dependabot in #4256
- Bump react-aria from 3.30.0 to 3.31.0 by @dependabot in #4255
- Bump the testing-libraries group with 1 update by @dependabot in #4258
- Bump the typing-stubs group with 2 updates by @dependabot in #4259
- Bump phonenumbers from 8.13.26 to 8.13.27 by @dependabot in #4261
- Bump the eslint group with 2 updates by @dependabot in #4271
- Bump the testing-library group with 1 update by @dependabot in #4272
- Bump @testing-library/jest-dom from 6.1.5 to 6.1.6 by @dependabot in #4273
- Bump stylelint from 16.0.2 to 16.1.0 by @dependabot in #4274
- Bump sass from 1.69.5 to 1.69.6 by @dependabot in #4276
- Bump @types/react from 18.2.45 to 18.2.46 by @dependabot in #4275
- Bump black from 23.12.0 to 23.12.1 by @dependabot in #4260
- Bump jwcrypto from 1.5.0 to 1.5.1 by @dependabot in #4264
- Bump the testing-libraries group with 1 update by @dependabot in #4268
- Bump the typing-stubs group with 3 updates by @dependabot in #4269
- Bump boto3 from 1.34.2 to 1.34.11 by @dependabot in #4270
- Bump mypy from 1.7.1 to 1.8.0 by @dependabot in #4262
- Bump @types/react from 18.2.46 to 18.2.47 by @dependabot in #4288
- Bump @testing-library/jest-dom from 6.1.6 to 6.2.0 by @dependabot in #4285
- Bump the eslint group with 2 updates by @dependabot in #4284
- Bump msw from 2.0.11 to 2.0.12 by @dependabot in #4286
- Bump sass from 1.69.6 to 1.69.7 by @dependabot in #4287
- Bump drf-spectacular-sidecar from 2023.12.1 to 2024.1.1 by @dependabot in #4282
- Bump boto3 from 1.34.11 to 1.34.14 by @dependabot in #4281
- Bump the typing-stubs group with 4 updates by @dependabot in #4279
- Bump django from 4.2.8 to 4.2.9 by @dependabot in #4280
Full Changelog: 2023.12.08...2024.01.09
2024.01.04
Planned for release to relay.firefox.com on January 9th, 2024.
User-facing changes
- MPP-3616 Initial removal of banners we no longer need by @lloan in #4179
- MPP-3623 4-mask upsell pop-up for Free Relay users by @lloan in #4225
Upcoming Features
Under the flag custom_domain_management_redesign
- MPP-3480: Delete mask modal update by @rafeerahman in #4202
- MPP-3657 Fix relay address validation against deleted address check by @say-yawn in #4253
- MPP-3482 standardize delete domain mask by @say-yawn in #4254
Dependency updates
- Bump @types/react from 18.2.41 to 18.2.43 by @dependabot in #4218
- Bump eslint-config-next from 14.0.3 to 14.0.4 by @dependabot in #4216
- Bump prettier from 3.1.0 to 3.1.1 by @dependabot in #4217
- Bump @next/eslint-plugin-next from 14.0.3 to 14.0.4 by @dependabot in #4215
- Bump stylelint-scss from 5.3.1 to 5.3.2 by @dependabot in #4220
- Bump the eslint group with 2 updates by @dependabot in #4213
- Bump typescript from 5.3.2 to 5.3.3 by @dependabot in #4214
- Bump django-filter from 23.4 to 23.5 by @dependabot in #4208
- Bump boto3 from 1.33.6 to 1.33.11 by @dependabot in #4210
- Bump actions/setup-python from 4.7.1 to 5.0.0 by @dependabot in #4211
- Bump the typing-stubs group with 4 updates by @dependabot in #4207
- Bump @next/bundle-analyzer from 14.0.3 to 14.0.4 by @dependabot in #4219
- Remove @next/bundle-analyzer by @Vinnl in #4222
- Bump @types/react from 18.2.43 to 18.2.45 by @dependabot in #4239
- Bump stylelint-scss from 5.3.2 to 6.0.0 by @dependabot in #4240
- Bump fast-check from 3.14.0 to 3.15.0 by @dependabot in #4244
- Bump stylelint-config-recommended-scss from 13.1.0 to 14.0.0 by @dependabot in #4245
- Bump the eslint group with 3 updates by @dependabot in #4238
- Bump @stripe/stripe-js from 2.2.0 to 2.2.1 by @dependabot in #4241
- Bump msw from 2.0.10 to 2.0.11 by @dependabot in #4243
- Bump next from 14.0.3 to 14.0.4 by @dependabot in #4242
- Bump the testing-libraries group with 1 update by @dependabot in #4228
- Bump drf-spectacular from 0.26.5 to 0.27.0 by @dependabot in #4230
- Bump boto3 from 1.33.11 to 1.34.2 by @dependabot in #4233
- Bump django from 4.2.7 to 4.2.8 by @dependabot in #4232
- Bump black from 23.11.0 to 23.12.0 by @dependabot in #4234
- Bump sentry-sdk from 1.38.0 to 1.39.1 by @dependabot in #4235
- Bump django-waffle from 4.0.0 to 4.1.0 by @dependabot in #4236
- Bump twilio from 8.10.3 to 8.11.0 by @dependabot in #4237
- Bump github/codeql-action from 2 to 3 by @dependabot in #4226
- Bump actions/upload-artifact from 3 to 4 by @dependabot in #4227
- Bump the typing-stubs group with 5 updates by @dependabot in #4229
- Bump actions/setup-node from 4.0.0 to 4.0.1 by @dependabot in #4247
- Bump stylelint from 15.11.0 to 16.0.2 by @dependabot in #4250
- Bump the eslint group with 2 updates by @dependabot in #4248
- Bump @stripe/stripe-js from 2.2.1 to 2.2.2 by @dependabot in #4249
- Bump cldr-localenames-modern from 44.0.1 to 44.1.0 by @dependabot in #4257
- Bump react-stately from 3.28.0 to 3.29.0 by @dependabot in #4256
- Bump react-aria from 3.30.0 to 3.31.0 by @dependabot in #4255
- Bump the testing-libraries group with 1 update by @dependabot in #4258
- Bump the typing-stubs group with 2 updates by @dependabot in #4259
- Bump phonenumbers from 8.13.26 to 8.13.27 by @dependabot in #4261
- Bump the eslint group with 2 updates by @dependabot in #4271
- Bump the testing-library group with 1 update by @dependabot in #4272
- Bump @testing-library/jest-dom from 6.1.5 to 6.1.6 by @dependabot in #4273
- Bump stylelint from 16.0.2 to 16.1.0 by @dependabot in #4274
- Bump sass from 1.69.5 to 1.69.6 by @dependabot in #4276
- Bump @types/react from 18.2.45 to 18.2.46 by @dependabot in #4275
- Bump black from 23.12.0 to 23.12.1 by @dependabot in #4260
- Bump jwcrypto from 1.5.0 to 1.5.1 by @dependabot in #4264
- Bump the testing-libraries group with 1 update by @dependabot in #4268
- Bump the typing-stubs group with 3 updates by @dependabot in #4269
- Bump boto3 from 1.34.2 to 1.34.11 by @dependabot in #4270
- Bump mypy from 1.7.1 to 1.8.0 by @dependabot in #4262
Full Changelog: 2023.12.08...2024.01.04
2023.12.08
Planned for release on December 12, 2023 with SVCSE-1653.
User-facing changes
- MPP-3598: Avoid iOS autozooming on input focus by @rafeerahman in #4181
- MPP-3624: Remove invisible container in second step of free onboarding on mobile screens by @rafeerahman in #4182
- MPP-3621: Handle mask generation error for free onboarding by @rafeerahman in #4176
- MPP-3597: Fix mobile sizing of step two in free user onboarding by @rafeerahman in #4178
- Free user onboarding changes from readiness meeting by @lloan in #4198
- fix MPP-3633: add holiday promo link to wrapped_email.html by @groovecoder in #4204
Other changes
- MPP-3390: Fix profile API PATCH tests by @jwhitlock in #4174
- MPP-3390: Set test database name with TEST_DB_NAME by @jwhitlock in #4175
- fix MPP-3634: add provider argument to SocialAccount.objects.get by @groovecoder in #4203
Dependency updates
- Bump @adobe/css-tools from 4.3.1 to 4.3.2 by @dependabot in #4180
- Bump @types/react from 18.2.38 to 18.2.41 by @dependabot in #4197
- Bump @testing-library/jest-dom from 6.1.4 to 6.1.5 by @dependabot in #4195
- Bump the eslint group with 3 updates by @dependabot in #4191
- Bump @types/jest-axe from 3.5.8 to 3.5.9 by @dependabot in #4192
- Bump msw from 2.0.9 to 2.0.10 by @dependabot in #4194
- Bump lint-staged from 15.1.0 to 15.2.0 by @dependabot in #4196
- Bump the typing-stubs group with 3 updates by @dependabot in #4185
- Bump drf-spectacular-sidecar from 2023.10.1 to 2023.12.1 by @dependabot in #4190
- Bump cryptography from 41.0.6 to 41.0.7 by @dependabot in #4187
- Bump twilio from 8.10.2 to 8.10.3 by @dependabot in #4188
- Bump sentry-sdk from 1.37.1 to 1.38.0 by @dependabot in #4186
- Bump boto3 from 1.29.7 to 1.33.6 by @dependabot in #4189
Full Changelog: 2023.11.30...2023.12.08
2023.12.05
Planned for release to relay.firefox.com on December 12th, 2023.
Other changes
- MPP-3390: Set test database name with TEST_DB_NAME by @jwhitlock in #4175
- MPP-3390: Fix profile API PATCH tests by @jwhitlock in #4174
User-facing changes:
- MPP-3598: Avoid iOS autozooming on input focus by @rafeerahman in #4181
- MPP-3624: Remove invisible container in second step of free onboarding on mobile screens by @rafeerahman in #4182
- MPP-3621: Handle mask generation error for free onboarding by @rafeerahman in #4176
- MPP-3597: Fix mobile sizing of step two in free user onboarding by @rafeerahman in #4178
- Free user onboarding changes from readiness meeting by @lloan in #4198
Dependency updates
- Bump @adobe/css-tools from 4.3.1 to 4.3.2 by @dependabot in #4180
- Bump @types/react from 18.2.38 to 18.2.41 by @dependabot in #4197
- Bump @testing-library/jest-dom from 6.1.4 to 6.1.5 by @dependabot in #4195
- Bump the eslint group with 3 updates by @dependabot in #4191
- Bump @types/jest-axe from 3.5.8 to 3.5.9 by @dependabot in #4192
- Bump msw from 2.0.9 to 2.0.10 by @dependabot in #4194
- Bump lint-staged from 15.1.0 to 15.2.0 by @dependabot in #4196
- Bump the typing-stubs group with 3 updates by @dependabot in #4185
- Bump drf-spectacular-sidecar from 2023.10.1 to 2023.12.1 by @dependabot in #4190
- Bump cryptography from 41.0.6 to 41.0.7 by @dependabot in #4187
- Bump twilio from 8.10.2 to 8.10.3 by @dependabot in #4188
- Bump sentry-sdk from 1.37.1 to 1.38.0 by @dependabot in #4186
- Bump boto3 from 1.29.7 to 1.33.6 by @dependabot in #4189
Full Changelog: 2023.11.30...2023.12.05