Scriptella 1.5 is released #60
ejboy
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Scriptella 1.5 is released
Scriptella 1.5 is now available. This is a focused compatibility and usability release with a Java 17 baseline.
Highlights
--checkcommand for loading and statically checking ETL configuration without opening configured connections or executing it.Oracle and SQL Server remain adapter-level, provisional support without a real-server validation matrix. Vendor JDBC drivers are supplied by the application or connection
classpath.Install
Download the binary, source, or examples archives from GitHub Releases. The binary archive includes the packaged launcher and examples.
For a user-local installation:
curl -fsSL https://scriptella.org/install.sh | shScriptella requires Java 17 or newer. If Java 8 compatibility is required, use Scriptella 1.3.
Maven
Add Scriptella Core from Maven Central:
Add
org.scriptella:scriptella-drivers:1.5when using the packaged driver module, and provide vendor JDBC drivers separately as required by your connections.Read the full changelog, documentation, and release verification assets. Feedback and questions are welcome in the discussions.
All reactions