DataSync client

The DataSync client provides transferring data from databases hosted on-premises to the MyTimetable SaaS platform. This page describes the releases of the client component hosted by the customer.

Please refer to your DataSync documentation on how to update the client.

Version

Type

Description

Notes

Version

Type

Description

Notes

1.6.5 (2024-03-08)

Enhancement

Include S+ LocationGroup table in synchronisation

 

1.6.4 (2024-03-01)

Enhancement

Improve logging

 

Enhancement

Include S+ LocationGroup cross-table in synchronisation

 

Enhancement

Include a VERSION file into the client distribution package

 

1.6.3 (2024-01-23)

MAINTENANCE

Maintenance release

 

Enhancement

Improve logging

 

1.6.2 (2023-08-09)

MAINTENANCE

Maintenance release

 

1.6.1 (2023-05-31)

MAINTENANCE

Maintenance release

Breaking change: if your Microsoft SQL Server does not support encryption, add encrypt=false to each connection string in the client configuration in application.yml.


As an example, the following connection string:
jdbc:sqlserver://your_db_servername;databaseName=your_db_name


Will become:
jdbc:sqlserver://your_db_servername;databaseName=your_db_name;encrypt=false

1.6.0 (2022-07-15)

MAINTENANCE

Maintenance release

 

1.5.1 (2022-04-04)

MAINTENANCE

Maintenance release

 

Enhancement

Improve logging

 

1.5.0 (2022-01-05)

MAINTENANCE

Maintenance release

 

1.4.2 (2021-10-11)

Enhancement

Improve logging

 

MAINTENANCE

Maintenance release

 

1.4.1 (2021-09-21)

Enhancement

Add ability to set the Oracle schema name for the source database

 

1.4.0 (2021-09-01)

Enhancement

Add support for Oracle source databases

 

1.3.0 (2021-07-19)

Enhancement

Add support for double data type

 

Enhancement

Add support for MySQL source databases

 

1.2.4 (2021-06-24)

MAINTENANCE

Maintenance release

 

1.2.3 (2021-05-26)

Enhancement

Add missing columns in Exam Scheduler 3 table definition

 

1.2.2 (2021-05-03)

MAINTENANCE

Maintenance release

 

BUG

Empty destination table if source table is empty

 

1.2.1 (2020-12-02)

MAINTENANCE

Maintenance release

 

1.2.0 (2020-10-29)

Enhancement

Always synchronise all tables when doing a full synchronisation, ignoring last update timestamps and transaction numbers

 

1.1.0 (2020-10-28)

Enhancement

Client-side abort database synchronisations for databases unknown to the server

 

1.0.0 (2020-10-28)

 

Initial release