Skip to content

Releases: Erudika/para

v1.6.1

21 Jul 15:26
Compare
Choose a tag to compare
  • Fixed a bug in RestFilter

v1.6.0

21 Jul 07:43
Compare
Choose a tag to compare
  • Added Para REST Client for Java
  • Many bug fixes and API improvements

v1.5.1

11 Jul 21:55
Compare
Choose a tag to compare
  • Several minor optimizations,
  • Bug fixes.

v1.5.0

17 Jun 22:00
Compare
Choose a tag to compare
  • Added Batch operations API
  • Added Links API
  • Fixed bugs in Links and Batch APIs
  • Fixed a bug where custom types were not always registered
  • Improved JSON serialization of custom types and fields
  • Changed utility methods to return a single value without curly brackets (envelope)

v1.4.0

29 May 12:44
Compare
Choose a tag to compare
  • Added custom fields handling for custom objects defined through the REST API
  • Fixed custom types handling and the REST API for custom types
  • Fixed a bug when creating an object through the API with empty payload
  • Fixed the way exceptions are converted to JSON responses.

v1.3.1

26 May 08:17
Compare
Choose a tag to compare
  • Fixed a bug where Spring Security would not initialize properly when Para is running from JAR
  • Fixed a bug in the REST API servlet

v1.3.0

19 May 21:48
Compare
Choose a tag to compare
  • Spring Boot integration for executable standalone JAR with embedded Jetty,
  • Removed Guava dependency,
  • Fixed search when type = null,
  • Jersey now integrates with Jackson properly,
  • appid determined from request,
  • Changes to the how Para is initialized.

v1.2.1

05 May 15:48
Compare
Choose a tag to compare
  • Added multiget search method findByIds()
  • Fixed AWSQueue constructor to be more lazy
  • Embedded mode is now the default

v1.1.3

30 Apr 10:20
Compare
Choose a tag to compare
  • Fixed build issues
  • Added web.xml to WAR (Para did not start without it on Tomcat)

v1.1.2

28 Apr 22:01
Compare
Choose a tag to compare
  • First official release
  • Project uloaded to Maven Central
  • Fixed some broken tests