Skip to content

v0.1.0 - Enhanced Role Validation and Streamlined Verifier Integration

Latest
Compare
Choose a tag to compare
@aydarng aydarng released this 28 Jan 00:37
410c049

πŸš€ Release Notes - Filer v0.1.0

Release Date: 2025-01-28
Tag: v0.1.0
Title: Enhanced Role Validation and Integration with vLEI Verifier Client


✨ New Features

πŸ”’ Role Validation

  • Integrated Business Logic for Role Validation:
    • The Filer now validates user roles to ensure proper authorization.
    • This functionality was previously handled by the Verifier service but has been transitioned to the Filer for improved modularity and operational focus.

πŸ“¦ Integration with vlei-verifier-client

  • The Filer now uses the vlei-verifier-client package:
    • Provides a standardized and simplified interface for interacting with the vLEI Verifier.
    • Reduces the need for direct HTTP requests to the Verifier service.

πŸ› οΈ How to Upgrade

To upgrade to this version:

  1. Update your Filer service dependencies to include the latest vlei-verifier-client package:
    pip install -r requirements.txt

πŸ“Œ Summary

This release strengthens the Filer's capabilities by adding role validation business logic and streamlining interactions with the vLEI Verifier via the official client library.