Orion is supported on Java 11+. Java 8 support is deprecated and will be removed in a future release.
Stability improvements and bug fixes
- Documentation updates include:
- Added content on privacy groups
- Added TLS content
- Updated Client API reference to include privacy group methods
- Check if legacy group already exists on send #269
- Updating CircleCI jobs to Java 11 #267
- Null checks name and description of privacy group, and associated test #265 (thanks to josh-richardson)
- Always return empty list when privacy group id doesn't exist #264
- Adding error msg on /receive #263
- Avoid Orion node calling itself for discovery through listening interface #261
- Upgrade Jackson #258
- Change CreatePrivacyGroup and FindPrivacyGroup to return the same type #257 (thanks to josh-richardson)
- Change generatePrivacyGroupId to generate hash based on random seed #256 (thanks to josh-richardson)
- Rename privacyGroupId API to createPrivacyGroupId #251 (thanks to Puneetha17)
- Improve error message when privacy group not found in /send #249 (thanks to Puneetha17)
- Add findPrivacyGroup endpoint #247 (thanks to Puneetha17)
- Rethrow the Exception in SendHandler #244 (thanks to Puneetha17)
- Rethrow the Exception in SendHandler after getting privacy group. #243 (thanks to Puneetha17)
- Publish source and javadoc to bintray #242
- Upgrade bintray plugin #241
- Support building on JDK 11 and 12 #240
- Keep the generation of privacy group consistent. #239 (thanks to Puneetha17)
- Propagate the delete privacy group changes to all peers #238 (thanks to Puneetha17)
- Push the created privacy group to all the recipients #237 (thanks to Puneetha17)
- Add delete group API in Orion #236 (thanks to Puneetha17)
- Enable send API to accept privacy group Id #235 (thanks to Puneetha17)
- Updating Vertx and Jackson dependencies #233
- Add endpoint to retrieve privacyGroupId from the given list of addresses #227 (thanks to Puneetha17)