Skip to content

Releases: mod-posh/PasswordSafeClient

Release v1.2.0

19 Oct 02:44
Compare
Choose a tag to compare

v1.2.0

This release will add a new endpoint for PasswordSafe

BUG

  • issue-15: User Search not implemented
  • issue-14: Null Response

FEATURE

  • issue-11: Milestone-2
  • issue-10: Add Tests for UserService
  • issue-9: Integrate UserService into PasswordSafe Client
  • issue-8: Implement IUser service
  • issue-7: Create IUser interface
  • issue-6: Create Users model
  • issue-2: Users Endpoint

MAINTENANCE

  • issue-13: Test Workflow
  • issue-12: Build Pipeline shouldn't run on non-main branches
  • issue-5: Add CodeQL
  • issue-4: Add dependabot
  • issue-3: Remove uncessary files

NO LABEL

  • issue-16: Commented out the code for search, closes issue #15

Release v1.0.0

17 Oct 17:20
Compare
Choose a tag to compare

v1.0.0

ModPosh.PasswordSafeClient is a C# client library for interacting with the PasswordSafe API. It allows developers to manage credentials within projects by providing a simple and flexible API interface. This client supports basic operations such as retrieving, creating, updating, and deleting credentials, and it uses an authentication token to securely communicate with the API.

NO LABEL

  • issue-1: Initial Release