Skip to content

Release Post for v1.11.0#1346

Merged
wyattwenzel merged 1 commit into
trunkfrom
WyattWenzel/v1.11.0ReleaseBlog
Jan 28, 2026
Merged

Release Post for v1.11.0#1346
wyattwenzel merged 1 commit into
trunkfrom
WyattWenzel/v1.11.0ReleaseBlog

Conversation

@wyattwenzel
Copy link
Copy Markdown
Collaborator

🗣 Description

Release post + updated banner

@wyattwenzel wyattwenzel self-assigned this Jan 28, 2026
@github-actions
Copy link
Copy Markdown

github-actions Bot commented Jan 28, 2026

✅ Pull with Spice Passed

Passing checks:

  • ✅ Title meets minimum length requirement (10 characters)
  • ✅ Has at least one of the required labels: area/blog, area/docs, area/cookbook, dependencies
  • ✅ No banned labels detected
  • ✅ Has at least one assignee: wyattwenzel

@github-actions
Copy link
Copy Markdown

🚀 deployed to https://c2f8b839.spiceai-org-website.pages.dev

@wyattwenzel wyattwenzel merged commit c7a5ce5 into trunk Jan 28, 2026
6 of 8 checks passed
@wyattwenzel wyattwenzel deleted the WyattWenzel/v1.11.0ReleaseBlog branch January 28, 2026 21:25
Jeadie added a commit that referenced this pull request Feb 10, 2026
* Update version references in documentation and scripts for v2.1 release

* Handle major versions

* Fix merge conflicts

* Release Post for v1.11.0 (#1346)

* Fix additional links and manually manage versions (#1347)

* Make versions.json manually managed instead of auto-generated

- Modified generate-versions.sh to read from existing versions.json
- Removed versions.json from .gitignore
- Script now uses jq to parse the manually managed versions list

* Fix deprecation: move onBrokenMarkdownLinks to markdown.hooks

* Additional fixes

* Additional fixes

* Fix broken markdown links in trunk docs

Fixed index.md link resolution issues where links from index.md files
resolve from the parent URL. Changed paths like:
- ../../components/ to ../components/
- ./subdir to parent/subdir
- ../sibling to sibling

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>

* Fix use-cases links and enable strict link checking

- Fixed index.md link resolution in use-cases subdirectories
- Changed ../../../features/ to ../../features/
- Removed /index suffixes from links
- Changed docusaurus config to throw on broken links

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>

* Fix broken relative links in trunk documentation

- Fix incorrect ../secret-stores paths in postgres data-accelerator and data-connector
- Fix monitoring page links to use ./datadog, ./grafana, ./zipkin
- Fix datatypes page link to use ../sql/operators
- Fix spicepod reference links to use ./ prefix for relative paths

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>

* Fix additional broken relative links in trunk

- Fix secret-stores links to include components/ path
- Fix monitoring index.md links to use monitoring/ prefix
- Fix spicepod index.md links to use spicepod/ prefix
- Fix sql index.md links to use sql/ prefix
- Fix runtime.md links to use correct depth (../ → ../../../)

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>

* Fix relative links in trunk index.md files

- Fix secret-stores/index.md links to use secret-stores/ prefix
- Fix cli/reference/index.md links to use reference/ prefix

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>

* Remove blockchain image from community page

---------

Co-authored-by: Luke Kim <80174+lukekim@users.noreply.github.com>
Co-authored-by: Wyatt Wenzel <109381471+wyattwenzel@users.noreply.github.com>
Co-authored-by: Phillip LeBlanc <phillip@spice.ai>
Co-authored-by: Evgenii Khramkov <evgenii@spice.ai>
Co-authored-by: Viktor Yershov <viktor@spice.ai>
Co-authored-by: Sergei Grebnov <sergei.grebnov@gmail.com>
Co-authored-by: Claude Sonnet 4.5 <noreply@anthropic.com>
Jeadie added a commit that referenced this pull request Feb 10, 2026
* Update version references in documentation and scripts for v2.1 release

* Handle major versions

* Fix merge conflicts

* Release Post for v1.11.0 (#1346)

* Fix additional links and manually manage versions (#1347)

* Make versions.json manually managed instead of auto-generated

- Modified generate-versions.sh to read from existing versions.json
- Removed versions.json from .gitignore
- Script now uses jq to parse the manually managed versions list

* Fix deprecation: move onBrokenMarkdownLinks to markdown.hooks

* Additional fixes

* Additional fixes

* Fix broken markdown links in trunk docs

Fixed index.md link resolution issues where links from index.md files
resolve from the parent URL. Changed paths like:
- ../../components/ to ../components/
- ./subdir to parent/subdir
- ../sibling to sibling

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>

* Fix use-cases links and enable strict link checking

- Fixed index.md link resolution in use-cases subdirectories
- Changed ../../../features/ to ../../features/
- Removed /index suffixes from links
- Changed docusaurus config to throw on broken links

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>

* Fix broken relative links in trunk documentation

- Fix incorrect ../secret-stores paths in postgres data-accelerator and data-connector
- Fix monitoring page links to use ./datadog, ./grafana, ./zipkin
- Fix datatypes page link to use ../sql/operators
- Fix spicepod reference links to use ./ prefix for relative paths

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>

* Fix additional broken relative links in trunk

- Fix secret-stores links to include components/ path
- Fix monitoring index.md links to use monitoring/ prefix
- Fix spicepod index.md links to use spicepod/ prefix
- Fix sql index.md links to use sql/ prefix
- Fix runtime.md links to use correct depth (../ → ../../../)

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>

* Fix relative links in trunk index.md files

- Fix secret-stores/index.md links to use secret-stores/ prefix
- Fix cli/reference/index.md links to use reference/ prefix

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>

* Remove blockchain image from community page

* better docs

---------

Co-authored-by: Luke Kim <80174+lukekim@users.noreply.github.com>
Co-authored-by: Wyatt Wenzel <109381471+wyattwenzel@users.noreply.github.com>
Co-authored-by: Phillip LeBlanc <phillip@spice.ai>
Co-authored-by: Evgenii Khramkov <evgenii@spice.ai>
Co-authored-by: Viktor Yershov <viktor@spice.ai>
Co-authored-by: Sergei Grebnov <sergei.grebnov@gmail.com>
Co-authored-by: Claude Sonnet 4.5 <noreply@anthropic.com>
ewgenius added a commit that referenced this pull request Feb 11, 2026
* Update version references in documentation and scripts for v2.1 release

* Handle major versions

* Fix merge conflicts

* Release Post for v1.11.0 (#1346)

* Fix additional links and manually manage versions (#1347)

* Make versions.json manually managed instead of auto-generated

- Modified generate-versions.sh to read from existing versions.json
- Removed versions.json from .gitignore
- Script now uses jq to parse the manually managed versions list

* Fix deprecation: move onBrokenMarkdownLinks to markdown.hooks

* Additional fixes

* Additional fixes

* Fix broken markdown links in trunk docs

Fixed index.md link resolution issues where links from index.md files
resolve from the parent URL. Changed paths like:
- ../../components/ to ../components/
- ./subdir to parent/subdir
- ../sibling to sibling

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>

* Fix use-cases links and enable strict link checking

- Fixed index.md link resolution in use-cases subdirectories
- Changed ../../../features/ to ../../features/
- Removed /index suffixes from links
- Changed docusaurus config to throw on broken links

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>

* Fix broken relative links in trunk documentation

- Fix incorrect ../secret-stores paths in postgres data-accelerator and data-connector
- Fix monitoring page links to use ./datadog, ./grafana, ./zipkin
- Fix datatypes page link to use ../sql/operators
- Fix spicepod reference links to use ./ prefix for relative paths

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>

* Fix additional broken relative links in trunk

- Fix secret-stores links to include components/ path
- Fix monitoring index.md links to use monitoring/ prefix
- Fix spicepod index.md links to use spicepod/ prefix
- Fix sql index.md links to use sql/ prefix
- Fix runtime.md links to use correct depth (../ → ../../../)

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>

* Fix relative links in trunk index.md files

- Fix secret-stores/index.md links to use secret-stores/ prefix
- Fix cli/reference/index.md links to use reference/ prefix

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>

* Remove blockchain image from community page

---------

Co-authored-by: Luke Kim <80174+lukekim@users.noreply.github.com>
Co-authored-by: Wyatt Wenzel <109381471+wyattwenzel@users.noreply.github.com>
Co-authored-by: Phillip LeBlanc <phillip@spice.ai>
Co-authored-by: Evgenii Khramkov <evgenii@spice.ai>
Co-authored-by: Viktor Yershov <viktor@spice.ai>
Co-authored-by: Sergei Grebnov <sergei.grebnov@gmail.com>
Co-authored-by: Claude Sonnet 4.5 <noreply@anthropic.com>
ewgenius added a commit that referenced this pull request Feb 11, 2026
* Update version references in documentation and scripts for v2.1 release

* Handle major versions

* Fix merge conflicts

* Release Post for v1.11.0 (#1346)

* Fix additional links and manually manage versions (#1347)

* Make versions.json manually managed instead of auto-generated

- Modified generate-versions.sh to read from existing versions.json
- Removed versions.json from .gitignore
- Script now uses jq to parse the manually managed versions list

* Fix deprecation: move onBrokenMarkdownLinks to markdown.hooks

* Additional fixes

* Additional fixes

* Fix broken markdown links in trunk docs

Fixed index.md link resolution issues where links from index.md files
resolve from the parent URL. Changed paths like:
- ../../components/ to ../components/
- ./subdir to parent/subdir
- ../sibling to sibling

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>

* Fix use-cases links and enable strict link checking

- Fixed index.md link resolution in use-cases subdirectories
- Changed ../../../features/ to ../../features/
- Removed /index suffixes from links
- Changed docusaurus config to throw on broken links

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>

* Fix broken relative links in trunk documentation

- Fix incorrect ../secret-stores paths in postgres data-accelerator and data-connector
- Fix monitoring page links to use ./datadog, ./grafana, ./zipkin
- Fix datatypes page link to use ../sql/operators
- Fix spicepod reference links to use ./ prefix for relative paths

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>

* Fix additional broken relative links in trunk

- Fix secret-stores links to include components/ path
- Fix monitoring index.md links to use monitoring/ prefix
- Fix spicepod index.md links to use spicepod/ prefix
- Fix sql index.md links to use sql/ prefix
- Fix runtime.md links to use correct depth (../ → ../../../)

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>

* Fix relative links in trunk index.md files

- Fix secret-stores/index.md links to use secret-stores/ prefix
- Fix cli/reference/index.md links to use reference/ prefix

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>

* Remove blockchain image from community page

* better docs

---------

Co-authored-by: Luke Kim <80174+lukekim@users.noreply.github.com>
Co-authored-by: Wyatt Wenzel <109381471+wyattwenzel@users.noreply.github.com>
Co-authored-by: Phillip LeBlanc <phillip@spice.ai>
Co-authored-by: Evgenii Khramkov <evgenii@spice.ai>
Co-authored-by: Viktor Yershov <viktor@spice.ai>
Co-authored-by: Sergei Grebnov <sergei.grebnov@gmail.com>
Co-authored-by: Claude Sonnet 4.5 <noreply@anthropic.com>
ewgenius added a commit that referenced this pull request Feb 11, 2026
* Update version references in documentation and scripts for v2.1 release

* Handle major versions

* Fix merge conflicts

* Release Post for v1.11.0 (#1346)

* Fix additional links and manually manage versions (#1347)

* Make versions.json manually managed instead of auto-generated

- Modified generate-versions.sh to read from existing versions.json
- Removed versions.json from .gitignore
- Script now uses jq to parse the manually managed versions list

* Fix deprecation: move onBrokenMarkdownLinks to markdown.hooks

* Additional fixes

* Additional fixes

* Fix broken markdown links in trunk docs

Fixed index.md link resolution issues where links from index.md files
resolve from the parent URL. Changed paths like:
- ../../components/ to ../components/
- ./subdir to parent/subdir
- ../sibling to sibling

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>

* Fix use-cases links and enable strict link checking

- Fixed index.md link resolution in use-cases subdirectories
- Changed ../../../features/ to ../../features/
- Removed /index suffixes from links
- Changed docusaurus config to throw on broken links

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>

* Fix broken relative links in trunk documentation

- Fix incorrect ../secret-stores paths in postgres data-accelerator and data-connector
- Fix monitoring page links to use ./datadog, ./grafana, ./zipkin
- Fix datatypes page link to use ../sql/operators
- Fix spicepod reference links to use ./ prefix for relative paths

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>

* Fix additional broken relative links in trunk

- Fix secret-stores links to include components/ path
- Fix monitoring index.md links to use monitoring/ prefix
- Fix spicepod index.md links to use spicepod/ prefix
- Fix sql index.md links to use sql/ prefix
- Fix runtime.md links to use correct depth (../ → ../../../)

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>

* Fix relative links in trunk index.md files

- Fix secret-stores/index.md links to use secret-stores/ prefix
- Fix cli/reference/index.md links to use reference/ prefix

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>

* Remove blockchain image from community page

* Release Post for v1.11.1 (#1365)

* Fix internal links - remove .md extensions for Docusaurus compatibility

* Fix broken relative links - add .md extensions

* Fix broken markdown links - remove .md extensions

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>

* Fix broken markdown links by removing /index suffix (release/1.11)

Remove /index suffix from all markdown links to comply with Docusaurus 3.x
link resolution requirements.

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>

* Fix non-markdown relative links in index.md files for Docusaurus URL resolution

Docusaurus resolves non-markdown links (without .md/.mdx extension) from the
URL path rather than the file system path. For index.md files, this means
relative links like ../../ and ./ resolve differently than expected:
- Depth-1: ../X → X, ./X → dirname/X
- Depth-2: ../../X → ../X, ./X → dirname/X, ../sibling → sibling

Updated 48 index.md files across all documentation sections.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>

* Fix 3 remaining broken non-markdown links in index.md files

- data-accelerators/index.md: ./postgres/ → data-accelerators/postgres/
- deployment/aws/index.md: ./integrations → aws/integrations
- features/query-federation/index.md: ../distributed-query → distributed-query, ../caching → caching

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>

* Enable strict broken link checking in Docusaurus build

Set onBrokenAnchors, onBrokenLinks, and onBrokenMarkdownLinks to 'throw'
now that all broken links across all versioned docs have been fixed.
Also add website/versions.json to .gitignore since it's generated.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>

* Fix root index.mdx and sdks/java links for latest-version URL mapping

When 1.11.x is the "latest" version (path=''), the URL base is /docs
instead of /docs/v1.11, shifting all relative link resolutions by one
level. Use .md extensions to force filesystem-based resolution.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>

* v1.11.1 docs (#1358)

* Mark Snapshots as RC quality (#1353)

* Snapshots RC quality

* Remove preview admonition for acceleration snapshots

---------

Co-authored-by: Phillip LeBlanc <phillip@leblanc.tech>

* DynamoDB Rebootstrapping docs (#1354)

* DynamoDB Rebootstrapping docs

* Add reinitializations metric to DynamoDB Streams metrics table

---------

Co-authored-by: Phillip LeBlanc <phillip@leblanc.tech>

* docs: Add response_status column to HTTP(s) connector docs (#1355)

* docs: Add FlightSQL cookie middleware support note (#1356)

* docs: Remove outdated 'No Snapshot Support' limitation from Cayenne (#1357)

* update acknowledgements

---------

Co-authored-by: Viktor Yershov <viktor@spice.ai>
Co-authored-by: jeadie <jack@spice.ai>

* Updates from trunk (#1361)

* Update version references in documentation and scripts for v2.1 release

* Handle major versions

* Fix merge conflicts

* Release Post for v1.11.0 (#1346)

* Fix additional links and manually manage versions (#1347)

* Make versions.json manually managed instead of auto-generated

- Modified generate-versions.sh to read from existing versions.json
- Removed versions.json from .gitignore
- Script now uses jq to parse the manually managed versions list

* Fix deprecation: move onBrokenMarkdownLinks to markdown.hooks

* Additional fixes

* Additional fixes

* Fix broken markdown links in trunk docs

Fixed index.md link resolution issues where links from index.md files
resolve from the parent URL. Changed paths like:
- ../../components/ to ../components/
- ./subdir to parent/subdir
- ../sibling to sibling

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>

* Fix use-cases links and enable strict link checking

- Fixed index.md link resolution in use-cases subdirectories
- Changed ../../../features/ to ../../features/
- Removed /index suffixes from links
- Changed docusaurus config to throw on broken links

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>

* Fix broken relative links in trunk documentation

- Fix incorrect ../secret-stores paths in postgres data-accelerator and data-connector
- Fix monitoring page links to use ./datadog, ./grafana, ./zipkin
- Fix datatypes page link to use ../sql/operators
- Fix spicepod reference links to use ./ prefix for relative paths

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>

* Fix additional broken relative links in trunk

- Fix secret-stores links to include components/ path
- Fix monitoring index.md links to use monitoring/ prefix
- Fix spicepod index.md links to use spicepod/ prefix
- Fix sql index.md links to use sql/ prefix
- Fix runtime.md links to use correct depth (../ → ../../../)

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>

* Fix relative links in trunk index.md files

- Fix secret-stores/index.md links to use secret-stores/ prefix
- Fix cli/reference/index.md links to use reference/ prefix

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>

* Remove blockchain image from community page

---------

Co-authored-by: Luke Kim <80174+lukekim@users.noreply.github.com>
Co-authored-by: Wyatt Wenzel <109381471+wyattwenzel@users.noreply.github.com>
Co-authored-by: Phillip LeBlanc <phillip@spice.ai>
Co-authored-by: Evgenii Khramkov <evgenii@spice.ai>
Co-authored-by: Viktor Yershov <viktor@spice.ai>
Co-authored-by: Sergei Grebnov <sergei.grebnov@gmail.com>
Co-authored-by: Claude Sonnet 4.5 <noreply@anthropic.com>

* More docs for v1.11.1 (#1362)

* Update version references in documentation and scripts for v2.1 release

* Handle major versions

* Fix merge conflicts

* Release Post for v1.11.0 (#1346)

* Fix additional links and manually manage versions (#1347)

* Make versions.json manually managed instead of auto-generated

- Modified generate-versions.sh to read from existing versions.json
- Removed versions.json from .gitignore
- Script now uses jq to parse the manually managed versions list

* Fix deprecation: move onBrokenMarkdownLinks to markdown.hooks

* Additional fixes

* Additional fixes

* Fix broken markdown links in trunk docs

Fixed index.md link resolution issues where links from index.md files
resolve from the parent URL. Changed paths like:
- ../../components/ to ../components/
- ./subdir to parent/subdir
- ../sibling to sibling

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>

* Fix use-cases links and enable strict link checking

- Fixed index.md link resolution in use-cases subdirectories
- Changed ../../../features/ to ../../features/
- Removed /index suffixes from links
- Changed docusaurus config to throw on broken links

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>

* Fix broken relative links in trunk documentation

- Fix incorrect ../secret-stores paths in postgres data-accelerator and data-connector
- Fix monitoring page links to use ./datadog, ./grafana, ./zipkin
- Fix datatypes page link to use ../sql/operators
- Fix spicepod reference links to use ./ prefix for relative paths

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>

* Fix additional broken relative links in trunk

- Fix secret-stores links to include components/ path
- Fix monitoring index.md links to use monitoring/ prefix
- Fix spicepod index.md links to use spicepod/ prefix
- Fix sql index.md links to use sql/ prefix
- Fix runtime.md links to use correct depth (../ → ../../../)

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>

* Fix relative links in trunk index.md files

- Fix secret-stores/index.md links to use secret-stores/ prefix
- Fix cli/reference/index.md links to use reference/ prefix

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>

* Remove blockchain image from community page

* better docs

---------

Co-authored-by: Luke Kim <80174+lukekim@users.noreply.github.com>
Co-authored-by: Wyatt Wenzel <109381471+wyattwenzel@users.noreply.github.com>
Co-authored-by: Phillip LeBlanc <phillip@spice.ai>
Co-authored-by: Evgenii Khramkov <evgenii@spice.ai>
Co-authored-by: Viktor Yershov <viktor@spice.ai>
Co-authored-by: Sergei Grebnov <sergei.grebnov@gmail.com>
Co-authored-by: Claude Sonnet 4.5 <noreply@anthropic.com>

* Change broken link and anchor handling to warn instead of throw (#1367)

---------

Co-authored-by: Luke Kim <80174+lukekim@users.noreply.github.com>
Co-authored-by: Wyatt Wenzel <109381471+wyattwenzel@users.noreply.github.com>
Co-authored-by: Phillip LeBlanc <phillip@spice.ai>
Co-authored-by: Jack Eadie <jack@spice.ai>
Co-authored-by: Viktor Yershov <viktor@spice.ai>
Co-authored-by: Sergei Grebnov <sergei.grebnov@gmail.com>
Co-authored-by: Claude Sonnet 4.5 <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants