Skip to content

Releases: keyshade-xyz/keyshade

v2.5.0

16 Sep 10:19
Compare
Choose a tag to compare

2.5.0 (2024-09-16)

🚀 Features

  • api-client: Added workspace controller (#427) (2f4edec)
  • api-client: Added workspace role controller (#430) (b03ce8e)
  • api-client: Synced with latest API (27f4309)
  • api: Add slug in entities (#415) (89e2fcc)
  • api: Included default workspace details in getSelf function (#414) (e67bbd6)
  • platform: Add loading skeleton in the [secure]s page (#423) (a97681e)
  • schema: Added a schema package (01ea232)
  • web: Update about and careers page (e167f53)

🐛 Bug Fixes

  • api: Error messages fixed in api-key service (#418) (edfbce0)

📚 Documentation

  • Fixed minor typo in postman workspace link (#411) (ed23116)
  • Updated Postman links (444bfb1)

🔧 Miscellaneous Chores

  • api: Suppressed version check test in [secure] (4688e8c)
  • api: Update slug generation method (#420) (1f864df)

🔨 Code Refactoring

  • API: Refactor workspace-membership into a separate module (#421) (574170f)
  • platform: added optional chaining due to strict null check (#413) (907e369)

v2.4.0

05 Sep 07:54
Compare
Choose a tag to compare

2.4.0 (2024-09-05)

🚀 Features

  • api-client: Create controller for Event module (#399) (122df35)
  • api-client: Create controller for Integration module (#397) (697d38b)
  • api-client: Create controller for Project module (#370) (fa25866)
  • api-client: Create controller for Secret module (#396) (7e929c0)
  • api-client: Create controller for Variable module (#395) (3e114d9)
  • api: Add global search in workspace (c49962b)
  • api: Add max page size (#377) (ed18eb0)
  • cli: Add functionality to operate on Environments (#324) (4c6f3f8)
  • cli: Quit on decryption failure (#381) (1349d15)

🐛 Bug Fixes

  • api-client: Fixed broken export (096df2c)
  • api: Add NotFound exception on passing an invalid roleId while inviting user in workspace (#408) (ab441db)
  • cli: Fixed missing module (f7a091f)
  • platform: Build failure in platform (#385) (90dcb2c)

🔧 Miscellaneous Chores

  • Add api client build script and updated CI (da0e27a)
  • api: Reorganized import using path alias (d5befd1)
  • ci: Update CLI CI name (8f4c456)
  • cli: Add Zod validation to parseInput function (#362) (34e6c39)
  • Fixed api client tests and rearranged controllers (1307604)
  • Housekeeping (c5f1330)
  • platform: Added strict null check (072254f)
  • web: Added strict null check (7e12b47)

🔨 Code Refactoring

  • api: Update logic for forking projects (#398) (4cf3838)

v2.3.0

29 Jul 14:00
Compare
Choose a tag to compare

2.3.0 (2024-07-29)

🚀 Features

  • api: Add pagination metadata to Environment module (#382) (9baa344)
  • api: Add pagination metadata to Event module (#394) (60010b4)
  • api: Add pagination metadata to Integration module (#391) (0372e36)
  • api: Add pagination metadata to Project module (#393) (bc274fd)
  • api: Add pagination metadata to Secret module (#389) (c4cc667)
  • api: Add pagination metadata to Variable module (#390) (be6aabf)
  • api: Add pagination metadata to Workspace module (#387) (a08c924)
  • api: Add pagination metadata to Workspace Role module (#388) (d8e8f49)
  • api: Create a paginate method (#379) (09576f1)
  • api: Create endpoint for fetching all revisions of a [secure] (#303) (de2b602)
  • api: Create endpoint for fetching all revisions of a variable (#304) (9abddc1)
  • cli: Improved the DX for list profile (#334) (6bff496)
  • platform: Add warning sonner toast for invalid otp (#335) (21513f5)

🐛 Bug Fixes

📚 Documentation

  • Added docker details in setting-things-up.md (#358) (ed5093a)
  • Update postman workspace link (d6aba27)
  • Updated env and cli docs (1213d2a)

🔧 Miscellaneous Chores

  • Added next backend url in .env.example (5695254)
  • api-client: Added pagination structure (a70e957)
  • api-client: Fixed test script (ad70819)
  • api-client: Removed try-catch from tests in environment (a64e48c)
  • api: Add user cache for optimization (#386) (8d730b5)
  • api: Alter cache rehydration interval (f5f9eec)
  • api: Fixed naming error in variable controller (0c5a380)
  • api: Improve handling of edge cases for paginate module (#402) (8591487)
  • api: Minor updates to user service (249d778)
  • api: Skip workspace creation when user is admin (#376) (13f6c59)
  • ci: Add docker check (#383) (3119001)
  • ci: Add names to CI files (1a7e5f6)
  • ci: Add validate CLI pipeline (#373) (a91df6c)
  • ci: Adding validate pipeline (#372) (23cf3b3)
  • ci: Disabled platform and api deployments (74d601a)
  • ci: Fixed deployment scripts (12e35db)
  • ci: Fixed platform script (d783f2a)
  • CI: Include migration deployment in API deploy pipeline (dbd5222)
  • CI: Separated deployment and docker build jobs (090e193)
  • CI: Setup inter-job dependency (1756727)
  • ci: Update auto-assign.yaml (#375) (91e0ec1)
  • cli: Changed objects to classes (#306) (c83f2db)
  • Removed Minio config (8feb83a)
  • Updated deployment scripts and added health check in platform (fcc1c3f)

🔨 Code Refactoring

  • api: Updated path of some endpoints in project controller (9502678)
  • api: Updated Redis provider (33491a1)

v2.2.0

11 Jul 15:57
Compare
Choose a tag to compare

2.2.0 (2024-07-11)

🚀 Features

📚 Documentation

🔧 Miscellaneous Chores

  • api: Updated response types in environment service (b8a3ddd)
  • ci: Added release scripts for platform and api (02dae60)
  • CI: Updated action plugin versions (88bb317)
  • CI: Updated pnpm version in CI file (2692e88)
  • platform: Fixed env parsing in platform (d6ffafa)
  • web: Update Terms and Conditions and Privacy Policy (#282) (d621dcb)

🔨 Code Refactoring

  • api: Update [secure] and variable fetching endpoints (7d9acd0)
  • cli: Refactored profile commands into readable blocks (#331) (4a8a089)
  • cli: Updated configuration commands and mechanism (#310) (9079b6d)

v2.1.0

27 Jun 08:04
Compare
Choose a tag to compare

2.1.0 (2024-06-27)

🚀 Features

🐛 Bug Fixes

  • web: Resolve encryption glitch in footer text (#267) (2b5cb39)

📚 Documentation

v2.0.0

12 Jun 08:13
Compare
Choose a tag to compare

2.0.0 (2024-06-12)

⚠ BREAKING CHANGES

  • api: Refactor environment, [secure] and variable functionality

🚀 Features

📚 Documentation

  • Fix broken links in README.md (9266788)
  • Modified environment-variable.md (#256) (4974756)

🔧 Miscellaneous Chores

  • Added docker build and run commands to package.json (#258) (af61791)
  • api: Fix inconsistencies in zod schema (#240) (f3a3632)
  • ci: Update deploy web (e80d47d)
  • docker: Grant correct permissions to docker image (#251) (49546aa)
  • Update GitHub Action plugin versions (#263) (020bbf6)
  • Update package versions for release (93785be)

🔨 Code Refactoring

  • api: Refactor environment, [secure] and variable functionality (#270) (55a6d37)
  • api: Replace for loop with array indexing while decrypting [secure]s during bulk fetch #265 (#266) (62a1731)
  • api: Update return type while fetching [secure]s and variables (#264) (fd36abd)

v1.4.0

24 May 13:59
Compare
Choose a tag to compare

1.4.0 (2024-05-24)

🚀 Features

  • add example for health and email auth (b834d25)
  • api: Add minio-client provider (#237) (cd71c5a)
  • api: Add feature to fork projects (#239) (3bab653)
  • api: Added feedback form module (#210) (ae1efd8)
  • api: Added Project Level Access (#221) (564f5ed)
  • api: Added support for changing email of users (#233) (5ea9a10)
  • implemented auth, ui for most, and fixed cors (#217) (feace86)
  • platfrom: add delete method in api client (#225) (55cf09f)
  • postman: add example for get_self and update_self (e015acf)
  • web: Add and link privacy and tnc page (#226) (ec81eb9)

🐛 Bug Fixes

📚 Documentation

  • Added docs regarding postman, and refactored architecture diagrams (f1c9777)
  • Fix typo in organization-of-code.md (#234) (11244a2)

🔧 Miscellaneous Chores

  • api: Get feedback forward email from process.env (#236) (204c9d1)
  • postman: Initialized postman (bb76384)
  • release: Update changelog config (af91283)
  • Remove swagger docs (#220) (7640299)

🔨 Code Refactoring

  • api: Replaced OTP code from alphanumeric to numeric (#230) (f16162a)

v1.3.0

12 May 17:14
Compare
Choose a tag to compare

1.3.0 (2024-05-12)

🚀 Features

🐛 Bug Fixes

  • web: alignment issue in “Collaboration made easy” section (#178) (df5ca75)
  • workspace: delete duplicate tailwind config (99d922a)

📚 Documentation

🔧 Miscellaneous Chores

  • Added lockfile (60a3b9b)
  • Added lockfile (6bb512c)
  • api: Added type inference and runtime validation to process.env (#200) (249e07d)
  • api: Fixed prisma script env errors (#209) (8762354)
  • API: Refactor authority check functions in API (#189) (e9d710d)
  • api: Refactor user e2e tests (b38d45a)
  • ci: Disabled api stage release (97877c4)
  • ci: Update stage deployment config (868a6a1)
  • codecov: update api-e2e project coverage (1e90d7e)
  • dockerfile: Fixed web dockerfile (6134bb2)
  • docker: Optimized web Dockerfile to reduct image size (#173) (444286a)
  • release: Downgraded package version (c173fee)
  • release: Fix failing release (#213) (40f64f3)
  • release: Install pnpm (1081bea)
  • release: Updated release commit (b8958e7)
  • release: Updated release commit (e270eb8)
  • Update deprecated husky Install command (#202) (e61102c)
  • Upgrade @million/lint from 0.0.66 to 0.0.73 (#172) (dd43ed9)
  • web: Updated fly memory config (4debc66)

🔨 Code Refactoring

  • api: Made events central to workspace (#159) (9bc00ae)
  • api: Migrated to cookie based authentication (#206) (ad6911f)
  • monorepo: Migrate from nx to turbo (#153) (88b4b00)

v1.2.0

18 Feb 16:46
Compare
Choose a tag to compare

1.2.0 (2024-02-18)

🚀 Features

🔧 Miscellaneous Chores

  • api: update dockerfile and ci (ae2d944)
  • api: update sentry log messages (976026c)
  • ci: update stage-api workflow (addaa61)
  • husky: Remove e2e:api command from husky (#144) (8a2fa58)
  • update sentry source map script (bdc9dc6)

v1.1.0

12 Feb 19:19
Compare
Choose a tag to compare

1.1.0 (2024-02-12)

🚀 Features

🔧 Miscellaneous Chores

  • ci: CI rework (788c141)
  • ci: update CI of web and API (bd171da)
  • husky: Update precommit (b170cf3)
  • migrate from supabase to postgresql (#129) (e1ff912)
  • update CI (32eb820)
  • Update release config in package.json (71c75a7)
  • version: Upgrade next from 14.0.4 to 14.1.0 (#136) (c958865)
  • version: Upgrade reflect-metadata from 0.1.14 to 0.2.1 (#137) (574b6ce)