Releases: bcgov/sbc-pay
Releases · bcgov/sbc-pay
v1.18.5
What's Changed
- 15467 - Statement enhancements, remove duplicates - fix the sort order in pay as well. by @seeker25 in #1135
- Add in db.session.flush() by @seeker25 in #1139
- 15197 - Models _mapping for service backwards compatibility by @seeker25 in #1140
- Add in line to print out invoice id. by @seeker25 in #1141
- Adding in developer notes by @seeker25 in #1138
- Small fix for payment reconciliation for online banking. by @seeker25 in #1142
- Statement weekly fix by @seeker25 in #1144
- Add in data for no fee, add in details field for credits, update developer notes. by @seeker25 in #1143
- Performance tweak statements by @seeker25 in #1145
- Bump sentry-sdk from 1.9.10 to 1.14.0 in /pay-api by @dependabot in #1150
- Bump sentry-sdk from 1.11.1 to 1.14.0 in /bcol-api by @dependabot in #1146
- 15699 - Changes to accomodate 3 tiers of service fees in BCOL. by @seeker25 in #1151
- Cast to float by @seeker25 in #1152
- New columns for pay-admin. by @seeker25 in #1153
- PAY-JOBS - Use the latest version of pay-api. by @seeker25 in #1154
- 15719 - Skip EJV Disbursement / Payment on holidays by @seeker25 in #1155
Full Changelog: v1.18.4...v1.18.5
v1.18.4
What's Changed
- bcol refund fix float/decimal conversion by @kialj876 in #1104
- add in additionalProperties for Invoice object. by @seeker25 in #1116
- 14850 - allow basic accounts access to transaction route by @Jxio in #1103
- 14850 - Unit test for basic account - transaction screen by @Jxio in #1117
- Fix for bcol logging. by @seeker25 in #1119
- Use decimal instead of float. by @seeker25 in #1118
- Update enums.py by @seeker25 in #1120
- To fix all notebook reports Sent but not delivered Issue#2247 by @stevenc987 in #1123
- Fix for BCOL + missing fields. by @seeker25 in #1125
- Fix additionalProperties. by @seeker25 in #1126
- 14847 - AP non-gov disbursement for BCA. by @seeker25 in #1122
- Remove time check in task, just do this via CRONTAB instead. by @seeker25 in #1128
- 15257 - Fix statements serialization issue by @seeker25 in #1115
- Change auth_account_id to accountId.. by @seeker25 in #1129
- 15467 - Allow statements job to have a date override by @seeker25 in #1130
- 15467 - Statement performance optimizations, also weekly / monthly weren't wo… by @seeker25 in #1131
- 15387 - invoices table enhancement by @Jxio in #1124
- 15467 - Revert requirements.txt. by @seeker25 in #1132
- AP disbursement changes + statement tweak. by @seeker25 in #1133
- 15257- Fix for exception not coming back correctly. by @seeker25 in #1134
- 15467 - Statement enhancements, remove duplicates - fix the sort order in pay as well. by @seeker25 in #1135
- Add in db.session.flush() by @seeker25 in #1139
- 15197 - Models _mapping for service backwards compatibility by @seeker25 in #1140
- Add in line to print out invoice id. by @seeker25 in #1141
- Adding in developer notes by @seeker25 in #1138
- Small fix for payment reconciliation for online banking. by @seeker25 in #1142
Full Changelog: v1.18.3...v1.18.4
v1.18.3
What's Changed
- Add try except for create_cfs_account. That way if it fails it doesn'… by @seeker25 in #1084
- enhancements added to transactions history by @kialj876 in #1085
- Fix null details. by @seeker25 in #1086
- Add transistion to complete. by @seeker25 in #1088
- 15086 - Add in registration in process_event. by @seeker25 in #1087
- Create job to schedule reports - invoice reconciliation #14945 by @stevenc987 in #1089
- Fix lint errors. by @seeker25 in #1090
- Fix rs correction api by @seeker25 in #1091
- Enable the AP refund reconciliation always. by @seeker25 in #1092
- Bump cryptography from 39.0.0 to 39.0.1 in /jobs/payment-jobs by @dependabot in #1095
- Bump cryptography from 36.0.1 to 39.0.1 in /jobs/ftp-poller by @dependabot in #1093
- Bump cryptography from 38.0.3 to 39.0.1 in /pay-api by @dependabot in #1094
- 15276 - Add in SQL to load in test data for pay. by @seeker25 in #1097
- added indexes on invoice ref table by @kialj876 in #1096
- 15290 - Search optimizations. by @seeker25 in #1098
- Fix invoice count by @seeker25 in #1099
- Sorting fix + pad activation date fix. by @seeker25 in #1100
- Change subquery, so it excludes some of the outer joins, only adds if… by @seeker25 in #1101
Full Changelog: v1.18.2...v1.18.3
v1.18.2
What's Changed
- Skip over certain corp types for queue messages. by @seeker25 in #1068
- Create job to schedule reports - invoice reconciliation #14945 by @stevenc987 in #1069
- Create job to schedule reports - invoice reconciliation #14945 by @stevenc987 in #1078
- Create job to schedule reports - invoice reconciliation #14945 by @stevenc987 in #1079
- backend updates for transaction table by @kialj876 in #1071
- 14618 - Fix from feedback, casting float to Decimal. by @seeker25 in #1077
- Missing str for decimal by @seeker25 in #1080
- Adding in pylint to requirements.txt, renaming the CI name. by @seeker25 in #1081
- Bump future from 0.18.2 to 0.18.3 in /jobs/notebook-report by @dependabot in #1074
- Bump future from 0.18.2 to 0.18.3 in /jobs/notebook-report/requirements by @dependabot in #1073
- 14618 - Routing Slip job changes for Corrections by @seeker25 in #1082
- 15161 - Add in change for invoice.disbursment_date by @seeker25 in #1083
Full Changelog: v1.18.1...v1.18.2
v1.18.1
What's Changed
- allow job to run with more than 1000 records to update by @kialj876 in #1058
- 14346 - update CfsReceiptStatus by @Jxio in #1059
- 14346 add receipt status check before sending reverse request by @Jxio in #1060
- 14507 - added a column of FOILO and change FEE CODE to PRODUCT CODE by @Jxio in #1061
- 14507 - Convert UTC to PDT/PST by @Jxio in #1062
- 14618 - PAY-API changes for routing slip corrections - Part 1 by @seeker25 in #1063
- 12777 - System Exit 1 / Performance fixes for Invoice searching, also statement building by @seeker25 in #1065
- 14618 - add CORRECTION.value to RoutingSlipStatus by @Jxio in #1066
- Skip over sending queue message for CSO payments. by @seeker25 in #1067
Full Changelog: v1.18.0...v1.18.1
v1.18.0
What's Changed
- Revert "Revert "14180 - Reverse CSO specific changes for service_fees."" by @seeker25 in #1021
- 14316 - Override staff bcol code for CSO fee. by @seeker25 in #1016
- Add dynamic exclusion of versions field, similar to SBC-AUTH. by @seeker25 in #1011
- 14384 - Fix for routing_slip_task.py by @seeker25 in #1022
- Fix requirements.txt by @seeker25 in #1024
- 14435 - Minor change to PAD job that should fix cfs_account_id being blank. T… by @seeker25 in #1025
- Bump cryptography from 38.0.1 to 38.0.3 in /pay-api by @dependabot in #1023
- speed up partner distribution task by @kialj876 in #1026
- Changes for BCOL_Service to allow override for staff fee code by @seeker25 in #1028
- 14382 - Changes for new invoice status codes: CREDITED and CANCELLED. by @seeker25 in #1027
- 14509 - Don't set waived fee amount on variable fees by @seeker25 in #1029
- bcol refund confirmation job by @kialj876 in #1030
- Bug 14107 Statements have footer rendered on top of the content by @ritvick in #1031
- Fix rate type. by @seeker25 in #1033
- Put the rate type back. Put in a bypass for is_apply_charge, for CSO … by @seeker25 in #1034
- 14381 bcol refund confirmation 2 by @kialj876 in #1032
- Bump certifi from 2021.10.8 to 2022.12.7 in /pay-admin by @dependabot in #1037
- Bump certifi from 2021.10.8 to 2022.12.7 in /queue_services/events-listener by @dependabot in #1039
- Bump certifi from 2021.10.8 to 2022.12.7 in /jobs/ftp-poller by @dependabot in #1038
- Bump certifi from 2022.9.24 to 2022.12.7 in /jobs/payment-jobs by @dependabot in #1042
- Bump certifi from 2022.9.24 to 2022.12.7 in /pay-api by @dependabot in #1043
- Bump certifi from 2020.4.5.1 to 2022.12.7 in /jobs/notebook-report by @dependabot in #1044
- Bump certifi from 2022.5.18.1 to 2022.12.7 in /report-api by @dependabot in #1045
- Bump certifi from 2022.9.24 to 2022.12.7 in /bcol-api by @dependabot in #1046
- Bump certifi from 2020.4.5.1 to 2022.12.7 in /jobs/notebook-report/requirements by @dependabot in #1040
- Bump certifi from 2022.9.24 to 2022.12.7 in /queue_services/payment-reconciliations by @dependabot in #1041
- 11314 - Part 1 - Changes required for VOID routing slips. by @seeker25 in #1035
- 11314 - Part 2 - Update to jobs for VOID routing slips. by @seeker25 in #1036
- 14257 - Update github workflows, so we don't run into codecov errors. by @seeker25 in #1047
- add oracle stuff to dockerfile by @kialj876 in #1050
- 11314 & 11167 - Part 3 - More changes for VOID, also starting the ground work for CORRECTION. by @seeker25 in #1049
- Put in max length for folio number, filing identifier. by @seeker25 in #1051
- Release changes using launch darkly plus minor tweaks by @seeker25 in #1052
- Update payment jobs deps. by @seeker25 in #1054
- Fix rs jobs - fix flags by @seeker25 in #1055
- Repoint requirements.txt to latest main. by @seeker25 in #1056
New Contributors
Full Changelog: v1.17.4...v1.18.0
Release v1.17.4
What's Changed
- Job fixes, unit test fixes. by @seeker25 in #1010
- 11055 & 14053 Fix duplicate feedback reconciliation & Fix reconciliation file as per request by CAS. by @seeker25 in #1012
- More reconciliation fixes for spaces, turns out it can be larger than 2. by @seeker25 in #1013
- 14086 PAY-JOBS - Issue with invoice reference already exists - Routing Slips by @Jxio in #1014
- Version update. by @seeker25 in #1020
New Contributors
Full Changelog: v1.17.3...v1.17.4
Release v1.17.3
What's Changed
- 13611 - added LD flag service to queue services and payment jobs by @MatthewCai2002 in #1002
- 9431 - Added key to BCOL refund emails by @MatthewCai2002 in #1004
- 14055 - Pay job logging fix, also payment reconciliation by @seeker25 in #1003
- 14137 - Update API spec to include SETTLEMENT_SCHED by @seeker25 in #1006
- 14092 - Use decimals for Invoices / Payment Line Items / Payment Accounts by @seeker25 in #1005
- 14092 - Use decimals for Invoices / Payment Line Items / Payment Accounts / Fees - Part 2 by @seeker25 in #1008
Full Changelog: v1.17.2...v1.17.3
v1.17.2
What's Changed
- Update logging file + minor fixes + minor pay permission fix by @seeker25 in #999
- 13611 - PAY - Add launch darkly by @MatthewCai2002 in #1000
- 13611 - PAY-API - Launchdarkly vault.json fix by @MatthewCai2002 in #1001
New Contributors
- @MatthewCai2002 made their first contribution in #1000
Full Changelog: v1.17.1...v1.17.2
Release v1.17.1
What's Changed
- 13599 - Report API Performance Fix by @seeker25 in #986
- Minor tweaks for Direct Pay credit card job by @seeker25 in #991
- Minor enum fix by @seeker25 in #996
- Bump protobuf from 3.19.4 to 3.19.5 in /pay-api by @dependabot in #995
- Bump protobuf from 3.19.4 to 3.19.5 in /queue_services/events-listener by @dependabot in #994
- Bump protobuf from 3.19.3 to 3.19.5 in /jobs/ftp-poller by @dependabot in #993
- Bump protobuf from 3.19.1 to 3.19.5 in /queue_services/payment-reconciliations by @dependabot in #992
- Bump mako from 1.2.1 to 1.2.2 in /pay-api by @dependabot in #990
- Bump mako from 1.1.6 to 1.2.2 in /jobs/ftp-poller by @dependabot in #989
- 13055 - CAS Settlement error, plus ACK issues by @seeker25 in #997
- Update dockerfile. by @seeker25 in #998
Full Changelog: v1.17.0...v1.17.1