Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

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

1.6.5 (2024-03-08)

Status
colourBlue
titleEnhancement

Include S+ LocationGroup table in synchronisation

1.6.4 (2024-03-01)

Status
colourBlue
titleEnhancement

Improve logging

Status
colourBlue
titleEnhancement

Include S+ LocationGroup cross-table in synchronisation

Status
colourBlue
titleEnhancement

Include a VERSION file into the client distribution package

1.6.3 (2024-01-23)

Status
titleMAINTENANCE

Maintenance release

Status
colourBlue
titleEnhancement

Improve logging

1.6.2 (2023-08-09)

Status
titleMAINTENANCE

Maintenance release

1.6.1 (2023-05-31)

Status
titleMAINTENANCE

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)

Status
titleMAINTENANCE

Maintenance release

1.5.1 (2022-04-04)

Status
titleMAINTENANCE

Maintenance release

Status
colourBlue
titleEnhancement

Improve logging

1.5.0 (2022-01-05)

Status
titleMAINTENANCE

Maintenance release

1.4.2 (2021-10-11)

Status
colourBlue
titleEnhancement

Improve logging

Status
titleMAINTENANCE

Maintenance release

1.4.1 (2021-09-21)

Status
colourBlue
titleEnhancement

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

1.4.0 (2021-09-01)

Status
colourBlue
titleEnhancement

Add support for Oracle source databases

1.3.0 (2021-07-19)

Status
colourBlue
titleEnhancement

Add support for double data type

Status
colourBlue
titleEnhancement

Add support for MySQL source databases

1.2.4 (2021-06-24)

Status
titleMAINTENANCE

Maintenance release

1.2.3 (2021-05-26)

Status
colourBlue
titleEnhancement

Add missing columns in Exam Scheduler 3 table definition

1.2.2 (2021-05-03)

Status
titleMAINTENANCE

Maintenance release

Status
colourYellow
titleBUG

Empty destination table if source table is empty

1.2.1 (2020-12-02)

Status
titleMAINTENANCE

Maintenance release

1.2.0 (2020-10-29)

Status
colourBlue
titleEnhancement

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

1.1.0 (2020-10-28)

Status
colourBlue
titleEnhancement

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

1.0.0 (2020-10-28)

Initial release