Upgrade guide
This guide helps you upgrade between versions of the Developer SDK.
Upgrading from classic client
If you’re migrating from the classic Aerospike client, see the Migration Guide.
Version upgrade paths
0.9.x → 1.0.x (preview → GA)
Breaking Changes: None expected.
New Features:
- Expanded DSL operators
- Improved batch performance
Migration Steps:
<!-- Update your pom.xml --><dependency> <groupId>com.aerospike</groupId> <artifactId>aerospike-client-sdk</artifactId> <version>1.0.0</version> <!-- was 0.9.0 --></dependency># Upgrade via pippip install --upgrade aerospike-sdkDeprecation policy
- Deprecated APIs are marked with
@Deprecated(Java) or deprecation warnings (Python) - Deprecated APIs remain functional for at least 2 minor versions
- Migration guidance is provided in release notes
Compatibility considerations
Before upgrading, verify:
- Your Aerospike Server version is compatible (Version Compatibility)
- Your Java/Python runtime meets minimum requirements