Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

release 2.44.0 #5242

Closed
wants to merge 9 commits into from
Closed

release 2.44.0 #5242

wants to merge 9 commits into from

Commits on Aug 28, 2024

  1. Configuration menu
    Copy the full SHA
    7f57c43 View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2024

  1. Merge commit from fork

    * WIP commit - delay throwing errors on login. Create a fake user and attempt to parallelize operations so similar actions are performed on the fake user and the real user.   This isn't possible for places where we need to write to the database.  Further random delays are added to offset.
    
    * Create a fake user was more time consuming than the database call so bad user requests have become slower than good user requests. I've overcorrected. Instead, create the fake user upfront and hold it in memory.
    
    * Update changelog.
    pattisdr committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    457b0e9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5e841ef View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2024

  1. PROD-2701 Fix no monitor button on empty tables (#5249)

    Co-authored-by: Lucano Vera <[email protected]>
    lucanovera and Lucano Vera committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    46ef016 View commit details
    Browse the repository at this point in the history
  2. PROD-2705 Fix broken dnd pagination (#5250)

    Co-authored-by: Lucano Vera <[email protected]>
    lucanovera and Lucano Vera committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    657e3dd View commit details
    Browse the repository at this point in the history
  3. New TCF Purpose Header Field on Translations (#5246)

    - Adds a new purpose_header field on the ExperienceTranslation and on the historical record, the PrivacyExperienceConfigHistory table
    - Adds a data migration to populate purpose_header fields on all existing TCF translations as well as update the existing description, provided the customer is still on version 1 for that translation, meaning they've made no edits
    pattisdr committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    284c632 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a601460 View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2024

  1. Merge commit from fork

    * Added security for email templates that used Jinja2
    
    * Added security for email templates that used Jinja2
    
    * Added security for email templates that used Jinja2
    
    * QA to migration
    
    * Update CHANGELOG.md
    
    * Update src/fides/api/alembic/migrations/versions/ff81f8e7d6ae_migrate_messaging_template_to_use_new_.py
    
    * QA
    
    * Update migrations
    andres-torres-marroquin committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    ddcd2f8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fec1484 View commit details
    Browse the repository at this point in the history