Releases: factset/analyticsapi-engines-java-sdk
Releases · factset/analyticsapi-engines-java-sdk
Major Release 5.0.0 - 25/05/2021
5.0.0 (25/05/2021)
Supported API versions:
- PA, SPAR, VAULT, PUB, AXP, BPM, FPO - V3
- FIAB - V1
Summary:
- Adding support for caching options
Breaking changes:
- Added support for caching options with V3 API.
Functionality Additions:
- Added support for caching options with V3 API.
Bug Fixes:
- No changes
Major Release 4.0.0 - 10/08/2020
4.0.0 (10/08/2020)
Supported API versions:
- v2
Summary:
- Adding support for new features
Breaking changes:
- Additional parameter in calculation object constructor
- Remove points property from CalculationStatus and CalculationStatusSummary
Functionality Additions:
- Publisher API calculation and document lookup
- New componentdetail parameter for PA and Vault calculation
- Interactive endpoints for PA, SPAR and Vault APIs
Bug Fixes:
- No changes
Major Release 3.0.0 - 12/02/2019
Supported API versions:
- v2
Summary:
- Making SDK independent of the API version.
Breaking changes:
- API version is removed from the package name.
Functionality Additions:
- No changes
Bug Fixes:
- No changes
Major Release v2-2.0.0 - 09/26/2019
Supported API versions:
- v2
Summary:
- Update class and property names.
Breaking changes:
-
Class Name
- OutstandingCalculation -> CalculationStatusSummary
- CalculationParameters -> Calculation
- OutstandingCalculations -> CalculationStatus (class)
- CalculationStatus (enum) -> UnitStatus
- Calculation -> CalculationUnitStatus
- AccountList -> AccountDirectories
- ComponentListEntity -> ComponentSummary
- PAComponentEntity -> PAComponent
- VaultComponentEntity -> VaultComponent
- ConfigurationItem -> VaultConfigurationSummary
- ConfigurationRoot -> VaultConfiguration
- DateSettings -> DateParametersSummary
- DocumentList -> DocumentDirectories
- ComponentDateSettings (pa) -> PADateParameters
- ComponentDateSettings (vault) -> VaultDateParameters
-
Properties
- pointscount -> points
- defaultAccounts (ComponentAccount) -> accounts (PAIdentifier)
- defaultBenchmarks (ComponentBenchmark) -> benchmarks (PAIdentifier)
- defaultAccount (VaultCalculationAccount) -> accounts (VaultIdentifier)
- defaultBenchmark (ComponentBenchmark) -> benchmark (VaultIdentifier)
- currency (PAComponentEntity/VaultComponentEntity) -> currencyisocode (PAComponent/VaultComponent)
-
Methods
- getAllCalculationStatusSummaries -> getCalculationStatusSummaries
- getAllPAColumnStatistics -> getPAColumnStatistics
- getAllPAColumns -> getPAColumns
- getPAColumn -> getPAColumnById
- getAllPACurrencies -> getPACurrencies
- getAllPAFrequencies -> getPAFrequencies
- getAllSPARFrequencies -> getSPARFrequencies
- getAllVaultFrequencies -> getVaultFrequencies
- getAllPAGroups -> getPAGroups
- getAllCalculations -> getAllCalculationStatusSummaries
- getCalculationById -> getCalculationStatusById
-
Headers
- X-FactSet-Api-PointsCount-Limit -> X-FactSet-Api-Points-Limit
- X-FactSet-Api-PointsCount-Remaining -> X-FactSet-Api-Points-Remaining
-
Currencies
- Change response from List to Dictionary with currencyisocode as key
Functionality Additions:
- New Property snapshot in PAComponent & VaultComponent.
Bug Fixes:
- No changes.
Note: This version of SDK is not available on Maven repository.