Skip to content

CosmoSQLClient v1.3.0

Choose a tag to compare

@github-actions github-actions released this 28 Feb 18:29

What's Changed

🐛 Bug Fixes

  • fix: use GitHub Secrets for MSSQL tests, drop service container (8ac8c9d)
  • fix: use go-sqlcmd binary instead of mssql-tools18 apt package (e52ea56)
  • fix: install sqlcmd before using it in MSSQL CI job (76ed8c1)
  • fix: update .spi.yml target names after CosmoSQLClient rename (85a9f89)
  • fix: bump CI SPM cache keys to v2 to clear stale repo-path cache (8852c9e)
  • fix: update docs.yml for CosmoSQLClient-Swift rename (3c2bbb1)

🔧 Other Changes

  • docs: add benchmark results to README (a994335)
  • perf: optimize toJson() and decode() in Swift (db754f0)
  • Add Swift benchmark: CosmoSQLClient (NIO) vs SQLClient-Swift (FreeTDS) (d756f51)
  • Update README: CosmoSQLClient package name, toJson(), SQLDataTable section (5df4c2a)
  • Rename package to CosmoSQLClient (06846c5)
  • Remove cosmo build artifacts from tracking (50391b0)
  • Ignore cosmo build artifacts (fdfc7d7)
  • Add SQLDataTable.toJson() - render rows as clean JSON array (a7323ad)

📦 Installation

.package(url: "https://github.com/vkuttyp/CosmoSQLClient-Swift.git",
         from: "1.3.0")