Skip to content

v1.1.0

Latest

Choose a tag to compare

@github-actions github-actions released this 30 Dec 07:20
· 6 commits to main since this release
f2367fe

twelvedata-exporter v1.1.0

This release contains the Prometheus Exporter for Twelve Data.

🐳 Container Images

# Latest version
docker run --rm ghcr.io/umatare5/twelvedata-exporter:latest --help

# Specific version
docker run --rm ghcr.io/umatare5/twelvedata-exporter:v1.1.0 --help

# With environment variables
docker run --rm -e TWELVEDATA_API_KEY ghcr.io/umatare5/twelvedata-exporter:v1.1.0 command

📦 Binary Installation

go install github.com/umatare5/twelvedata-exporter@v1.1.0

Changelog

Dependency Updates

Documentation Updates

Others

  • 08462ab: Adjust logo dimensions for README (@umatare5)
  • 24504c8: Update README to remove author and adjust license (@umatare5)
  • a3c7269: [Auto-generated] Sync Public Copilot Instructions: 2025-10-05 (github/awesome-copilot) (#22) (@github-actions[bot])
  • ab279c6: [Auto-generated] Sync Public Copilot Instructions: 2025-12-07 (github/awesome-copilot) (#28) (@github-actions[bot])
  • 77b5227: [Auto-generated] Sync Public Copilot Instructions: 2025-12-28 (github/awesome-copilot) (#31) (@github-actions[bot])
  • 99abf17: [Auto-generated] Sync public Copilot instructions: 2025-08-17 (#18) (@github-actions[bot])
  • d1f050d: build: migrate from markdownlint.json to markdownlint-cli2.jsonc (@umatare5)

Full Changelog: v1.0.6...v1.1.0

📚 Documentation