Skip to content

Resource Server v3.5.0

Compare
Choose a tag to compare
@swaminathanvasanth swaminathanvasanth released this 31 Mar 10:56
· 1010 commits to master since this release
cd01d8c

New Features

  • Audit / Metering APIs for consumers, providers and delegates
    • /consumer/audit: This API shall allow IUDX consumer to understand their resource usage
    • /provider/audit: This API shall allow IUDX Providers to understand their resource usage
  • Admin API for resource management
    • Admin APIs for updating item-id and unique attribute of a resource and updating token invalidation
  • Broadcast Integration with RabbitMQ
  • Resource Server integration with RabbitMQ:
    • to broadcast invalid token information provided by Authorization Server
    • to broadcast Unique Attributes Information published by IUDX Admin
  • Invalidation of streaming subscription
  • With release v3.5.0, a consumer should use refresh subscription API (at least once in 12 hours) to keep their subscription live. The streaming will be cancelled automatically by the resource server if the subscription is not refreshed

Updates, bugs, and performance fixes

  • Enhanced Validation

Test Reports

  • Unit tests available here
  • Coverage available here
  • Performance tests available here
  • Security tests available here
  • Integration tests available here

What's Changed

New Contributors

Full Changelog: v3.0.0...v3.5.0