ServeRest Versions Save

APIs REST simulando loja virtual para servir de estudo de testes de API de forma manual ou automatizada

v2.29.3

1 month ago

2.29.3 (2024-04-11)

Chores

  • .gcloudignore: remove unused .gcloudignore file (1d10774)
  • moesif: bump moesif-nodejs from 3.1.5 to 3.6.1 (06db7fe)
  • patch: suppress any moesif error to avoid future impact to users (5e84dc8)
  • reducing number of files on the root path (103827a)

Continuous Integration

  • enable deployment using manual trigger (7cb3b3e)

Documentation

  • add crisnazario as a contributor for bug report (#471) (7194b7d)
  • contributing.md: updating broken URL (86aba7d)
  • readme: fix minor error (d477ac3)

Tests

  • errorHandler: cobrir cenário de erro de schema não mapeado (9fdb518)

v2.29.2

1 month ago

2.29.2 (2024-04-01)

Bug Fixes

  • errorHandler: retornar erro sobre limite de valor inteiro aceito (#483) (6576b52), closes #471

Chores

  • codeql analysis implementation (faee74d)
  • deps-dev: bump @babel/traverse from 7.21.2 to 7.24.1 (#460) (a6c4502)
  • deps-dev: bump nodemon from 2.0.21 to 3.1.0 (#468) (a0f386b)
  • deps-dev: bump sinon from 10.0.0 to 17.0.1 (#462) (cbdbe71), closes #458
  • deps-dev: bump supertest from 6.3.3 to 6.3.4 (#464) (c874799)
  • deps-dev: bump the npm_and_yarn group group with 1 update (#463) (0cf5f47), closes #458
  • deps: bump dacbd/create-issue-action from 1.2.0 to 2.0.0 (#465) (75c2e20)
  • deps: bump google-github-actions/setup-gcloud from 1 to 2 (#469) (e4ee50b)
  • deps: bump ip (#459) (be40e00)
  • deps: bump styfle/cancel-workflow-action from 0.11.0 to 0.12.1 (#466) (831343d)
  • deps: bump tj-actions/changed-files from 32 to 43 (#467) (d934931)

v2.29.1

1 month ago

2.29.1 (2024-03-19)

Chores

  • ensure coding as close as possible to prod (6bc4d8b)
  • patch: update base image from docker to avoid CVE vulnerability (6d32f22)

Documentation

  • contributing: update branch name used to generate @latest tag (82fac4b)

Tests

  • adopt slim image to enable contract test to run (0ae50b6)
  • contract: adjust configuration property to use correct type (6c5c312)
  • implement schema test on GET /user/:id endpoint (a0e7c6e)
  • pact: bump version from 9.x.x to 12.3.0 (6a77a0e)

v2.29.1-beta.2

3 months ago

2.29.1-beta.2 (2024-02-01)

Chores

  • patch: identificar IP real (7d9890c)

v2.29.1-beta.1

3 months ago

2.29.1-beta.1 (2024-02-01)

Chores

  • patch: entender IP de cada request2 (d1f4882)

v2.29.0

3 months ago

2.29.0 (2024-02-01)

Features

  • block IP that is doing excessive number of requests (0158cda)

Tests

  • getRandomFinancialContributor: improve unit test code coverage to 100% (1e18bc3)

v2.28.7

3 months ago

2.28.7 (2024-01-25)

Bug Fixes

  • error-handler: show detailed error message to user when any fail occurs (2d5538b)

v2.28.6

3 months ago

2.28.6 (2024-01-25)

Bug Fixes

  • regex: ensure that integer query param can be sent and converted to regex safe (b565d88), closes #451

v2.28.5

3 months ago

2.28.5 (2024-01-22)

Bug Fixes

  • remove empty fields from query param and update regex creation unit test (00d44a1)

Continuous Integration

  • bump setup-gcloud action from v0 to v1 (a35d94f)

v2.28.4

3 months ago

2.28.4 (2024-01-22)

Bug Fixes

  • fix regex matching for query string null/undefined (67d9914)

Code Refactoring

  • make queryString filtering more readable (3b41947)