Skip to content

v0.1.19

Choose a tag to compare

@DanThePutzer DanThePutzer released this 14 Nov 08:41
· 43 commits to main since this release
17d5b04

Overview

  • Introduce auto-generated projects (See #77)
  • Improve init flow
  • Support passing run parameters through environment variables as alternative to config file and command flags:
    • API Key -> $PLURALITH_API_KEY
    • Org Id -> $PLURALITH_ORG_ID
    • Project Id -> $PLURALITH_PROJECT_ID
    • Project Name -> $PLURALITH_PROJECT_NAME

Changelog

  • 518c186 Merge pull request #82 from Pluralith/feature-auto-generate-projects
  • 17d5b04 Merge pull request #83 from Pluralith/dev
  • 8fa8b84 chore: Restructure auth and initialization packages
  • 78a39ad chore: Switch to production endpoints
  • 7972e75 chore: Update various command flag help texts
  • e9676c0 chore: Update version
  • a5bb110 feat: Adjust log run and post resource event API calls
  • 45524e4 feat: Commit progress with reworked init process
  • 82d0fb4 feat: Extend strip blacklist
  • 687a47e feat: Handle various combinations of parameter cases
  • 094f231 feat: Implement check and input modes for init method
  • 51183eb feat: Implement project creation if not already existing
  • 1ccf509 feat: Let user specify sync to backend in config and update config template
  • 95036bd feat: Reimplement API key check on graph and make progress with config verification
  • 4d79fd7 feat: Restructure empty config generation