pREST v0.3.0 Release Notes

Release Date: 2017-10-30 // over 6 years ago
  • ๐Ÿ› Bug fixed:

    • Enable JWT middleware customization #230
    • ๐Ÿ›  CORS not work correctly (Improve support) (BUG FIXED) #219 #208 #181
    • n.Use does not work with a custom middleware #206
    • Keep getting "error": "sql: statement is closed" #205
    • Table name case sensitive issue #200
    • group by not working, permission crash #198
    • ๐Ÿ› BUG on Windows platform using TOML config files #179
    • Response is not valid when SELECTing from an empty table #173

    ๐Ÿ†• New features/improvements

    • Access multiple database #212
    • Restructuring for use of more than one database Adapter (opportunity to create new adapters to other databases, ref: #239 #240) #213
    • SSL connection availability #234
    • ๐Ÿ‘Œ Support IS [NOT] {TRUE|FALSE} query operators #222
    • ๐Ÿ‘Œ Support Distinct function in query #221
    • ๐Ÿ‘Œ Support LIKE operator in query #220
    • Scanner.Scan now return length #214
    • ๐Ÿ“ฆ Package is package, software is software #190
      • improve pREST support for use as framework
      • we split the pREST into packages
      • migrate to github organization (maintained by @nuveo)
    • ๐Ÿ‘Œ Support group by #153
    • Prepare sql stateament on load #161
    • PREST_CONF must try to loading prest.toml file automatically #186
    • ๐Ÿ‘‰ Show SQL Queries when Debug is True #191