Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
## [1.31.0-beta.14](v1.31.0-beta.13...v1.31.0-beta.14) (2024-12-06) ### Features * **audit:** add audit logs handler ✨ ([4a5fe36](4a5fe36)) * **audit:** add authorization for routes ✨ ([2700d50](2700d50)) * **audit:** add custom error messages ✨ ([db9bc72](db9bc72)) * **audit:** add get audit info use case ✨ ([9cc6503](9cc6503)) * **audit:** add get log by hash use case ✨ ([66d3b93](66d3b93)) * **audit:** add methods for retrieving trillian inclusion proof and leaf by index ✨ ([03b12bd](03b12bd)) * **audit:** add trace spans ✨ ([1ea30fa](1ea30fa)) * **audit:** add trillian health check before connecting ✨ ([9295cec](9295cec)) * add update swagger audit on git pages ([137824a](137824a)) * **audit:** add validate log use case ✨ ([7216c5e](7216c5e)) * audit component ✨ ([084603f](084603f)) * **audit:** audit structs to aux mongo database ([4b80b75](4b80b75)) * create audit app ([f3f8cd5](f3f8cd5)) * **auth:** create auditor user ✨ ([5953ad9](5953ad9)) * create route consumer for many queues ([8004063](8004063)) * **audit:** create struct for queue messages ✨ ([646bd38](646bd38)) * **audit:** create structs for audit transaction message ([fa6b568](fa6b568)) * **audit:** create transaction logs from rabbitmq message ([d54e4d3](d54e4d3)) * **audit:** create trillian log leaf ([d18c0c2](d18c0c2)) * **audit:** errors return from log creation ✨ ([69594e4](69594e4)) * **audit:** find audit info by ID ✨ ([ea91e97](ea91e97)) * **audit:** ignore updatable fields for operation ✨ ([28db38d](28db38d)) * **audit:** implement get trillian log by hash ✨ ([44d103b](44d103b)) * **audit:** implement rabbitmq consumer ✨ ([9874dc4](9874dc4)) * implement trillian connection ✨ ([c4b8877](c4b8877)) * **audit:** implements read logs by transaction handler ✨ ([d134b07](d134b07)) * **audit:** receiving audit parameter to create tree ([be43f32](be43f32)) * **audit:** returning log leaf instead of the value ✨ ([9b40d88](9b40d88)) * right way of starter audit with only one queue consumer ([15a0a8c](15a0a8c)) * **audit:** starting implementation of server ✨ ([edbce7b](edbce7b)) * **audit:** update audit info collection name ✨ ([7cd39fa](7cd39fa)) * **audit:** update audit route paths ✨ ([0f12899](0f12899)) * **audit:** using generic queue struct instead of transaction to write logs ✨ ([4c1b86f](4c1b86f)) * **audit:** work with generic audit log values ✨ ([9beb218](9beb218)) ### Bug Fixes * **audit:** add audit_id parameter to uuid path parameters constant 🐛 ([dcbcb05](dcbcb05)) * **audit:** add tree size validation to fix vulnerability 🐛 ([313dbf4](313dbf4)) * adjust to change run 🐛 ([bad23fe](bad23fe)) * adjust to run rabbit and fiber at same time 🐛 ([4ec503f](4ec503f)) * adjust to test rabbit receiving data 🐛 ([38d3ec9](38d3ec9)) * **audit:** change log level for mtrillian 🐛 ([06bd3f8](06bd3f8)) * **audit:** change otel exporter service name 🐛 ([85c15b4](85c15b4)) * change rabbit and mongo envs for audit component 🐛 ([2854909](2854909)) * **audit:** fix field name 🐛 ([eb8f647](eb8f647)) * **audit:** handle audit not found error only 🐛 ([212ebac](212ebac)) * **audit:** make constants public 🐛 ([baaee67](baaee67)) * merge git 🐛 ([65a985a](65a985a)) * **audit:** nack message when an error occurs 🐛 ([88090b0](88090b0)) * **audit:** otel envs 🐛 ([6328d90](6328d90)) * rabbit init on server before fiber 🐛 ([51c1b53](51c1b53)) * **ledger:** remove create audit tree from ledger creation 🐛 ([8783145](8783145)) * remove second queue consumer after tests 🐛 ([8df4703](8df4703)) * **audit:** shutdown when consumer error 🐛 ([22b24c9](22b24c9)) * **audit:** trillian server host name 🐛 ([84b73ff](84b73ff)) * update audit env version 🐛 ([79475b2](79475b2)) * **audit:** update components/audit/internal/adapters/http/in/response.go ([3d8d8cd](3d8d8cd))
- Loading branch information