Skip to content

Releases: elasticio/jdbc-component

2.5.12

18 Mar 14:59
af64b3b

Choose a tag to compare

  • Updated Sailor to 5.0.1 to address the issue when the component failed to execute when there was an array in any of the preceding steps passthrough data. See #Issue 100
  • Fix issue in the Select trigger (#Issue 118)
  • Improvements for Select trigger: support case-insensitive %%EIO_LAST_POLL%% placeholder, handle quoted placeholders, and support date-only/high-precision polling values.
  • Fix issue in the Get rows polling trigger (#Issue 117)
  • Improved Date/Timestamp parsing in Get rows polling trigger to support fractional seconds (up to 9 digits) and date-only formats (e.g., YYYY-MM-DD).
  • Enhanced snapshot accuracy and safety by using direct ResultSet.getTimestamp() access, preventing string-parsing errors during polling.
  • Fix MySQL timestamp comparison in polling trigger by using CONVERT(?, DATETIME(3)) for exact precision matching.
  • Fix JsonObjectBuilder reuse bug in getRowsExecutePolling method to prevent data corruption.
  • Fix maxPollingValue initialization in GetRowsPollingTrigger to ensure accurate snapshot updates.
  • Fix: Get Rows Polling Trigger now correctly defaults to Unix Epoch (1970-01-01) for the first execution.
  • Docs: Updated Select Trigger documentation to clarify that it defaults to today's midnight.
  • Tests: Added unit test cases to verify trigger fallback behaviors for missing or invalid inputs.
  • Fix Incorrect SQL Parameter Binding Order in NewSelectAction (#Issue 123)

2.5.11

18 Nov 15:52

Choose a tag to compare

  • Replaced the Oracle JDBC driver (ojdbc) from 6 to 8 (ojdbc8:21.5.0.0)
  • Updated Sailor to 5.0.0

2.5.10

27 Jun 10:53

Choose a tag to compare

  • Fixed the issue with aliases in the Select Query action (#Issue 111)

2.5.9

01 Aug 12:31
771ccd1

Choose a tag to compare

  • Bumped Sailor to 4.0.3

2.5.8

08 Jul 14:58
742ee74

Choose a tag to compare

  • Bumped Sailor to 4.0.2
  • Got rid of vulnerabilities

2.5.7

06 Jul 10:52
d7106f9

Choose a tag to compare

  • Bumped Sailor to 4.0.1

2.5.6

14 Nov 16:21
decbb64

Choose a tag to compare

  • Added limitations in readme about custom timezone behavior
  • Update Sailor version to 3.5.0

2.5.5

20 May 09:23
34ef273

Choose a tag to compare

  • Set default connectionTimeZone parameter for MYSQL to SERVER

2.5.4

11 May 16:03
c796115

Choose a tag to compare

Make deps check task run in CI/CD (#88)

2.5.3

04 May 18:07
b685579

Choose a tag to compare

Add an automated vulnerability check (#86)