Skip to content

sotto v0.1.0

Choose a tag to compare

@github-actions github-actions released this 02 Jul 21:17
· 280 commits to main since this release
68ed256

What's Changed

  • feat: scaffold rust workspace and ci by @Maxerns in #1
  • README: update read me for project by @Maxerns in #2
  • feat: crates/core crypto primitives by @Maxerns in #3
  • feat: wrap module for key hierarchy by @Maxerns in #4
  • feat: audited crypto core, exit gate, and wasm job by @Maxerns in #5
  • testing: fix WebAssembly job in Propresting by @Maxerns in #6
  • feat: add SQLite store and configuration management for the Sotto CLI by @Maxerns in #7
  • feat: vault module for crypto orchestration and integrate with store by @Maxerns in #8
  • feat: implement OS keychain abstraction and identity session management by @Maxerns in #9
  • feat: command wiring by @Maxerns in #10
  • feat: export functionality for environment secrets and run commands by @Maxerns in #11
  • feat: dotenv support for importing secrets and enhance command options by @Maxerns in #12
  • feat: server skeleton and Postgres schema by @Maxerns in #13
  • feat: GitHub OAuth login and session management by @Maxerns in #14
  • feat: account crypto material sync and related endpoints by @Maxerns in #15
  • feat: sync API endpoints by @Maxerns in #16
  • feat: complete identity and account material sync by @Maxerns in #17
  • feat: implement push and pull commands for syncing environment secrets by @Maxerns in #18
  • feat: new device cli and end to end testing with postgre by @Maxerns in #19
  • docs: create CONTRIBUTING.md for project guidelines by @Maxerns in #20
  • feat: web client scaffold and WASM integration by @Maxerns in #21
  • feat: share link apis by @Maxerns in #22
  • feat: one time expiring share links with associated API and CLI support by @Maxerns in #23
  • feat: implement share recipient page with one time secret retrieval by @Maxerns in #24
  • feat: web auth & WASM bindings by @Maxerns in #25
  • feat: web vault ui by @Maxerns in #26
  • server: enhance CI with dependency audit and improve security documentation by @Maxerns in #27
  • feat: refactor vault key management to use account keypair grants by @Maxerns in #28
  • feat: implement organisations, memberships, and roles management by @Maxerns in #29
  • feat: implement organisation owned projects and access control by @Maxerns in #30
  • feat: environment grants table and management features by @Maxerns in #31
  • feat: environment key rotation and member removal functionality by @Maxerns in #32
  • feat: machine token management for CI and service access by @Maxerns in #33
  • feat: account reset and organisation support with team management by @Maxerns in #34
  • docs: update README and SECURITY.md for enhanced team features and key hierarchy by @Maxerns in #35
  • feat: implement org key management and metadata name encryption by @Maxerns in #36
  • feat: commands for environment management by @Maxerns in #37
  • feat: history rollback and web rotation for secret management by @Maxerns in #38
  • feat: org audit log by @Maxerns in #39
  • feat: org entitlements feature with tier, trial, and limits information by @Maxerns in #40
  • feat: release workflow with artifact signing and versioning by @Maxerns in #41
  • feat: update API paths and versioning; add installation script by @Maxerns in #42
  • legal: Apache License and update license information across project files by @Maxerns in #43
  • chore: update repository references by @Maxerns in #44

New Contributors

Full Changelog: https://github.com/getsotto/sotto/commits/v0.1.0