Skip to content

Releases: Erudika/para

v1.18.3

23 Mar 11:46
Compare
Choose a tag to compare
  • Added support for anonymous permissions and guest access to the API
  • Fixed default permissions to allow users to access their child objects (object created by them)
  • Fixed CORS filter not loaded - there was a problem with the ordering before
  • Fixed GZip filter mapping to apply only to API resources
  • Removed lazy_start options for Elasticsearch and Hazelcast (caused problems with ES)
  • More smaller fixes and refactoring

v1.18.2

02 Mar 13:53
Compare
Choose a tag to compare

Bug fix release

  • Fixed rebuildIndex() functionality
  • Fixed detection of indexed objects but missing from DB
  • Added new method asyncExecutePeriodically() to run tasks periodically
  • Better log messages & updated dependencies
  • Improved docs and design for paraio.org

🔴⚪🔴⚪🔴

v1.18.1

24 Feb 16:14
Compare
Choose a tag to compare
  • Fixed a bug that prevented DAO plugins from loading properly
  • Added support for simple authentication for clients using passwords
  • Minor fixes and added tests

v1.18.0

17 Feb 16:29
Compare
Choose a tag to compare
  • Added support for DAO, Search and Cache plugins
  • Added support for fine-grained permissions using full request paths
  • Added per-object flags for control over persistence, index and cache operations
  • Added options to start Elasticsearch and Hazelcast lazily or on startup with Para
  • Updated Spring Boot to 1.3.2, Spring Context to 4.2.4, Elasticsearch to 2.2.0, Hazelcast to 3.6, AWS SDK to 1.10.49 and other libraries
  • Refactoring and minor bug fixes (Guice not part of para-core anymore)

v1.17.1

18 Dec 10:31
Compare
Choose a tag to compare

📦 v1.17 stable release

In v1.17 we added a number of new features but messed up the Maven packaging and a bunch of other things. This is the stable official release of that version with lots of fixes. 🐛

  • Fixed Maven's JAR and WAR assembly - there's a single 'fat' executable WAR now
  • Fixed API return codes and error responses
  • Removed DefaultServlet - caused problems with other servlets mapped to /
  • Added method to set and get access tokens in API clients
  • Updated Elasticsearch to v2.1.1

v1.17

29 Nov 20:29
Compare
Choose a tag to compare
v1.17 Pre-release
Pre-release
  • Added JSON Web Tokens support
  • Added methods to grant and revoke permissions for users
  • Added support for Elasticsearch 2.0
  • Updated dependencies
  • Added new default servlet to show greeting, mapped to /

v1.16.2

11 Sep 20:58
Compare
Choose a tag to compare

A bugfix release. 🪲

v1.16.1

08 Jul 23:42
Compare
Choose a tag to compare
  • Fixed a blocker bug introduced by Hazelcast 3.5 requiring explicit AWS host

v1.16

08 Jul 14:10
Compare
Choose a tag to compare
  • Added support for PATCH requests and partial updates

Special thanks to Nayden Gochev (@gochev) for reporting this.

v1.15

17 Jun 22:08
Compare
Choose a tag to compare

Mostly a bugfix release.

  • Up-to-date User profile pictures
  • ParaClient improvements
  • Updated AWS SDKs
  • Improved email validation
  • Rewrote DAO.readPage()
  • Fixed canModify() logic