Skip to content

Releases: LerianStudio/midaz

v1.5.0

04 Jun 18:03
ff3c67f
Compare
Choose a tag to compare

1.5.0 (2024-06-04)

Bug Fixes

  • bring back omitempty on metadata in field _id because cant generate automatic id without 🐛 (d68be08)

v1.5.0-beta.1

04 Jun 17:56
a3dde43
Compare
Choose a tag to compare
v1.5.0-beta.1 Pre-release
Pre-release

1.5.0-beta.1 (2024-06-04)

Bug Fixes

  • bring back omitempty on metadata in field _id because cant generate automatic id without 🐛 (d68be08)

v1.4.0

04 Jun 13:42
1fc2fe2
Compare
Choose a tag to compare

1.4.0 (2024-06-04)

v1.4.0-beta.1

04 Jun 13:22
dbdb4cd
Compare
Choose a tag to compare
v1.4.0-beta.1 Pre-release
Pre-release

1.4.0-beta.1 (2024-06-04)

v1.3.0

03 Jun 16:39
d21a34b
Compare
Choose a tag to compare

1.3.0 (2024-06-03)

Features

  • add antlr4 in go mod and update to 1.22 ✨ (81ae7bb)
  • add func to extract and validate parameters ✨ (fab06d1)
  • add implementation to paginate organization in postgresql only ✨ (33f9b0a)
  • add make all-services that can run all services in the makefile ✨ (20637eb)
  • add migration to create extension "uuid-ossp" on schema public ✨ (fceb8b0)
  • add pagination instrument postgresql ✨ (2427093)
  • add pagination ledger postgresql ✨ (a96fe64)
  • add pagination portfolio postgresql ✨ (3f57b98)
  • add pagination response ✨ (b1221c9)
  • add pagination to account only postgresql ✨ (86d4a73)
  • add pagination to metadata ✨ (5b09efe)
  • add pagination to metadata accounts ✨ (2c23e95)
  • add pagination to metadata instrument ✨ (7c9b344)
  • add pagination to metadata ledger ✨ (421a473)
  • add pagination to metadata mock and tests ✨ (e97efa7)
  • add pagination to metadata organization ✨ (7388b29)
  • add pagination to metadata portfolios ✨ (47c4e15)
  • add pagination to metadata products ✨ (3cfea5c)
  • add pagination to product, only postgresql ✨ (eb0f981)
  • add readme to show antlr and trillian in transaction ✨ (3c12b13)
  • add squirrel and update go mod tidy ✨ (e4bdeed)
  • add the gold language that use antlr4, with your parser, lexer and listeners into commons ✨ (4855c21)
  • add transaction to components and update commands into the main make ✨ (40037a3)
  • add trillina log temper and refact some container names (f827d96)
  • create struct generic to pagination ✨ (af48647)
  • transaction: exemples files for test ✨ (ad65108)

Bug Fixes

  • add -d command in docker up 🐛 (c9dc679)
  • add and change fields allowSending and allowReceiving on portfolio and accounts 🐛 (eeba628)
  • add container_name on ledger docker-compose.yml 🐛 (8f7e028)
  • add in string utils regex features like, ignore accents... 🐛 (a80a698)
  • adjust method findAll to paginate using keyset and squirrel (not finished) 🐛 (8f4883b)
  • adjust migration to id always be not null and use uuid_generate_v4() as default 🐛 (ea2aaa7)
  • adjust query cqrs for use new method signature 🐛 (d87cc5e)
  • change of place the fields allow_sending and allow_receiving 🐛 (3be0010)
  • domain adjust interface with new signature method 🐛 (8ea6940)
  • golang lint mess imports 🐛 (8a40f2b)
  • interface signature for organization 🐛 (cb5df35)
  • make lint 🐛 (0281101)
  • make lint 🐛 (660698b)
  • make sec, lint and tests 🐛 (f10fa90)
  • makefiles adjust commands and logs 🐛 (f5859e3)
  • passing field metadata to instrument 🐛 (87d10c8)
  • passing field metadata to portfolio 🐛 (5356e5c)
  • ports adjust headers 🐛 (97dc2eb)
  • regenerated mock 🐛 (5383978)
  • remove duplicated currency 🐛 (38b1b8b)
  • remove pagination from organization struct to a separated object generic 🐛 (0cc066d)
  • remove squirrel 🐛 (941ded6)
  • remove unusable features from mpostgres 🐛 (0e0c090)
  • remove wrong file auto generated 🐛 (67533b7)
  • return squirrel 🐛 (7b7c301)
  • some adjusts on query header strutc 🐛 (adb03ea)
  • update lib zitadel oidc v2 to v3 🐛 (1638894)
  • cwe-406: update lib zitadel oidc v2 to v3 and update some code to non retro compatibility 🐛 (3053f08)
  • updated postman 🐛 (750bd62)

v1.3.0-beta.1

03 Jun 16:30
141f3e2
Compare
Choose a tag to compare
v1.3.0-beta.1 Pre-release
Pre-release

1.3.0-beta.1 (2024-06-03)

Features

  • add antlr4 in go mod and update to 1.22 ✨ (81ae7bb)
  • add func to extract and validate parameters ✨ (fab06d1)
  • add implementation to paginate organization in postgresql only ✨ (33f9b0a)
  • add make all-services that can run all services in the makefile ✨ (20637eb)
  • add migration to create extension "uuid-ossp" on schema public ✨ (fceb8b0)
  • add pagination instrument postgresql ✨ (2427093)
  • add pagination ledger postgresql ✨ (a96fe64)
  • add pagination portfolio postgresql ✨ (3f57b98)
  • add pagination response ✨ (b1221c9)
  • add pagination to account only postgresql ✨ (86d4a73)
  • add pagination to metadata ✨ (5b09efe)
  • add pagination to metadata accounts ✨ (2c23e95)
  • add pagination to metadata instrument ✨ (7c9b344)
  • add pagination to metadata ledger ✨ (421a473)
  • add pagination to metadata mock and tests ✨ (e97efa7)
  • add pagination to metadata organization ✨ (7388b29)
  • add pagination to metadata portfolios ✨ (47c4e15)
  • add pagination to metadata products ✨ (3cfea5c)
  • add pagination to product, only postgresql ✨ (eb0f981)
  • add readme to show antlr and trillian in transaction ✨ (3c12b13)
  • add squirrel and update go mod tidy ✨ (e4bdeed)
  • add the gold language that use antlr4, with your parser, lexer and listeners into commons ✨ (4855c21)
  • add transaction to components and update commands into the main make ✨ (40037a3)
  • add trillina log temper and refact some container names (f827d96)
  • create struct generic to pagination ✨ (af48647)
  • transaction: exemples files for test ✨ (ad65108)

Bug Fixes

  • add -d command in docker up 🐛 (c9dc679)
  • add and change fields allowSending and allowReceiving on portfolio and accounts 🐛 (eeba628)
  • add container_name on ledger docker-compose.yml 🐛 (8f7e028)
  • add in string utils regex features like, ignore accents... 🐛 (a80a698)
  • adjust method findAll to paginate using keyset and squirrel (not finished) 🐛 (8f4883b)
  • adjust migration to id always be not null and use uuid_generate_v4() as default 🐛 (ea2aaa7)
  • adjust query cqrs for use new method signature 🐛 (d87cc5e)
  • change of place the fields allow_sending and allow_receiving 🐛 (3be0010)
  • domain adjust interface with new signature method 🐛 (8ea6940)
  • golang lint mess imports 🐛 (8a40f2b)
  • interface signature for organization 🐛 (cb5df35)
  • make lint 🐛 (0281101)
  • make lint 🐛 (660698b)
  • make sec, lint and tests 🐛 (f10fa90)
  • makefiles adjust commands and logs 🐛 (f5859e3)
  • passing field metadata to instrument 🐛 (87d10c8)
  • passing field metadata to portfolio 🐛 (5356e5c)
  • ports adjust headers 🐛 (97dc2eb)
  • regenerated mock 🐛 (5383978)
  • remove duplicated currency 🐛 (38b1b8b)
  • remove pagination from organization struct to a separated object generic 🐛 (0cc066d)
  • remove squirrel 🐛 (941ded6)
  • remove unusable features from mpostgres 🐛 (0e0c090)
  • remove wrong file auto generated 🐛 (67533b7)
  • return squirrel 🐛 (7b7c301)
  • some adjusts on query header strutc 🐛 (adb03ea)
  • update lib zitadel oidc v2 to v3 🐛 (1638894)
  • cwe-406: update lib zitadel oidc v2 to v3 and update some code to non retro compatibility 🐛 (3053f08)
  • updated postman 🐛 (750bd62)

v1.2.0

23 May 13:01
cf0a18c
Compare
Choose a tag to compare

1.2.0 (2024-05-23)

Bug Fixes

  • fix patch updates to accept only specific fields, not all like put 🐛 (95c2847)
  • remove not null from field entity_id in account 🐛 (921b21e)

v1.1.0

21 May 19:57
54eac99
Compare
Choose a tag to compare

1.1.0 (2024-05-21)

Features

  • business message ✨ (c6e3c97)
  • create method that search instrument by name or code to cant insert again (8e01080)
  • create new method findbyalias ✨ (6d86734)
  • create two methods, validate type and validate currency validate ISO 4217 🐛 (09c622b)
  • re run mock ✨ (5cd0b70)

Bug Fixes

  • (cqrs): remove delete metadata when update object with field is null (9142901)
  • adjust make lint (dacca62)
  • adjust path mock to generate new files and add new method interface in instrument 🐛 (ecbfce9)
  • ajust alias to receive nil 🐛 (19844fd)
  • bugs and new implements features 🐛 (8b8ee76)
  • business message 🐛 (d3c35d7)
  • create method to validate if code has letter uppercase 🐛 (36f6c0e)
  • env default local 🐛 (b1d8f04)
  • golint 🐛 (481e1fe)
  • lint 🐛 (9508657)
  • lint and error message 🐛 (be8637e)
  • migration alias to receive null 🐛 (9c83a9c)
  • regenerate mocks 🐛 (8592e17)
  • remove and update postman 🐛 (0971d13)
  • remove json unmarshal from status in method find and findall (021e5af)
  • removes omitempty to return field even than null 🐛 (030ea64)
  • ledger: when string ParentOrganizationID is empty set nil (6f6c044)

v1.1.0-beta.1

21 May 19:49
e345dde
Compare
Choose a tag to compare
v1.1.0-beta.1 Pre-release
Pre-release

1.1.0-beta.1 (2024-05-21)

Features

  • business message ✨ (c6e3c97)
  • create method that search instrument by name or code to cant insert again (8e01080)
  • create new method findbyalias ✨ (6d86734)
  • create two methods, validate type and validate currency validate ISO 4217 🐛 (09c622b)
  • re run mock ✨ (5cd0b70)

Bug Fixes

  • (cqrs): remove delete metadata when update object with field is null (9142901)
  • adjust make lint (dacca62)
  • adjust path mock to generate new files and add new method interface in instrument 🐛 (ecbfce9)
  • ajust alias to receive nil 🐛 (19844fd)
  • bugs and new implements features 🐛 (8b8ee76)
  • business message 🐛 (d3c35d7)
  • create method to validate if code has letter uppercase 🐛 (36f6c0e)
  • env default local 🐛 (b1d8f04)
  • golint 🐛 (481e1fe)
  • lint 🐛 (9508657)
  • lint and error message 🐛 (be8637e)
  • migration alias to receive null 🐛 (9c83a9c)
  • regenerate mocks 🐛 (8592e17)
  • remove and update postman 🐛 (0971d13)
  • remove json unmarshal from status in method find and findall (021e5af)
  • removes omitempty to return field even than null 🐛 (030ea64)
  • ledger: when string ParentOrganizationID is empty set nil (6f6c044)

v1.0.0

17 May 20:45
8adf22d
Compare
Choose a tag to compare

1.0.0 (2024-05-17)

Features

Bug Fixes

  • change conversion of a signed 64-bit integer to int (2fd77c2)