Skip to content

v1.10.0

Compare
Choose a tag to compare
@GauravWalia19 GauravWalia19 released this 22 Oct 12:09
· 6 commits to master since this release
2a82db1

What's Changed

  • Now we have the API documentation ready for the APIs refer to https://coderatingengine.vercel.app/
    • We are hosting our docs from /api/public folder
    • For generating the API docs we are using the apidoc library
  • Bad Requests are handled now for example wrong path will give to a Bad Request as a response
  • Request methods are now controlled so if our API is supported with GET then you will be a able to only send a GET request
  • Error handling was earlier missing from these APIs, but its handled and you will get Internal Server Error if the server code has some bug
  • Mainly the below dependencies are upgraded:
    • express 4.17.1 >>> 4.18.2
    • express-rate-limit 5.3.0 >>> 7.1.1
    • mongoose 5.13.3 >>> 7.6.2
    • uuid 8.3.2 >>> 9.0.1

Full Changelog: 1.0.0...v1.10.0