Releases: bcgov/tfrs
v2.13.0
TFRS Release Notes v2.13.0
Enhancements and Bug Fixes
1. Revert Label Changes on 'Edit Organization' Page (TFRS#2704)
- Issue: Recent updates mistakenly applied label changes intended for a future release.
- Resolution: Restored the original labels on the 'Edit Organization' page accessible via IDIR. This reversion aligns the page with the intended design for the main release.
2. Visibility of Agreement Date and Categorization for BCeID Users (TFRS#2558)
- Enhancement: BCeID users, as parties to a credit transfer, can now view additional information in the Transaction History section.
- Details: The update includes the visibility of the date of the written agreement and both potential and final categorization categories.
3. Bug Fix: Roles Page Error for BCeID Users (TFRS#197)
- Issue: An error was encountered by BCeID users on the Roles page.
- Resolution: Fixed the error to ensure smooth access and functionality for BCeID users on the Roles page.
4. Simplifying Credit Transfer Declarations (TFRS#2599)
- Task: Streamlined the transfer proposal interface for BCeID users.
- Outcome: Removed two declaration statements from the Signing Authority process during the initiation of new transfers to alternative suppliers.
5. Migration for Compliance Report History (TFRS#2605)
- Purpose: Address the oversight where rescinded compliance reports lacked corresponding history records.
- Action: Implemented a migration to verify and ensure that each rescinded compliance report in the database has an associated compliance report history record. This change maintains the accuracy and transparency of transaction histories in compliance reports.
Notes
- These updates in v2.13.0 aim to enhance user experience, improve data visibility, and ensure system integrity. We appreciate your feedback and collaboration in continually improving TFRS.
v2.12.0
Release Notes for TFRS v2.12.0
Enhancements:
-
Prevention of 2023 Draft Compliance Reports Creation
- To align with the new Act that applies compliance units to the 2023 compliance period, we've removed the ability for BCeID users to create draft compliance reports for 2023. This ensures that users don't create reports based on the old credits/debits system, providing more accurate and up-to-date reporting.
- Ticket: #2553
-
Adjustments to Transactions Sheet Column Widths
- We've made refinements to the default column widths in the (Credit) Transactions excel spreadsheet. This includes narrowing the 'Effective Date' column and widening the 'Comments' column for a better data viewing experience.
- Ticket: #2684
-
Updated Credit Transfer Agreement Date Error Message
- We've improved the error messaging for the agreement date field within a draft credit transfer. Users will now see a clearer and more descriptive message when the date format is incorrect.
- Ticket: #2469
Bug Fixes:
-
Correction to Supplemental Report Line 26 Penalty
- Resolved an issue where suppliers submitting multiple supplemental compliance reports for 2021 encountered erroneous penalties and an incorrect Line 26 value.
- Ticket: #2679
-
Fixed Error Pop-up on Saving and Submitting Supplemental Reports
- Addressed an intermittent issue in the dev environment where users received an "error saving" pop-up when trying to save or submit a supplemental report. Users should now experience a smoother workflow with appropriate success messages.
- Ticket: #2680
v2.12.0
Merge pull request #2715 from bcgov/dependabot/pip/backend/django-3.2.23 Bump django from 3.2.20 to 3.2.23 in /backend
v2.11.0
Release Notes v2.11.0:
TFRS - New Input Field for Organization Details - IDIR only#2579
- Introducing a new input field for organization details.
- This enhancement provides IDIR users with the ability to input an organization's 'Company profile (EDRMS Record #)'.
- This feature is aimed at streamlining the compliance report review process, eliminating redundancies, and phasing out the use of external tracking sheets.
TFRS - Discrepancy in 'latest_report' & 'traversal' Fields in Compliance Reports#2667
- A discrepancy was discovered in the compliance_report tracking system following a migration.
- We fixed 'latest_report' not showing the latest report ID, and 'traversal' was updated to show correctly.
v2.10.0
Release Notes:
Feat: Updated feature branch references.
Fix: Tooltip font size increase.
Fix: Remove link to credit market report on dashboard.
Fix: Minor fix and unit tests for user notifications.
Fi: Rescind status not saving in history.
Feat: Adding LCFS box in BCeID dashboard.
Feat: Adding check if previous transfer status is already rescinded.
Fix: Revise messaging for category D checkbox.
release-2.10.0
Merge pull request #2624 from jig-patel/tfrs-2576 TFRS - revise messaging for category D checkbox#2576
v2.9.0
snyk-fix-a244f77d24db0dc7423bcbea2e1644c5
This PR was automatically created by Snyk using the credentials of a real user.
Snyk has created this PR to fix one or more vulnerable packages in the `pip` dependencies of this project.
Changes included in this PR
- Changes to the following files to upgrade the vulnerable dependencies to a fixed version:
- backend/requirements.txt
Vulnerabilities that will be fixed
By pinning:
Severity | Priority Score (*) | Issue | Upgrade | Breaking Change | Exploit Maturity |
---|---|---|---|---|---|
661/1000 Why? Recently disclosed, Has a fix available, CVSS 7.5 |
Denial of Service (DoS) SNYK-PYTHON-DJANGO-5880505 |
django: 3.2.20 -> 3.2.21 |
No | No Known Exploit |
(*) Note that the real score may have changed since the PR was raised.
Some vulnerabilities couldn't be fully fixed and so Snyk will still find them when the project is tested again. This may be because the vulnerability existed within more than one direct dependency, but not all of the affected dependencies could be upgraded.
Check the changes in this PR to ensure they won't cause issues with your project.
Note: You are seeing this because you or someone else with access to this repository has authorized Snyk to open fix PRs.
For more information:
🧐 View latest project report
📚 Read more about Snyk's upgrade and patch logic
Learn how to fix vulnerabilities with free interactive lessons:
v2.9.0
Merge pull request #2568 from bcgov/fix/alex-credit-transfer-excel-2536 Fix: Credit Transaction Excel Effective Date - 2536
v2.8.0
Tracking pull request to merge release-2.8.0 to master (#2384) * initial update for 2.8.0 * update pr number in pipeline * split dev release out from pipeline * rename dev release name * remove workflow runs * add cron job to remove workflow runs * chore: tfrs-2386 - delete old migrations * update cleanup run cron * update cleanup parameters * sort issue fix for compliance reports * fix for director not able to accept report * add backup cron --------- Co-authored-by: tim738745 <[email protected]> Co-authored-by: Prashanth Venkateshappa <[email protected]> Co-authored-by: Alex Zorkin <[email protected]> Co-authored-by: jig-patel <[email protected]>