Releases: bitwarden/passwordless-server
Releases · bitwarden/passwordless-server
1.0.90
What's Changed
- Delete .github/workflows/workflow-linter.yml by @jonashendrickx in #726
- Always release image to 'qa' upon release event by @jonashendrickx in #728
- PAS-452 | Vendor specific channel implementations by @jonashendrickx in #729
- [deps]: Update npm minor by @renovate in #732
- [deps]: Lock file maintenance by @renovate in #734
- [deps]: Update Bogus to v35 by @renovate in #735
- [deps]: Lock file maintenance by @renovate in #737
- #731 | TimeToLive is not an obsolete property by @jonashendrickx in #738
- [deps]: Update coverlet.collector to v6 by @renovate in #736
- [deps]: Update nuget minor by @renovate in #733
- [deps]: Lock file maintenance by @renovate in #744
- [deps]: Update ubuntu to v24 by @renovate in #743
- [deps]: Update npm minor by @renovate in #742
- [deps]: Update nuget minor by @renovate in #740
- [deps]: Update gh minor by @renovate in #741
- PAS-584 | Duplicate ApiSecret / ApiKey header fields in swagger by @jonashendrickx in #745
- PAS-580 | Use OpenApiSecurityRequirement instead of headers for auth by @jonashendrickx in #739
- PAS-536 | Add support for
AuthenticatorDisplayName
by @Tyrrrz in #713 - Upgrade JavaScript Client SDK by @jonashendrickx in #746
- Revert "PAS-536 | Add support for
AuthenticatorDisplayName
" by @Tyrrrz in #747 - [deps]: Update vue to v3.5.12 by @renovate in #750
- [deps]: Update gh minor by @renovate in #748
- [deps]: Update MessagePack to 2.5.187 [SECURITY] by @renovate in #752
- [deps]: Lock file maintenance by @renovate in #751
- [deps]: Update nuget minor by @renovate in #749
Full Changelog: 1.0.89...1.0.90
1.0.89
Breaking Changes
- E-mail configuration format has changed: https://docs.passwordless.dev/guide/self-hosting/configuration.html#e-mail
What's Changed
- PAS-480 | Open 'Pricing' page in new tab/window. by @jonashendrickx in #638
- PAS-479 | Repair plan section lifecycle when api keys are (un)locked by @jonashendrickx in #639
- PAS-479 | Migrate attestation section in application settings by @jonashendrickx in #640
- PAS-479 | Fix magic links section lifecycle when locking/unlocking API keys by @jonashendrickx in #641
- PAS-516 | Verified indices for ApiKeys, Aliases, Credentials by @jonashendrickx in #634
- [deps]: Update gh minor by @renovate in #643
- [deps]: Update npm minor by @renovate in #644
- PAS-47 | Allow admins to disable magic links for all admins belonging to an organization. by @jonashendrickx in #637
- PAS-479 | Refactor application settings by @jonashendrickx in #647
- PAS-539 | Use gender neutral language by @jonashendrickx in #649
- Fix Open API documentation spawning multiple ApiKey/ApiSecret fields by @jonashendrickx in #653
- PAS-540 | Parameters were being incorrectly passed by @jonashendrickx in #650
- PAS-420 | Additional validation during organization creation by @jonashendrickx in #652
- Improve magic links text by @jonashendrickx in #654
- Fix API documentation by @jonashendrickx in #657
- PAS-544 | Defect when a user cannot immediately delete their application expected copy is not shown by @jonashendrickx in #656
- PAS-494 | Passkey hints by @Tyrrrz in #648
- Fix broken links by @jonashendrickx in #659
DeleteOrganizationComponent
unit tests by @jonashendrickx in #658- PAS-380 | Focus when the dialogs/modals open on the form/input elements by @jonashendrickx in #655
- PAS-548 | Blazor CSS Isolation with Tailwind by @jonashendrickx in #663
- [deps]: Update gh minor by @renovate in #666
- PAS-552 | Restore BackgroundService for Bitwarden's internal reporting by @jonashendrickx in #665
- PAS-552 | CurrentUserCount no longer updating by @jonashendrickx in #664
- PAS-541 | Disable feature to disable magic links for organizations by @jonashendrickx in #660
- Migrate
_AddPasskeys
partial component to Blazor by @jonashendrickx in #661 - [deps]: Update nuget minor by @renovate in #645
- [deps]: Update npm minor by @renovate in #667
- PAS-386 | Don't require restarting the app during Admin Console initialization by @Tyrrrz in #630
- Fix defects related to Passkey 3.0 Hints by @Tyrrrz in #668
- Check for secrets before using them by @withinfocus in #669
- PAS-503 | Improve app delete section in settings by @jonashendrickx in #671
- PAS-554 | Fix Access Denied creating application in different session by @jonashendrickx in #672
- PAS-559 | Authorization handler is being executed concurrently. by @jonashendrickx in #673
- PAS-557 | Show error message when adding duplicate auth config by @jonashendrickx in #674
- PAS-556 | Add support for credential hints to the register flow by @Tyrrrz in #670
- PAS-548 | Organization creation page should not render page title by @jonashendrickx in #675
- [deps]: Update actions/upload-artifact action to v4.3.6 by @renovate in #680
- [deps]: Update npm minor by @renovate in #681
- PAS-380 | Fix lifecycle events for confirmation forms by @jonashendrickx in #676
- PAS-560 | Playground crashing w/ new user without 'Hints' field by @jonashendrickx in #677
- PAS-553 | Pressing ESC should close modals by @jonashendrickx in #678
- PAS-510 | Hide application settings sections when pending deletion by @jonashendrickx in #679
- [deps]: Lock file maintenance by @renovate in #686
- [deps]: Update nuget minor by @renovate in #682
- PAS-380 | Bug where version query parameter gets rendered repeatedly. by @jonashendrickx in #688
- Improve integration tests performance by @jonashendrickx in #689
- [deps]: Update Serilog.Enrichers.Environment to v3 by @renovate in #683
- [deps]: Update Serilog.Sinks.Seq to v8 by @renovate in #685
- [deps]: Update Serilog.Expressions to v5 by @renovate in #684
- PAS-478 | Stripe subscriptions could end up in a corrupted state by @jonashendrickx in #690
- PAS-467 | Fix accessibility issues on signup page by @jonashendrickx in #691
- Wait Strategy needs to be changed for TestContainers by @jonashendrickx in #692
- Missing dispose by @jonashendrickx in #693
- Do not execute event logging middleware on undefined endpoints by @jonashendrickx in #694
- Add hacky validation for hints during registration by @Tyrrrz in #695
- Migrate Organization Overview by @jonashendrickx in #696
- Migrate magic link page by @jonashendrickx in #697
- Isolate CSS for cards & credential cards by @jonashendrickx in #699
- Broken redirect for '/organization/overview' by @jonashendrickx in #700
- PAS-562 | Get rid of
InternalApiUrl
. by @jonashendrickx in #702 - PAS-561: Verify input with the SupplyFromQueryParameterAttribute by @jonashendrickx in #698
- Credentials: Drop backwards compatibility support for Razor Pages by @jonashendrickx in #703
- PAS-563 | RPID is null on credential cards by @jonashendrickx in #704
- PAS-452 | Design generic fallback for e-mail providers & drop PostMark by @jonashendrickx in #636
- Do not override sender for SMTP configuration by @jonashendrickx in #705
- PAS-452 | Self-hosting and mailing bugs by @jonashendrickx in #707
- PAS-565 | Unexpected page title on ``/organization/verify` by @jonashendrickx in #706
- Fix sending e-mails without HTML body breaking AWS SES. by @jonashendrickx in #709
- PAS-567 | Cannot delete credentials when admin has multiple credentials by @jonashendrickx in #708
- Fixing routing for when you click on Sidebar logo. by @jrmccannon in #710
- Bump Datadog to 2.57 by @jonashendrickx in #711
- link-fixing by @jrmccannon in #715
- [deps]: Update npm minor by @renovate in #718
- [deps]: Update nuget minor by @renovate in #719
- [deps]: Update actions/upload-artifact action to v4.4.0 by @renovate in https://github.com/bitwarden/pas...
1.0.84
Full Changelog: 1.0.83...1.0.84
What's changed
1.0.83
Full Changelog: 1.0.82...1.0.83
1.0.82
What's Changed
- Step up v2 by @jrmccannon in #530
- fix-razor-path-for-client-js by @jrmccannon in #614
- Fix renovate config by @Tyrrrz in #615
- Bump Azure.Identity from 1.11.3 to 1.11.4 in /src/AdminConsole by @dependabot in #616
- Refactor the logout page by @jonashendrickx in #619
- PAS-461 | Force LF endings on self-host
entrypoint.sh
to make it work on Windows by @Tyrrrz in #618 - PAS-252 | Fix typos and improve wording in app deletion emails by @Tyrrrz in #620
- PAS-208 | Hide app logs when the app is pending deletion by @Tyrrrz in #621
- PAS501-auth-config-docs-new-tab by @jrmccannon in #622
- Removed
.
from allowed characters by @jrmccannon in #623 - Fix some wording by @jrmccannon in #624
- [deps]: Update gh minor by @renovate in #625
- [deps]: Update npm minor by @renovate in #626
- Added auth configs to playground by @jrmccannon in #617
- PAS-511 | Allow ClientExtensionResults to be nullable for backwards compatibili… by @jonashendrickx in #627
- pas512-fix-playground-client by @jrmccannon in #628
- PAS-525 | Bubble up the Fido2VerificationException error messages by @jonashendrickx in #629
- [deps]: Update gh minor by @renovate in #631
- [deps]: Update npm minor by @renovate in #632
- PAS-532-better-error-handling-auth-configs by @jrmccannon in #635
New Contributors
- @dependabot made their first contribution in #616
Full Changelog: 1.0.80...1.0.82
1.0.81
What's Changed
- Step up v2 by @jrmccannon in #530
- fix-razor-path-for-client-js by @jrmccannon in #614
- Fix renovate config by @Tyrrrz in #615
- Bump Azure.Identity from 1.11.3 to 1.11.4 in /src/AdminConsole by @dependabot in #616
- Refactor the logout page by @jonashendrickx in #619
- PAS-461 | Force LF endings on self-host
entrypoint.sh
to make it work on Windows by @Tyrrrz in #618 - PAS-252 | Fix typos and improve wording in app deletion emails by @Tyrrrz in #620
- PAS-208 | Hide app logs when the app is pending deletion by @Tyrrrz in #621
- PAS501-auth-config-docs-new-tab by @jrmccannon in #622
- Removed
.
from allowed characters by @jrmccannon in #623 - Fix some wording by @jrmccannon in #624
- [deps]: Update gh minor by @renovate in #625
- [deps]: Update npm minor by @renovate in #626
- Added auth configs to playground by @jrmccannon in #617
- PAS-511 | Allow ClientExtensionResults to be nullable for backwards compatibili… by @jonashendrickx in #627
- pas512-fix-playground-client by @jrmccannon in #628
- PAS-525 | Bubble up the Fido2VerificationException error messages by @jonashendrickx in #629
- [deps]: Update gh minor by @renovate in #631
- [deps]: Update npm minor by @renovate in #632
New Contributors
- @dependabot made their first contribution in #616
Full Changelog: 1.0.80...1.0.81
1.0.80
What's Changed
- Configure admin console overrides in self-host by @Tyrrrz in #591
- Remove RefreshCompat, Azure App Services runtime migrated to .NET 8.0.4 by @jonashendrickx in #593
- [deps]: Update tailwindcss to v3.4.3 by @renovate in #595
- [deps]: Update gh minor by @renovate in #594
- PAS-438 | Touch up the readme with more information by @Tyrrrz in #569
- Minor memory improvements by @jonashendrickx in #598
- PAS-457 | Fix
Access Denied
error page not rendering properly. by @jonashendrickx in #592 - Exclude .NET SDK from being upgraded with Renovate by @jonashendrickx in #596
- Inject
ISharedManagementService
request scoped instead of transient. by @jonashendrickx in #597 - PAS-460 | Migrate 'Secret Key Created' page to Blazor by @jonashendrickx in #599
- [deps]: Update dotnet monorepo by @renovate in #586
- PAS-462 | BEEEP Migrate
Access Denied
to Blazor. by @jonashendrickx in #600 - PAS-463 | BEEEP Migrate api key creation pages by @jonashendrickx in #602
- PAS-463 | Fix scope labels by @jonashendrickx in #604
- update copy in magic link email by @merissaacosta in #603
- PAS-464 | Disable rate limiter globally by @jonashendrickx in #605
- PAS-427 | Redesign the signup page by @Tyrrrz in #601
- [deps]: Update vue to v3.4.27 by @renovate in #610
- [deps]: Update MessagePack to v2.5.168 by @renovate in #607
- [deps]: Update tailwindcss to v3.4.4 by @renovate in #609
- [deps]: Update MessagePackAnalyzer to v2.5.168 by @renovate in #608
- PAS-454 | Insufficient padding on credentials user UUID page by @jonashendrickx in #611
- PAS-466 | Migrate Passwordless.dev Javascript library to the layout. by @jonashendrickx in #606
- PAS-468 | Use options pattern for magic links and application overrides by @jonashendrickx in #613
- PAS-455 | Fix magic links for self-hosted instances by @jonashendrickx in #612
Full Changelog: 1.0.78...1.0.80
1.0.79
What's Changed
- Configure admin console overrides in self-host by @Tyrrrz in #591
- Remove RefreshCompat, Azure App Services runtime migrated to .NET 8.0.4 by @jonashendrickx in #593
- [deps]: Update tailwindcss to v3.4.3 by @renovate in #595
- [deps]: Update gh minor by @renovate in #594
- PAS-438 | Touch up the readme with more information by @Tyrrrz in #569
- Minor memory improvements by @jonashendrickx in #598
- PAS-457 | Fix
Access Denied
error page not rendering properly. by @jonashendrickx in #592 - Exclude .NET SDK from being upgraded with Renovate by @jonashendrickx in #596
- Inject
ISharedManagementService
request scoped instead of transient. by @jonashendrickx in #597 - PAS-460 | Migrate 'Secret Key Created' page to Blazor by @jonashendrickx in #599
- [deps]: Update dotnet monorepo by @renovate in #586
- PAS-462 | BEEEP Migrate
Access Denied
to Blazor. by @jonashendrickx in #600 - PAS-463 | BEEEP Migrate api key creation pages by @jonashendrickx in #602
- PAS-463 | Fix scope labels by @jonashendrickx in #604
- update copy in magic link email by @merissaacosta in #603
- PAS-464 | Disable rate limiter globally by @jonashendrickx in #605
Full Changelog: 1.0.78...1.0.79
1.0.78
What's Changed
- PAS-428 | add elements and styles to verify page by @merissaacosta in #577
- PAS-434 | change private key wording to secret key in AC by @merissaacosta in #580
- PAS-448 | update module style in reports by @merissaacosta in #581
- PAS-444 | Populate metered billing from periodic credential reports. by @jonashendrickx in #576
- [deps]: Update Azure.Identity to v1.11.3 by @renovate in #584
- [deps]: Update HtmlSanitizer to v8.0.865 by @renovate in #585
- PAS-434 | update secret api key wording when you download them by @merissaacosta in #582
- [deps]: Update gh minor by @renovate in #587
- PAS-446 | Fix memory leak in Serilog by @jonashendrickx in #583
- Use
ApplicationOverrides
to bypass magic link restrictions for Admin Console by @Tyrrrz in #565 - Don't crash in
Verify.cshtml
if no emails have been sent by @Tyrrrz in #588 - PAS-444 | Remove UserCountUpdaterBackgroundService.cs by @jonashendrickx in #590
- Refactor/Extract OpenApi bootstrapping from Program.cs by @jonashendrickx in #589
Full Changelog: 1.0.76...1.0.78
1.0.77
What's Changed
- PAS-428 | add elements and styles to verify page by @merissaacosta in #577
- PAS-434 | change private key wording to secret key in AC by @merissaacosta in #580
- PAS-448 | update module style in reports by @merissaacosta in #581
- PAS-444 | Populate metered billing from periodic credential reports. by @jonashendrickx in #576
- [deps]: Update Azure.Identity to v1.11.3 by @renovate in #584
- [deps]: Update HtmlSanitizer to v8.0.865 by @renovate in #585
- PAS-434 | update secret api key wording when you download them by @merissaacosta in #582
- [deps]: Update gh minor by @renovate in #587
- PAS-446 | Fix memory leak in Serilog by @jonashendrickx in #583
- Use
ApplicationOverrides
to bypass magic link restrictions for Admin Console by @Tyrrrz in #565 - Don't crash in
Verify.cshtml
if no emails have been sent by @Tyrrrz in #588
Full Changelog: 1.0.76...1.0.77