Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[keyple-dev] Eclipse Keyple - release 0.9.0 of the Java implementation
  • From: Pierre Terree <pierre.terree@xxxxxxxxxxxxxx>
  • Date: Fri, 18 Sep 2020 07:50:15 +0000
  • Accept-language: fr-FR, en-US
  • Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass smtp.mailfrom=calypsonet.org; dmarc=pass action=none header.from=calypsonet.org; dkim=pass header.d=calypsonet.org; arc=none
  • Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com; s=arcselector9901; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-SenderADCheck; bh=694p+Q0qkQxQtUeVKTGF0LKBpsSWApT2qyBg+C2KPR0=; b=YdCfXHkwszkL/85+oTmyDiVOz05duth3QztHwoIORSvUJtsx5g4c1sSX71HpMidGxq0kdAaVt5g9Yc4tugrfXXDLavgf5zYXFmG1x8Uljlas/QlHglNa7O/CFD+v5ffq4CapMxsdBsMU2sk00s9rSLyDis2GoXPBoUbrCeXWzy/lo5XVK1gTJakp8LAkgflV2tDGoD38TnMySugfxY0orHR9OgKhRQ6LwCFG+qa0ADhutjxWE4M8kXSiyzk3RE3fIl0m3Fpz9mGJ98XgOL7biJOswjQmGv8UH1yIolc5czRMNbmej7lwEm3O4/p2qMBj3PVK5KmECLKMUjxdvH3i5A==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=hX+Sjx8YqcAjBmnZYhI4Q9GBLgiYYBCrZOvRZVMja6Z8TFT7ZcwbrrR5lGnjdpS+JQ1sTmyWaoZlttwbu69e5a6Y/3ZeEg4M50dsC455pCDjKg8Cxja0u7tJnmIbi1DCU1N+TTxMXD0mUHR7hErbhyPIYL2ztC8remJtAABRWVcH/Rd/W9ponCKRUaViy09Qc5SvwEpFvSEpvLSN/W47pTSrsjxwrC1xTUWhfS3O0JMMbJ8y2Q3DjUFJlIcJm623/aydCDnDnZ3VeBUCpA1I59kJnSAQMdHED7HDugHyA4U641+HiLRhJtpPCxqOBUfwx7Wx8f/b9TjM2zJf2fRngQ==
  • Delivered-to: keyple-dev@xxxxxxxxxxx
  • List-archive: <https://www.eclipse.org/mailman/private/keyple-dev>
  • List-help: <mailto:keyple-dev-request@eclipse.org?subject=help>
  • List-subscribe: <https://www.eclipse.org/mailman/listinfo/keyple-dev>, <mailto:keyple-dev-request@eclipse.org?subject=subscribe>
  • List-unsubscribe: <https://www.eclipse.org/mailman/options/keyple-dev>, <mailto:keyple-dev-request@eclipse.org?subject=unsubscribe>
  • Thread-index: AdaNj750p/HBmNbaQn29L1PqBQlkOg==
  • Thread-topic: Eclipse Keyple - release 0.9.0 of the Java implementation

Dear Keyple users,

Last September 11th, the version 0.9.0 of the Java implementation of Eclipse Keyple has been released.

The main improvement on the Calypso extension is the addition of high-level API to manage the portable object response. Now the APDU responses of the Calypso cards are automatically parsed to fill card images.

Currently all the components of Eclipse Keyple Java are following the same versioning.

 

From the version 1.0.0 scheduled for November 2020, the components will be defined with their own versioning in order to stabilize as possible the different APIs.

 

On the https://projects.eclipse.org/projects/iot.keyple overview page, are currently available:

  • the project plan,
  • the guides of the different public API,
  • and a guide to manage the migration between the release 0.8.1 & 0.9.0.

Back to the top