Skip to content

Releases: Copyleaks/Java-Plagiarism-Checker

v5.1.0

30 Sep 13:39
4cd8d8d

Choose a tag to compare

What's New:

  • Added Support for AI Image Detection API: Seamlessly integrate the powerful Copyleaks AI Image Detection service into your applications.

  • New Models Introduced: To support this functionality, the following new models have been added, providing a clear structure for requests and responses:

    Response Models (models\response\AiImageDetection):

    • CopyleaksImageShapeModel.java
    • CopyleaksImageMetadataModel.java
    • CopyleaksAiImageDetectionSummaryModel.java
    • CopyleaksAiImageDetectionScannedDocumentModel..java
    • CopyleaksAiImageDetectionResultModel.java
    • CopyleaksAiImageDetectionResponseModel.java
    • CopyleaksAiImageDetectionImageInfoModel.java

    Request Models (models\request\AiImageDetection):

    • CopyleaksAiImageDetectionRequestModel.java

How to Use:

Getting started with AI Image Detection is straightforward:

  • Example Usage: Explore the new example\functions\AiImageDetectionExample.java for a practical demonstration of how to initiate an AI image detection scan and interpret the results.
  • Updated Documentation: The README.md file has been updated with a dedicated section and example for AI Image Detection, making it easier to integrate into your projects.

v5.0.0

31 Aug 11:49
6f1914b

Choose a tag to compare

  1. The AI Code Detection feature has been removed from our SDKs.
  2. In addition to this change, we've updated the README file. It now offers enhanced documentation, including detailed descriptions and clear steps, to help you more effectively explore and use our SDK.

v4.5.0

07 Aug 08:53
2414960

Choose a tag to compare

Deprecation Notice
This release includes a warning message that will pop up for users who use the AI CODE DETECTION that it will be discontinued.

AI Code Detection will be discontinued on August 29, 2025.
Please remove AI code detection integrations before the sunset date.

v4.4.1

04 Aug 09:50
d06e7f3

Choose a tag to compare

Added deprecation warning for AI Code detection.
"AI Code Detection will be discontinued on August 29, 2025.
Please remove AI code detection integrations before the sunset date."

when updating the package version or installing the package.

v4.4.0

31 Jul 13:29
d06e7f3

Choose a tag to compare

This release adds additional properties to the following models:

  1. src/main/java/models/submissions/properties/SubmissionAIGeneratedText.java
  • private boolean detect;
  • private SubmissionExplain explain;
  • private int sensitivity;
  1. src/main/java/models/submissions/properties/SubmissionProperties.java
  • private AiSourceMatch aiSourceMatch;
  • private Overview overview;
  • private Assignment assignment;
  • private Course course;
  • private Expiration expiration;
  • private Institution institution;
  1. src/main/java/models/submissions/properties/SubmissionIndexing.java
  • private CopyleaksDb copyleaksDb;
  1. src/main/java/models/submissions/properties/SubmissionPDF.java
  • private String reportVersion;

5.src/main/java/models/submissions/properties/SubmissionScanning.java

  • private SubmissionScanningInclude include;

v4.3.0

13 Jul 12:49
fdd1dc2

Choose a tag to compare

  • Add support for src.main.java.models.request.CopyleaksTextModerationRequestModel.java (webhooks)
  • Add support for src.main.java.models.response.textModeration.CopyleaksTextModerationResponseModel.java (text moderation)
  • Add support for src.main.java.models.submissions.Webhooks.CompletedWebhookModel.java (webhooks)
  • Add support for src.main.java.models.submissions.Webhooks.CreditsCheckedWebhookModel.java (webhooks)
  • Add support for src.main.java.models.submissions.Webhooks.ExportCompletedWebhookModel.java (webhooks)
  • Add support for src.main.java.models.submissions.Webhooks.ErrorWebhookModel.java (webhooks)
  • Add support for src.main.java.models.submissions.Webhooks.IndexedWebhookModel.java (webhooks)
  • Add support for src.main.java.models.submissions.Webhooks.NewResultWebhookModel.java (webhooks)
  • Add src.main.java.example.WebhookController.java (add server to listen to webhooks)
  • Add src.main.java.example.WebhookApplication.java (add server to listen to webhooks)
  • Improve src.main.java.example.Example.java (add server to listen to webhooks)

v4.2.2

04 Mar 12:37

Choose a tag to compare

Release Notes - Version 4.2.2

Bug Fixes:

  • Added missing setters and constructors in the CopyleaksAuthToken class.

v4.2.1

03 Mar 12:35

Choose a tag to compare

Release Notes - Version 4.2.1

Bug Fixes:

  • Resolved an issue where the ExportPdfReport properties were inaccessible due to lack of getters and setters.

v4.2.0

03 Mar 10:29
537b47b

Choose a tag to compare

Release Notes - Version 4.2.0

New Features:

  • Added the writingFeedback property to the SubmissionProperties class.
  • Added the writingFeedback and aiDetection properties to the CopyleaksExportModel class.

v4.1.0

19 Sep 07:36

Choose a tag to compare

Release Notes:

  1. AI detection - adding support for ai detection functions to detect AI generated text in both natural language and source code.
  2. Writing Assistant - adding support for writing assistant functions to help assess the quality of text.
  3. New property
    properties.filters.allowSameDomain - when set to true it will allow results from the same domain as the submitted url.