From f69992fcae66fd2c6a3e6f661dcd66227e4456c8 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 8 Jul 2026 15:56:52 +0000 Subject: [PATCH] chore(main): release altertable-cli 1.1.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 25 +++++++++++++++++++++++++ cli/package.json | 2 +- 3 files changed, 27 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 37fcefa..5fdd883 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.0.0" + ".": "1.1.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 51f5237..83d5bb7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,31 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [1.1.0](https://github.com/altertable-ai/altertable-cli/compare/altertable-cli-v1.0.0...altertable-cli-v1.1.0) (2026-07-08) + + +### Features + +* add `schema` command ([#21](https://github.com/altertable-ai/altertable-cli/issues/21)) ([f713a80](https://github.com/altertable-ai/altertable-cli/commit/f713a80c2909dd876348d4073c76bec71a467254)) +* add first-class profile workflows and OAuth login profiles ([#23](https://github.com/altertable-ai/altertable-cli/issues/23)) ([3ce655f](https://github.com/altertable-ai/altertable-cli/commit/3ce655f9f914dadcb58e9761774e2462abd2a39a)) +* add one-shot shell completion installer ([#9](https://github.com/altertable-ai/altertable-cli/issues/9)) ([3984fe8](https://github.com/altertable-ai/altertable-cli/commit/3984fe86807c3de4f70d2350d1296138c233c368)) +* auto-provision ephemeral lakehouse credentials after login ([#22](https://github.com/altertable-ai/altertable-cli/issues/22)) ([d9d815f](https://github.com/altertable-ai/altertable-cli/commit/d9d815fc431fa3bea9f7cf8b9b8384ba99460108)) +* avoid `--statement` flag for query ([#26](https://github.com/altertable-ai/altertable-cli/issues/26)) ([23c5dc8](https://github.com/altertable-ai/altertable-cli/commit/23c5dc8c0fc9abbec9b4e4c30574bd1f00d5a6a1)) +* **cli:** add origin-aware CLI update command ([#18](https://github.com/altertable-ai/altertable-cli/issues/18)) ([5077028](https://github.com/altertable-ai/altertable-cli/commit/50770289ebdc3bcc9cec971c703ce06c52eedfdc)) +* **cli:** support lakehouse upsert endpoint ([#5](https://github.com/altertable-ai/altertable-cli/issues/5)) ([d6ec3b8](https://github.com/altertable-ai/altertable-cli/commit/d6ec3b8630233b6f6dc9c99c0a6e1e0bb12719aa)) +* implement `login` command ([#20](https://github.com/altertable-ai/altertable-cli/issues/20)) ([1300577](https://github.com/altertable-ai/altertable-cli/commit/13005776e4978bf0e2b6e2ac8cd1c37df700e13e)) +* improve human and agent experience ([#8](https://github.com/altertable-ai/altertable-cli/issues/8)) ([135414f](https://github.com/altertable-ai/altertable-cli/commit/135414fabfde46c03d2b3d04be3b2e9838a2ab8d)) + + +### Bug Fixes + +* **api:** normalize api args to ensure the HTTP verb is optional ([#11](https://github.com/altertable-ai/altertable-cli/issues/11)) ([78b32df](https://github.com/altertable-ai/altertable-cli/commit/78b32df88de1848c6898e9347222272a193b1c92)) +* **api:** prevent wide API tables from soft-wrapping ([#13](https://github.com/altertable-ai/altertable-cli/issues/13)) ([56fbeb6](https://github.com/altertable-ai/altertable-cli/commit/56fbeb6ff3de90f46e94395d3a500db88371bedb)) +* **ci:** verify executable step path ([#1](https://github.com/altertable-ai/altertable-cli/issues/1)) ([4044001](https://github.com/altertable-ai/altertable-cli/commit/40440010a4eef01178e1c34ad931ae7ccb4a0f05)) +* **lakehouse:** allow append task without append row flags ([#19](https://github.com/altertable-ai/altertable-cli/issues/19)) ([6ded957](https://github.com/altertable-ai/altertable-cli/commit/6ded9576f06a692abae6756b335e81365bb674d8)) +* tighten body validation and stream timeout handling ([#16](https://github.com/altertable-ai/altertable-cli/issues/16)) ([4c4ce08](https://github.com/altertable-ai/altertable-cli/commit/4c4ce080981af4499eefbfae4ce8d767440fb089)) +* validate lakehouse upload files before streaming the payload ([#15](https://github.com/altertable-ai/altertable-cli/issues/15)) ([0e49b6e](https://github.com/altertable-ai/altertable-cli/commit/0e49b6eb019659293d6e2bfd44de016b31087425)) + ## [1.0.0] - 2026-06-26 First public release of the Altertable CLI — a TypeScript/Bun command-line tool for the Altertable data platform: lakehouse data plane and management REST API. diff --git a/cli/package.json b/cli/package.json index 76cc4e0..70c102b 100644 --- a/cli/package.json +++ b/cli/package.json @@ -1,6 +1,6 @@ { "name": "@altertable/cli", - "version": "1.0.0", + "version": "1.1.0", "description": "Altertable CLI — query and manage your data platform", "homepage": "https://github.com/altertable-ai/altertable-cli#readme", "bugs": {