Release Notes 2.2.6.5

Netcetera 3DS Server 2 - Release Notes - Version 2.2.6.5

Published: 28.05.2021

Version 2.2.6.5 is a patch release of the Netcetera 3DS Server 2.

For documentation about this release please refer to the documentation site.

Compatibility

This version is backwards compatible with previous 2.2.x.x versions of the Netcetera 3DS Server.

Upgrade notes

  • This release introduces new configuration properties for the Netcetera 3DS Server application. For detailed documentation please refer to the configuration properties.

    These are the included changes:

    New Server configuration properties:

        threedsserver.session.storage.db.card-range-data.batch.parallelized=
        threedsserver.session.storage.db.card-range-data.batch.size=
        threedsserver.session.storage.db.card-range-data.cache-update-delay.minutes=

Changes

Improvements

  • Added a new boolean configuration property to enable inserting card range data in parallel batches. By default, this property is set to true. If disabled, card ranges are inserted in one single transaction. Also added the possibility to adjust the batch size on card range insertion if parallel mode is enabled.

    Please see the `threedsserver.session.storage.db.card-range-data.batch.*` configuration properties of the Netcetera 3DS Server Configuration Properties for more details.

  • When processing Authentication and Versioning requests each 3DS Server will always use an in-memory cache for stored card ranges. This cache will be synchronized with the database on startup and on every 30 minutes (only if a pRes has been received in that time) for each 3DS Server instance. Added a new configuration property to allow for additional delay after pRes was received, in order to allow for database card range insertions to complete before the cache is updated.

    Please see the `threedsserver.session.storage.db.card-range-data.cache-update-delay.minutes` configuration property of the Netcetera 3DS Server Configuration Properties for more details.