Skip to content

Release v0.4.0

Choose a tag to compare

@github-actions github-actions released this 27 Aug 07:27
· 0 commits to 23c40062142321c0722045e50965bdd8e2f33aa7 since this release

馃摝 Release Description


What's Changed

  • feat: implement request history storage and management system by @iamdhakrey in #26
  • feat: integrate OAuth2 authentication flow by @iamdhakrey in #27
  • feat: add QUERY HTTP method support by @iamdhakrey in #28
  • feat: implement NewRequestSaveModal and add corresponding state management in vartaStore by @iamdhakrey in #29
  • chore: update user-agent string to use dynamic package version by @iamdhakrey in #30
  • refactor: decouple application logic by modularizing shared crates by @iamdhakrey in #31
  • feat: extract shared models into a workspace package and integrate into authStore by @iamdhakrey in #32
  • refactor(models): consolidate shared TypeScript types by @iamdhakrey in #33
  • feat(grpc): implement gRPC request creation support by @iamdhakrey in #34
  • feat(grpc): implement dynamic gRPC codec by @iamdhakrey in #35
  • feat(grpc): implement dynamic gRPC unary client by @iamdhakrey in #37
  • feat(grpc): implement AutoReflectionClient for dynamic gRPC discovery by @iamdhakrey in #38
  • refactor: streamline gRPC request UI, improve component layout consistency, and add gRPC styling support by @iamdhakrey in #39
  • feat: add support for local proto file compilation and service parsing to gRPC commands by @iamdhakrey in #40
  • Migrate to on demand specific collection loading by @iamdhakrey in #41
  • feat: implement customizable editor fonts with system font loading and dynamic CSS updates by @iamdhakrey in #42
  • feat: implement dynamic collection addition menu using backend-provided configuration by @iamdhakrey in #43
  • refactor: move UserProfileMenu to TitleBar and remove redundant collection selector from Sidebar by @iamdhakrey in #44
  • feat: implement bidirectional, client, and server gRPC streaming support with manager integration by @iamdhakrey in #45
  • feat: track and display gRPC response metadata and status codes in store and UI by @iamdhakrey in #46
  • chore: remove obsolete test_prost.rs test file by @iamdhakrey in #47

Full Changelog: v0.3.2...v0.4.0