Connect2id server 11.1.1
This is a mini update to the recent 11.1 release of the Connect2id server fixing a bug in the DynamoDB connector that prevented new table creation. The connector config was also made more robust and logging of the raw written and retrieved items at TRACE level was refined.
For details check the release notes below.
Download
Standard Connect2id server edition
Apache Tomcat package with Connect2id server 11.1.1: Connect2id-server.zip
SHA-256: b4295aa14520a962ff9fb9b2de9e16078a438373667677a0f95f689893c67fc3
Connect2id server 11.1.1 WAR package: c2id.war
SHA-256: 38e167cceddede8b153251132b782320fee9d4f4fb3fbc89dfc450f0775c4214
Multi-tenant edition
Apache Tomcat package with Connect2id server 11.1.1: Connect2id-server-mt.zip
SHA-256: d77fecd98c2d4d245b978c031cce8678b8fdcdc73a8f425d3ac74ac6d02fd984
Connect2id server 11.1.1 WAR package: c2id-multi-tenant.war
SHA-256: 22cb0385eaa5bc6771b6dcf3ac18dc2ea2d2d5285dfa78b487a70d50efabbc8f
Questions?
Contact Connect2id support.
Release notes
11.1.1 (2021-02-19)
Resolved issues
- Fixes bug that caused DynamoDB table creation without a range (sort) key to fail in single-tenant Connect2id server 1.11 instances (issue server/636).
- Adds extra logging around DynamoDB table creation to include the resolved table spec (issue server/638).
- Empty or blank DynamoDB apply-range-key must return null in config API (issue ispn-dynamodb/14).
- Require non-empty DynamoDB range key value when a range key is set (issue ispn-dynamodb/15).
- Log stored HMAC, computed HMAC and original item when an invalid HMAC is detected in the DynamoDB connector (issue ispn-dynamodb/17).
Dependency changes
- Updates to com.nimbusds:infinispan-cachestore-dynamodb:4.1.5