This page will give you the change that are occuring when a new version has been published on pypi. The changes have been tracked starting version 0.1.0
- adding the
getUsers
method - adding the
getAssetCount
method - better support for STATIC_ROW in
RequestCreator
- adding the
getPersonProfiles
method - adding the
getFreeformTable
method - adding attribution model possibility to addMetric in
RequestCreator
- adding
setDateRange
method inRequestCreator
- supporting adhoc filter in
RequestCreator
- fixing issue on
Project
class for specific project with dynamic filtering - supporting Guided Analysis on
Project
class
Patch: - Changing Oauth V2 to V3
- Accepting more elements as credentials
- Fixing some edge cases of
findComponentUsage
- Adding more parameters for
createDataView
methods - Fixing
updateCalculatedMetric
- Fixing the
setSearch
\
- requestCreator can now set
setSearch
andremoveSearch
- avoiding modifying initial request from
getReport
- fixing report output decryption from
getReport
- adding throwing an
TimeoutError
when API Gateway of CJA is not responding.
Patch : - Fixing
breakdown
method inWorkspace
class to support when result is coming from search. - Adding the
isIn
parameter for projects.
- adding support for Oauth Server to Server configuration file
- adding support for
createConfigFile
- adding support for
importConfigFile
andconfigure
- adding support for
- moving to pyproject.toml release
- adding the
getConnections
andgetConnection
methods - fixing the
getMetrics
andgetMetric
methods.
Release of the beta state for the API wrapper. Realease information:
- Support all methods from the CJA API documentation documentation
- Adding
RequestCreator
module and class to prepare report statement documentation - Adding
Workspace
module and class to read report result documentaton - Adding Project methods and advanced use-cases documentation
- Adding a getting started documentation
- Adding a logging capability documentation
Patch: - Adding more information when retrieving the Projects
- Fixing reporting issue with dynamic filters in Workspaces.