Skip to content

Latest commit

 

History

History
171 lines (102 loc) · 11 KB

CHANGELOG.md

File metadata and controls

171 lines (102 loc) · 11 KB

1.12.1 (2023-12-16)

Bug Fixes

  • constructor params readonly fix (fde239a)
  • ticket constructor params readonly fix (ae949f2)

1.12.0 (2023-12-15)

Features

1.11.0 (2023-12-15)

Features

  • add localstack_endpoints (76e8227)
  • add report handler (b3c78ab)
  • add serverless dependencies and add lambda scripts (84cdb82)
  • add serverless.yml (9484f18)

1.10.0 (2023-12-13)

Features

  • add completeOrder in order controller (7e4243b)
  • add completeOrder in order service (6f9a4b6)
  • add findOne in statusService (9bde094)
  • add finishManufacturing in ticketController (348ad04)
  • add finishManufacturing in ticketService (7b96059)
  • add ticketId in IQueueMessagePayload (b0d94f9)
  • add ticketId in IStatusPayload (ac383d3)
  • add ticketId in StatusSchema (4e41d9d)

1.9.0 (2023-12-13)

Features

1.8.0 (2023-12-12)

Features

  • add .env-example (e2f1f2f)
  • organize envronment in app.module, main and aws-config (e5e3589)

1.7.1 (2023-12-12)

Bug Fixes

  • orders patch and delete remove (7f689c8)

1.7.0 (2023-12-12)

Features

  • add ticket interface (0e47abc)
  • add tickets controller (ab3f07b)
  • queue implement queue in tickets (e8cf557)

Bug Fixes

  • resolves circular dependency orders-tickets (ff48923)
  • sqsService createQueue and sendMessage fix (8293e42)

1.6.0 (2023-12-11)

Features

  • add aws module (e47ce59)
  • add aws module in app module (ca9d023)
  • add aws-config (5c8d175)
  • add awsMessageService (bbc55bd)
  • add sqsMessageService and sqsQueueService in aws module (c58aa6b)
  • add sqsQueueService (c93c3f5)

Bug Fixes

  • docker-compose localstack fix (9c444e0)

1.5.1 (2023-12-09)

Bug Fixes

1.5.0 (2023-12-08)

Features

  • add cache in orders (9dd69b6)
  • add cache in tickets (e1fd733)
  • add CacheModule in appModule (6ebaeae)
  • add redis-times magic numbers (59a50af)

1.4.0 (2023-12-08)

Features

  • add and configure docker-compose mongodb-redis-localstack (cc6680b)

1.3.0 (2023-12-07)

Features

  • add tickets module (1f54359)
  • add tickets module in app module (f35ffb5)
  • add tickets schema (5ade0b3)
  • add tickets service (a86e008)
  • add tickets test default (f85ed48)
  • tickets implementation in orders (b30bbc4)

1.2.0 (2023-12-03)

Features

  • add interceptor interface (d7eb49f)
  • add invalid-id interceptor (26686bf)
  • add invalid-id interceptor in main (f0265ea)

1.1.0 (2023-12-03)

Features

1.0.0 (2023-12-02)

Features

  • prepare repository to start the project (a0556e7)