-
Notifications
You must be signed in to change notification settings - Fork 2
/
CHANGELOG
146 lines (78 loc) · 2.28 KB
/
CHANGELOG
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
# Changelog
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [0.2.25] - 2022-06-10
### Fixed
- Fixed websocket connection state
## [0.2.24] - 2022-06-07
### Fixed
- Fixed customer activity notification payload
## [0.2.23] - 2022-01-14
### Added
- Utility functions initializeClient, initializeSimulator, initializeCustomer
## [0.2.22] - 2022-01-12
### Added
- Better error message for invalid channel, mode and provider values
## [0.2.21] - 2021-12-03
### Added
- M-Pesa to channel number providers
- GatewayError to VoiceCallStatus, MessageDeliveryStatus and PaymentStatus
- Description to PaymentStatusNotification and MessageStatusNotification
- Description to PaymentTransaction and SentMessage
## [0.2.20] - 2021-11-22
### Added
- Payment replay commands
- Narration field to initiate payment command
### Removed
- Wallet Payment Status Notification
## [0.2.19] - 2021-11-11
### Added
- Messaging replay commands
### Updated
- ChannelPayment type - breaking change
## [0.2.18] - 2021-11-03
### Fixed
- ussd input on first dial
## [0.2.17] - 2021-10-25
### Fixed
- Email tests
- Simulator email send
## [0.2.16] - 2021-09-23
### Updated
- Fix simulator notifications
## [0.2.15] - 2021-09-08
### Updated
- Remove attachment from email body
## [0.2.14] - 2021-09-06
### Added
- Reconnect on transport close - unless disconnect() was called
## [0.2.12-0.2.13] - 2021-09-06
### Added
- Remove payment mode
- Replace ActivityChannel with source
## [0.2.4-0.2.11] - 2021-08-10
### Added
- Make reconnect timeout configurable
- Make server host/port configurable
- Customer utilities for tags, metadata and secondary Ids
### Fixes
- Messaging state schema
- Typescript definitions
- Ussd input schema
## [0.2.3] - 2021-04-22
### Fixes
- Improve connection management
## [0.2.2] - 2021-03-12
### Added
- ChannelPayment as a debit/credit party for initiatePayment()
### Fixed
- Simulator tests
- Simulator notification data
## [0.2.1] - 2021-03-11
### Fixed
- Message notification data
- Simulator receiveMessage data
## [0.2.0] - 2021-03-11
### Added
- Implement SDK spec.