You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
## Summary of changes
Adds support for latest `Aerospike.Client` package
## Reason for change
We want to support the latest versions of libraries
## Implementation details
Mostly just bump the numbers, needed to add a new duck type to handle
some refactoring changes in the library
## Test coverage
Extended the tests to cover the new version
## Other details
Fixes https://datadoghq.atlassian.net/browse/AIDM-507
/// Duck type for https://github.com/aerospike/aerospike-client-csharp/blob/a008a41a2c81916f7dd8db2e2757b516bdad77a8/AerospikeClient/Async/AsyncWriteBase.cs#L23
14
+
/// Differs from HasKey in that the former reads from a field called "key" and the latter reads from a property called "Key"
0 commit comments