> ## Documentation Index
> Fetch the complete documentation index at: https://docs.activeviam.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Deprecated features in 5.11

## Deprecated features in 5.11

* PIVOT-4653 `CopperMeasure.map(SerializableFunction<I, Object>)` is deprecated for memory performance reasons. It was removed in 6.0.0.
* PIVOT-4653 `CopperMeasureCombination.map(SerializableFunction<IArrayReader, Object>)` is deprecated for memory performance reasons. It was removed in 6.0.0.
* PIVOT-4653 `IEvaluator` is deprecated in favor of `IEvaluatorV2`. It was removed in 6.0.0, and `IEvaluatorV2` was renamed `IEvaluator`.
* PIVOT-4653 `AAdvancedPostProcessor` is deprecated in favor of `AAdvancedPostProcessorV2`. It was removed in 6.0.0, and `AAdvancedPostProcessorV2` was renamed `AAdvancedPostProcessor`.
* PIVOT-4653 `ABasicPostProcessor` is deprecated in favor of `ABasicPostProcessorV2`. It was removed in 6.0.0, and `ABasicPostProcessorV2` was renamed `ABasicPostProcessor`.
* PIVOT-4653 `ADynamicAggregationPostProcessor` is deprecated in favor of `ADynamicAggregationPostProcessorV2`. It was removed in 6.0.0, and `ADynamicAggregationPostProcessorV2` was renamed `ADynamicAggregationPostProcessor`.
* PIVOT-4653 `ABaseDynamicAggregationPostProcessor` is deprecated in favor of `ABaseDynamicAggregationPostProcessorV2`. It was removed in 6.0.0, and `ABaseDynamicAggregationPostProcessorV2` was renamed `ABaseDynamicAggregationPostProcessor`.
* PIVOT-4655 `IExport(Rest)Service` are deprecated in favor of `IDataExport(Rest)Service`. They were removed in 6.0.0.
