Skip to content

Releases: slingdata-io/sling-cli

v1.1.13

09 Mar 13:34
f602049
Compare
Choose a tag to compare

Sling v1.1.13 (2024-03-09T13:38:15Z)

Changelog

  • f602049 Merge pull request #200 from slingdata-io/v1.1.13
  • ff5232a update transforms, add parse_fix
  • 6d83967 move TrimNonPrintable
  • 33bad3c improve ErrorHelper
  • e3ae3d8 improve replace_non_printable
  • 587834e allow fields_per_rec
  • b7516c8 add panic recover
  • 8c8feae update starrocks stream to use CSV as default
  • 6ac0994 fix re-casting issue when row is already transformed
  • e7f0fe0 add auzedwh uniqueidentifier
  • 4668397 add column level transforms
  • 0a9cdb5 update sendStatus
  • a540863 add default exec_id
  • 784d305 update store.execID
  • a6182f0 update md5 logic to be deterministic
  • bb7ea14 update set originalCfg
  • 9262b4f Update README.md [skip ci]
  • dfc49db update error helper
  • 118661d Update README.md [skip ci]
  • 2b350a1 update sentry targetType
  • 14d85c7 improve uuid logic for sql_server source
  • 3369f1d clean up progress logging
  • 2b38614 improve ErrorHelper

v1.1.12

01 Mar 21:40
7daf0f2
Compare
Choose a tag to compare

Sling v1.1.12 (2024-03-01T21:39:45Z)

Changelog

  • 7daf0f2 Merge pull request #198 from slingdata-io/v1.1.12
  • 6d7a097 logging ux improvement
  • b723bdc undo sourced logic change
  • af6bc77 update sourced logic
  • ec0fa58 update CastRow to check sourced
  • c78ba19 upgrade clickhouse driver; fix http inserting
  • 81f05ec improve clickhouse http_url connection
  • 24cfb76 update default precision/scale for bigquery numeric
  • 77ce8c0 use string for numeric
  • 26d6b5a clean up OnColumnChanged for postgres & clickhouse
  • d832aac improve OnColumnChanged logic
  • 2e6228a improve error message
  • dbfcc0c improve error message
  • cc6e543 update go.mod for ftp
  • 0f62f2f make clickhouse user optional
  • 9a77f90 add ftp
  • 6984534 improve db.connect
  • e2cfaa1 add missing clickhouse in ValidateType
  • c34029e starrocks: put key columns first
  • 9b7a852 Update README.md [skip ci]

v1.1.11

28 Feb 20:02
Compare
Choose a tag to compare

Sling v1.1.11 (2024-02-28T20:12:57Z)

Changelog

  • 66f1e85 add new docker tag
  • 4509058 add repository_dispatch [skip ci]

v1.1.10

28 Feb 19:59
Compare
Choose a tag to compare

Sling v1.1.10 (2024-02-28T19:59:11Z)

Changelog

  • 66f1e85 add new docker tag
  • 4509058 add repository_dispatch [skip ci]

v1.1.8

26 Feb 13:14
3756bc6
Compare
Choose a tag to compare

Sling v1.1.8 (2024-02-26T13:14:18Z)

Changelog

v1.1.7

22 Feb 00:55
b5c8956
Compare
Choose a tag to compare

Sling v1.1.7 (2024-02-22T01:02:07Z)

Changelog

  • b5c8956 Merge pull request #181 from slingdata-io/v1.1.7
  • 9ce06f6 fix ReadFromDB GetSQLColumns
  • 9028ccc update parquet timestamp reading, decimal writing
  • 18a50dc improve log output
  • 6415d96 improve type inference
  • f9d232a clean up
  • 06a974c update ds.ChangeColumn and df.ChangeColumn
  • 853a9fe improve ErrorHelper
  • d949a27 improve Coerce
  • 8333084 improve ErrorHelper
  • 7f87d0c update Fatal exit logic
  • 079981b clean up
  • f4a40f9 add package info
  • 943a08c update cliInit
  • 0d23939 update sentry
  • d857860 improve IsNaN logic
  • 13f8910 update ErrorHelper
  • 6ba86f0 fix run_mode
  • c981b3e improve parquet reading / writing, fix decimals
  • 860aa58 update --select description
  • 5470d3f improve column select logic, add exclude
  • 3012049 fix typo in getExcelStream
  • edadbe6 set _uuid PG type as text
  • c34e40e improve GetLocalConns
  • f245de8 add object patterns: object_name, object_schema and object_table
  • 3c79721 clean up
  • 971dd3e fix starrocks StreamLoad for uppercase columns
  • cb71ae4 add createSchemaIfNotExists before trying to drop table
  • 3b3a448 add arm64 download links
  • 00d77fc fix GetFormatMap for stream_table
  • 36f3ee3 disable cache, fix release-linux-arm64

v1.1.6

19 Feb 23:09
a408614
Compare
Choose a tag to compare

Sling v1.1.6 (2024-02-19T23:24:00Z)

Changelog

  • a408614 Merge pull request #173 from slingdata-io/v1.1.6
  • 7689e4f fix fs_test.go
  • f54d6e2 fix OptimizeTable for duckdb
  • a62201c add multi_exec_delay for BigQuery
  • d96491b update clickhouse update statement
  • 8f6ab33 fix OptimizeTable for SQL Server
  • 136a581 improve OptimizeTable
  • 3997168 default as text type instead of string type
  • f41b885 add type mapping for postgres _uuid
  • f52eba1 include dbio tests
  • c898350 remove casting inferred int as decimal in safe mode.
  • a22d9f7 improve parquet_arrow decimal performance
  • 3aa9796 add old parquet for comparison
  • 5c6378c remove old parquet files
  • ae19542 Improve events
  • 068754a fix limit to stdout
  • d5b695d ioutil.ReadAll cleanup
  • 5eff08e various improvements: file formats, selectFields, StoreUpdate
  • 2d0a980 improve starrocks logging
  • 402d64f use Apache Arrow's Parquet lib
  • a52c0c8 improve logger, exit(), clean up
  • 502e6df rename sling.go to sling_cli.go
  • 251c67c add --streams flag
  • 7dec10c update starrocks string type mappings
  • da4f3ab improve column type casting logic
  • 8fdf377 update snowflake.UnloadViaStage
  • 8536e6e fix LocalFileSysClient.delete
  • e36fe71 improve LocalFileSysClient.delete
  • cf8c54a update parquet.go
  • c12aab8 update TestParquetDecimal
  • 29d10c3 add TestParquetDecimal
  • aa74434 improve logging
  • a76184f clean up
  • 945e5bc update slingPackage logic
  • 8e39b84 accept SLING_ENV_YAML
  • 919f874 improve md5 logic
  • beb7602 add md5 hashing
  • 66e8faf validate conn data keys
  • 1ce27dc improve .(yaml.MapSlice) casting
  • c4b751e add input cli args
  • 89b44fa add expandEnvVars
  • 24c6b86 clean up old files
  • 9f7988a update docker image name [skip ci]

v1.1.5

11 Feb 22:15
Compare
Choose a tag to compare

Sling v1.1.5 (2024-02-11T22:35:08Z)

Changelog

v1.1.4

11 Feb 18:10
f3a0d06
Compare
Choose a tag to compare

Sling v1.1.4 (2024-02-11T20:28:35Z)

Changelog

v1.1.3

08 Feb 00:23
Compare
Choose a tag to compare

Sling v1.1.3 (2024-02-08T00:27:58Z)

Changelog