Releases: Erudika/para
Releases · Erudika/para
v1.18.3
- 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
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
v1.18.0
- Added support for
DAO
,Search
andCache
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
📦 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