This PR bumps the SDKs for each language in both standard and advanced integrations to the most current released version. This also resolves some namespace/class name changes as a result of that bump.
These namespace/class name changes were required to resolve issues with some languages on case-sensitive filesystems (such as ext4) which would cause cryptic error messages due to variants of the ClassNotFound exception.
This PR bumps the SDKs for each language in both standard and advanced integrations to the most current released version. This also resolves some namespace/class name changes as a result of that bump.
These namespace/class name changes were required to resolve issues with some languages on case-sensitive filesystems (such as ext4) which would cause cryptic error messages due to variants of the
ClassNotFound
exception.No functionality is changed in this PR.