-
Notifications
You must be signed in to change notification settings - Fork 72
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
Closed
release 2.44.0 #5242
Commits on Aug 28, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 7f57c43 - Browse repository at this point
Copy the full SHA 7f57c43View commit details
Commits on Aug 29, 2024
-
* 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.
Configuration menu - View commit details
-
Copy full SHA for 457b0e9 - Browse repository at this point
Copy the full SHA 457b0e9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5e841ef - Browse repository at this point
Copy the full SHA 5e841efView commit details
Commits on Aug 30, 2024
-
PROD-2701 Fix no monitor button on empty tables (#5249)
Co-authored-by: Lucano Vera <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 46ef016 - Browse repository at this point
Copy the full SHA 46ef016View commit details -
PROD-2705 Fix broken dnd pagination (#5250)
Co-authored-by: Lucano Vera <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 657e3dd - Browse repository at this point
Copy the full SHA 657e3ddView commit details -
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
Configuration menu - View commit details
-
Copy full SHA for 284c632 - Browse repository at this point
Copy the full SHA 284c632View commit details -
Configuration menu - View commit details
-
Copy full SHA for a601460 - Browse repository at this point
Copy the full SHA a601460View commit details
Commits on Sep 3, 2024
-
* 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
Configuration menu - View commit details
-
Copy full SHA for ddcd2f8 - Browse repository at this point
Copy the full SHA ddcd2f8View commit details -
Configuration menu - View commit details
-
Copy full SHA for fec1484 - Browse repository at this point
Copy the full SHA fec1484View commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.