Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
## [1.3.0](v1.2.0...v1.3.0) (2024-06-03) ### Features * add antlr4 in go mod and update to 1.22 ✨ ([81ae7bb](81ae7bb)) * add func to extract and validate parameters ✨ ([fab06d1](fab06d1)) * add implementation to paginate organization in postgresql only ✨ ([33f9b0a](33f9b0a)) * add make all-services that can run all services in the makefile ✨ ([20637eb](20637eb)) * add migration to create extension "uuid-ossp" on schema public ✨ ([fceb8b0](fceb8b0)) * add pagination instrument postgresql ✨ ([2427093](2427093)) * add pagination ledger postgresql ✨ ([a96fe64](a96fe64)) * add pagination portfolio postgresql ✨ ([3f57b98](3f57b98)) * add pagination response ✨ ([b1221c9](b1221c9)) * add pagination to account only postgresql ✨ ([86d4a73](86d4a73)) * add pagination to metadata ✨ ([5b09efe](5b09efe)) * add pagination to metadata accounts ✨ ([2c23e95](2c23e95)) * add pagination to metadata instrument ✨ ([7c9b344](7c9b344)) * add pagination to metadata ledger ✨ ([421a473](421a473)) * add pagination to metadata mock and tests ✨ ([e97efa7](e97efa7)) * add pagination to metadata organization ✨ ([7388b29](7388b29)) * add pagination to metadata portfolios ✨ ([47c4e15](47c4e15)) * add pagination to metadata products ✨ ([3cfea5c](3cfea5c)) * add pagination to product, only postgresql ✨ ([eb0f981](eb0f981)) * add readme to show antlr and trillian in transaction ✨ ([3c12b13](3c12b13)) * add squirrel and update go mod tidy ✨ ([e4bdeed](e4bdeed)) * add the gold language that use antlr4, with your parser, lexer and listeners into commons ✨ ([4855c21](4855c21)) * add transaction to components and update commands into the main make ✨ ([40037a3](40037a3)) * add trillina log temper and refact some container names ([f827d96](f827d96)) * create struct generic to pagination ✨ ([af48647](af48647)) * **transaction:** exemples files for test ✨ ([ad65108](ad65108)) ### Bug Fixes * add -d command in docker up 🐛 ([c9dc679](c9dc679)) * add and change fields allowSending and allowReceiving on portfolio and accounts 🐛 ([eeba628](eeba628)) * add container_name on ledger docker-compose.yml 🐛 ([8f7e028](8f7e028)) * add in string utils regex features like, ignore accents... 🐛 ([a80a698](a80a698)) * adjust method findAll to paginate using keyset and squirrel (not finished) 🐛 ([8f4883b](8f4883b)) * adjust migration to id always be not null and use uuid_generate_v4() as default 🐛 ([ea2aaa7](ea2aaa7)) * adjust query cqrs for use new method signature 🐛 ([d87cc5e](d87cc5e)) * change of place the fields allow_sending and allow_receiving 🐛 ([3be0010](3be0010)) * domain adjust interface with new signature method 🐛 ([8ea6940](8ea6940)) * golang lint mess imports 🐛 ([8a40f2b](8a40f2b)) * interface signature for organization 🐛 ([cb5df35](cb5df35)) * make lint 🐛 ([0281101](0281101)) * make lint 🐛 ([660698b](660698b)) * make sec, lint and tests 🐛 ([f10fa90](f10fa90)) * makefiles adjust commands and logs 🐛 ([f5859e3](f5859e3)) * passing field metadata to instrument 🐛 ([87d10c8](87d10c8)) * passing field metadata to portfolio 🐛 ([5356e5c](5356e5c)) * ports adjust headers 🐛 ([97dc2eb](97dc2eb)) * regenerated mock 🐛 ([5383978](5383978)) * remove duplicated currency 🐛 ([38b1b8b](38b1b8b)) * remove pagination from organization struct to a separated object generic 🐛 ([0cc066d](0cc066d)) * remove squirrel 🐛 ([941ded6](941ded6)) * remove unusable features from mpostgres 🐛 ([0e0c090](0e0c090)) * remove wrong file auto generated 🐛 ([67533b7](67533b7)) * return squirrel 🐛 ([7b7c301](7b7c301)) * some adjusts on query header strutc 🐛 ([adb03ea](adb03ea)) * update lib zitadel oidc v2 to v3 🐛 ([1638894](1638894)) * **cwe-406:** update lib zitadel oidc v2 to v3 and update some code to non retro compatibility 🐛 ([3053f08](3053f08)) * updated postman 🐛 ([750bd62](750bd62))
- Loading branch information