Skip to content

Releases: gflewis/sndml3

v3.5.0.13

05 Feb 23:05
Compare
Choose a tag to compare

DataPump App Upgrade

This release includes Update Set DataPump-v3.5.1-Install.xml for installation of scoped app x_108443_sndml.

This version of x_108443_sndml includes the following changes

  • Database Table form
    • New form section for Filter field. The Filter field now has
      • Preview button
      • Related list conditions
    • New field: Timestamp field (timestamp_field)
      • Set by a Before Insert Business Rule
      • Possible values are sys_updated_on and sys_created_on
      • Default value is sys_updated_on
      • Used if Since last is checked on Job table (for incremental loads)
    • Created Start and Created Until are removed from the form. These fields are deprecated.
  • Job form
    • Business Rule Verify Threads value aborts update if Threads is too large.
    • Uses System Property partition_load_max_thread. Default value is 4.
  • Job Run form
    • Status message hidden if empty

Files in this release

sndml-3.5.0.13/DataPump-v3.5.1-Install.xml
sndml-3.5.0.13/sndml-3.5.0.13.jar
sndml-3.5.0.13/sndml-3.5.0.13-mssql.jar
sndml-3.5.0.13/sndml-3.5.0.13-mysql.jar
sndml-3.5.0.13/sndml-3.5.0.13-ora.jar
sndml-3.5.0.13/sndml-3.5.0.13-pg.jar
sndml-3.5.0.13/sndml-3.5.0.13-sqlite.jar

v3.5.0.12

03 Feb 01:25
Compare
Choose a tag to compare

Fixes issue #55

v3.5.0.11

31 Jan 17:35
Compare
Choose a tag to compare

3.5.0.11 includes changes to the bash scripts in bin and sets the default interval for --daemon to 120 seconds.

There are no changes to the scoped app. DataPump-v3.5.0.10-Install.xml is included in the ZIP.

v3.5.0.10

18 Jan 18:18
Compare
Choose a tag to compare

Beginning with 3.5.0.10, the release ZIP file will contain JAR files for PosgreSQL, SQL Server, MySQL, Oracle and SQLite plus the latest installation Update Set.

ZIP file content

DataPump-v3.5.0.10-Install.xml
LICENSE
sndml-3.5.0.10-mssql.jar
sndml-3.5.0.10-mysql.jar
sndml-3.5.0.10-ora.jar
sndml-3.5.0.10-pg.jar
sndml-3.5.0.10-sqlite.jar
sndml-3.5.0.10.jar

v3.5.0.09

29 Aug 18:11
Compare
Choose a tag to compare

Fix issues with PropertySet default values affecting SimpleTableLoader
PostgreSQL driver 42.6.2

v3.5.0.06 (beta)

28 Aug 15:14
Compare
Choose a tag to compare
v3.5.0.06 (beta) Pre-release
Pre-release

Upgrade SQLServer and MySQL drivers.
Fix issue with SimpleTableLoader create table.

v3.5.0.05 (beta)

24 Aug 14:31
Compare
Choose a tag to compare
v3.5.0.05 (beta) Pre-release
Pre-release

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

  1. 20210423.DataPump.v1.1.xml
  2. 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

18 Aug 20:00
Compare
Choose a tag to compare
3.5.0-beta-3 Pre-release
Pre-release

3.5 pre-release with Update Set.

v3.4.6

03 Jun 08:20
Compare
Choose a tag to compare

Fix issue #34

v3.4.5

10 May 21:31
Compare
Choose a tag to compare

Upgrade libraries:

  • mssql-jdbc to 8.4.1
  • postgresql to 42.3.4
  • jackson-databind to 2.12.6.1