Releases: gflewis/sndml3
v3.5.0.09
v3.5.0.06 (beta)
Upgrade SQLServer and MySQL drivers.
Fix issue with SimpleTableLoader create table.
v3.5.0.05 (beta)
With this beta release, we are adopting a new numbering convention for better alignment with the ServiceNow scoped application since ServiceNow does not allow alpha characters (e.g. "beta") in an application release number. Version "3.5.0.05" of the app will correspond to version "3.5.0.05" of the Java code. The first non-beta release of "3.5" will be "3.5.1".
If this is a new installation then you must install the following Update Sets in order
- 20210423.DataPump.v1.1.xml
- DataPump-v3.5.0.05-Upgrade.xml
If this is an upgrade then you only need to install the second Update Set.
"3.5" is a significant upgrade to SNDML, and contains a number of enhancements to support a new release of the DataPump scoped app. The Java code has been significantly refactored. If you are exclusively using the YAML command line interface, then you may want to stick with 3.4.6 for now, since it has been stable for since June 2022.
For additional details refer to
3.5.0-beta-3
3.5 pre-release with Update Set.
v3.4.6
v3.4.5
v3.4.4
v3.4.3
v3.4.2
This release includes
- Upgrade Java from 8 to 11
- Create JAR for SQLite
- New property daemon.pidfile
This release is compatible with version 1.1 of DataPump which can be downloaded from https://developer.servicenow.com/connect.do#!/share/user/content.
v3.4.1
Version 3.4.1 contains improvements for thread management, error handling and logging when running in --daemon
or --scan
mode.
If the property daemon.threads is less than 2, then the application will not spawn new threads and it will use a single ServiceNow session and Database connection for all jobs. If daemon.threads is greater than 1, then each job will have a unique ServiceNow session and Database connection.
The following new properties are defined.
- daemon.scope
- daemon.continue
This version also contains significant changes to the log4j2 configuration.