Skip to content

Releases: ServeRest/ServeRest

v2.29.5

29 May 19:10
Compare
Choose a tag to compare

2.29.5 (2024-05-29)

Bug Fixes

  • carrinhos.db: atribuir o carrinho a usuário existente na documentação e base de dados (#456) (47c671f)

Documentation

  • add ecureuill as a contributor for code (#493) (f200530)

v2.29.4

29 May 15:16
Compare
Choose a tag to compare

2.29.4 (2024-05-29)

Chores

  • add debug option to make it easier to fix bug (91a24a5)
  • datadog: enable CPU profiling (1eacc0f)
  • deps: bump 1password/load-secrets-action from 1 to 2 (679f174)
  • deps: bump actions/download-artifact from 3 to 4 (09400ef)
  • deps: bump actions/setup-node from 3 to 4 (0367f57)
  • deps: bump actions/upload-artifact from 3 to 4 (65c45e6)
  • patch: inclusão de rate lmit de 600 requests a cada 30 segundos (b2e1973)
  • sonar: reduce number of files at root dir and add version information to sonar (6aed7d0)

Continuous Integration

  • codeQL: disable analyzing Go code as is only used on test (72b86b7)

Documentation

  • readme: add code coverage badge (741f322)

v2.29.3

11 Apr 11:30
Compare
Choose a tag to compare

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

01 Apr 16:43
Compare
Choose a tag to compare

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

19 Mar 14:18
Compare
Choose a tag to compare

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

01 Feb 23:50
Compare
Choose a tag to compare
v2.29.1-beta.2 Pre-release
Pre-release

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

Chores

  • patch: identificar IP real (7d9890c)

v2.29.1-beta.1

01 Feb 23:29
Compare
Choose a tag to compare
v2.29.1-beta.1 Pre-release
Pre-release

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

Chores

  • patch: entender IP de cada request2 (d1f4882)

v2.29.0

01 Feb 22:33
Compare
Choose a tag to compare

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

25 Jan 22:14
Compare
Choose a tag to compare

2.28.7 (2024-01-25)

Bug Fixes

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

v2.28.6

25 Jan 12:13
Compare
Choose a tag to compare

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