|
9 | 9 | - remove no-op semantic-release/exec plugin entry |
10 | 10 | - fix linting issues |
11 | 11 | - add write-behind cache mock expectations to existing transaction tests |
| 12 | +- update release version |
| 13 | +- update version |
| 14 | +- update deps |
12 | 15 | - remove filterStaleBalances to prevent silent balance update drops |
13 | 16 | - add redis backup queue for commit/cancel transactions and correct consumer fromTo logic for canceled status |
14 | 17 | - prevent balance version increment when no actual balance change occurs in Lua script |
|
23 | 26 | - remove publisher confirms |
24 | 27 | - skip write-behind update in sync mode to prevent orphaned Redis entries |
25 | 28 | - add TTL safety nets and correct write-behind cache lifecycle |
| 29 | +- go.sum |
| 30 | +- update sqlmock expectations to include balance version columns |
| 31 | +- loop through all state transitions in CheckHealth to handle cold-start connections |
| 32 | +- adjust semantic release flow |
| 33 | +- releaserc |
26 | 34 | - add SetNX revert lock with write-behind-first lookup to prevent duplicate reversals |
27 | 35 | - remove idempotency reverse lookup in favor of write-behind cache |
28 | 36 | - promote transaction status to APPROVED before write-behind and queue |
|
39 | 47 | - enhance balance key handling in Redis consumer to ensure default key is used when not specified |
40 | 48 | - update group size in Lua script and add balance key handling in Redis consumer |
41 | 49 | - update lib-commons dependency to v2.3.1 |
| 50 | +- race condition, test and remove panic from rabbit initialization |
| 51 | +- update RabbitMQ producer to handle publish confirmations and improve idempotency key management |
| 52 | +- update version to 3.3.14 |
| 53 | +- define explicit column lists for account and operation queries to ensure backward compatibility |
| 54 | +- update hotfix version to 3.3.13 |
| 55 | +- implement account alias sanitization in transaction processing and add utility function for alias cleanup |
| 56 | +- simplify GitHub Actions workflow by removing hotfix branch triggers and updating tag handling |
| 57 | +- update hotfix version from 3.3.11 to 3.3.12 in .releaserc.yml and comment out transaction validation in Lua script |
| 58 | +- remove trailing newline at end of Dockerfile for consistent formatting |
| 59 | +- change release type for feat from minor to patch in .releaserc.yml |
| 60 | +- update application version from 3.3.10 to 3.3.11 in .env.example |
| 61 | +- add missing newline at end of Dockerfile for proper formatting |
| 62 | +- update hotfix version from 3.3.10 to 3.3.11 in .releaserc.yml |
| 63 | +- remove trailing newline in Dockerfile for cleaner formatting |
42 | 64 | - update CronTimeToRun and MessageTimeOfLife constants in Redis consumer for improved processing efficiency |
43 | 65 | - remove handleReturns method and update message publishing parameters in RabbitMQ producer |
44 | 66 | - implement distributed lock mechanism in Redis consumer to prevent duplicate transaction processing across pods |
|
48 | 70 | - change ContentType to application/octet-stream for msgpack binary payload in RabbitMQ producer |
49 | 71 | - add transaction validation in Lua script and enhance error handling in Redis consumer |
50 | 72 | - enhance error handling for transaction backup cache operations |
| 73 | +- update lib-commons dependency to v2.3.1 and update go.sum |
| 74 | +- add complexity comment |
51 | 75 | - initialize operations slice for new transactions in PostgreSQL repository |
52 | 76 | - simplify logging for duplicate operation and transaction inserts |
53 | 77 | - refactor operation scanning in transaction retrieval to improve handling of nullable fields |
54 | 78 | - handle nil operation ID in transaction retrieval to prevent nil pointer dereference |
55 | 79 | - handle unique constraint violations for operation and transaction inserts |
56 | 80 | - add panic recovery and nil validation for transaction messages in Redis consumer |
57 | 81 | - remove lock deletion on transaction errors after balance retrieval |
58 | | -- remove pending transaction lock after errors only |
59 | 82 | - update frontend dependencies (next to 15.5.7 and react to 19.1.2) |
60 | 83 | - correct comment wording in transaction handler for clarity |
61 | 84 | - update hotfix branch configuration in release settings |
|
66 | 89 | - update CHANGELOG |
67 | 90 | - configure pipeline to trigger build on hotfix branches |
68 | 91 | - bump hotfix branch versions (3.3.8 through 3.3.14) |
69 | | - |
70 | | - |
71 | | -## [v3.5.1] - 2026-01-19 |
| 92 | +- update hotfix branch version to 3.3.10 |
| 93 | +- add panic recovery and nil validation for transaction messages in Redis consumer |
| 94 | +- update hotfix branch version to 3.3.9 |
| 95 | +- remove pending transaction lock after errors only |
| 96 | +- update next version to 15.5.7 and react to 19.1.2 |
| 97 | +- update releaserc.yml to version 3.3.8 |
| 98 | +- correct comment wording in transaction handler for clarity |
| 99 | +- update hotfix branch configuration in release settings |
| 100 | +- update version |
72 | 101 |
|
73 | 102 | ### 🐛 Bug Fixes |
74 | 103 | - remove CPF and CNPJ validation functions and related tests |
|
0 commit comments