File tree Expand file tree Collapse file tree 2 files changed +18
-1
lines changed
Expand file tree Collapse file tree 2 files changed +18
-1
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,23 @@ All notable changes to this project will be documented in this file. The format
44
55## Unreleased
66
7+ ## [ 1.5.0] [ 1.5.0 ] - 2024-12-19
8+
9+ feat: Add DeviceActivity support for POS Gateway integration
10+
11+ - Add DeviceActivity resource with create() and get_status() methods
12+ - Support PUBLIC authentication for DeviceActivity APIs
13+ - Add X-Razorpay-Device-Mode header injection for wired/wireless modes
14+ - Add DeviceMode constants (WIRED, WIRELESS)
15+ - Enhance Client to support public_auth parameter
16+ - Add comprehensive test coverage and mock responses
17+ - Fix test_multiple_client URL mismatch
18+ - Maintain backward compatibility with existing APIs
19+
20+ Endpoints:
21+ - POST /v1/devices/activity (create device activity)
22+ - GET /v1/devices/activity/{id} (get activity status)
23+
724## [ 1.4.2] [ 1.4.2 ] - 2024-03-19
825
926feat: Added new API endpoints
Original file line number Diff line number Diff line change 55
66setup (
77 name = "razorpay" ,
8- version = "1.4.2 " ,
8+ version = "1.5.0 " ,
99 description = "Razorpay Python Client" ,
1010 long_description = readme_content ,
1111 long_description_content_type = 'text/markdown' ,
You can’t perform that action at this time.
0 commit comments