pREST v0.2.0 Release Notes

Release Date: 2017-06-22 // almost 7 years ago
  • ๐Ÿ”– Version v0.2 is being generated because we decided to improve the return pREST responses. In previous versions, we used pREST to handle the responses, but in the current version PostgreSQL will be used instead (through json_agg function). And in the body of the HTTP request the wrapper called data is no more necessary.

    • Queries with dynamic params #114
    • Insert's in JSON field not work #133
    • ๐Ÿ”ง File configurator (prest.toml) is mandatory #138
    • ๐Ÿ“ฆ Prevents multiple startup when the pREST is used as a package #139
    • ๐Ÿ‘Œ Support array fields on request #140
    • Standardize the signatures of CRUD functions #142
    • โœ‚ Remove from request body the field data around content #145
    • Disable JWT on debug mode #147
    • Using json_agg to improve the return of json #157

    ๐Ÿณ Docker image: nuveo/prest:0.2