Skip to content

0.11.0 - Some enhancements; updates for Spring Boot 1.5

Compare
Choose a tag to compare
@naturalprogrammer naturalprogrammer released this 08 Mar 07:18
· 314 commits to master since this release

Uses Spring Boot 1.5 features. Tested with 1.5.1. Please note that, due to some bug it doesn't work with Spring Boot 1.5.2.

API changes:

  1. POST .../signup changed to POST .../users
  2. GET .../users/{id}/fetch-by-id changed to GET .../users/{id}
  3. POST .../users/{id}/update changed to PUT .../users/{id}
  4. CSRF token is now sent as only a cookie (with httpReadonly false)