CYBERCRYPT D1 Product Version 2
CYBERCRYPT D1 Product Release Version 2 consists of the following components. Note, all components are dual licensed with a commercial license as well, see D1.CYBER-CRYPT.COM for more details.
| Component | Version | Repository | Type | License |
|---|---|---|---|---|
| Encryption Library | 2.0.1 | Go Package | Go module | AGPL 3.0 |
| Generic Service | 2.0.0 | Docker Hub | Docker Container | CC BY-NC 4.0 |
| Generic Service | 1.0.1 | Artifact Hub | Helm Chart | CC BY-NC 4.0 |
| Storage Service | 2.0.0 | Docker Hub | Docker Container | CC BY-NC 4.0 |
| Storage Service | 1.0.1 | Artifact Hub | Helm Chart | CC BY-NC 4.0 |
| Key Server | 1.0.1 | Docker Hub | Docker Container | CC BY-NC 4.0 |
| Key Server | 1.0.3 | Artifact Hub | Helm Chart | CC BY-NC 4.0 |
| C# .NET Client | 2.0.0 | Nuget | gRPC Client | Apache 2.0 |
| Go Client | 2.0.0 | Go Package | gRPC Client | Apache 2.0 |
| Java Client | 1.0.0 | Github Package | gRPC Client | Apache 2.0 |
| NodeJS Client | 0.2.0 | NPM | gRPC Client | Apache 2.0 |
| Entity Framework Integration | 2.0.0 | Nuget | ORM Integration | Apache 2.0 |
| Gorm Integration | 1.0.2 | Go Package | ORM Integration | Apache 2.0 |
| JPA Integration | 0.1.0 | Github Package | ORM Integration | Apache 2.0 |
| Sequelize Integration | 0.1.0 | NPM | ORM Integration | Apache 2.0 |
Release notes
- Encryption Library: Several quality of life improvements to the API.
- Encryption Library: Added the option of enabling debug logging via zerolog.
- Encryption Library: Updated the errors to be more granular.
- Encryption Library: Various performance improvements.
- Generic/Storage Service: Several quality of life improvements to the API, including a new endpoint for checking object authorization.
- Generic/Storage Service: Added better logging and log configuration.
- Generic/Storage Service: Added bolt as an IO Provider.
- C# .NET Client: Fixed a bug regarding token refresh.
- Java Client: Added a client for Java.
- NodeJS Client: Added a client for NodeJS.
- Entity Framework Integration: Added an example based on Microsoft's Contoso University tutorial.
- JPA Integration: Added a D1 integration for the Jakarta Persistence API.
- Sequelize Integration: Added a D1 integration for Sequelize.