blob: 074aada834b19893cfd37bec3294431b823f8bc4 (
plain)
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
|
Wed Aug 28 11:39:36 PM CEST 2024
Releasing taler-merchant 0.13.0. -FD
Wed Jul 24 06:50:10 AM CEST 2024
Releasing taler-merchant 0.12.0. -FD
Wed May 15 19:43:41 AM CEST 2024
Releasing taler-merchant 0.11.0. -CG
Fri Apr 12 10:43:41 AM CEST 2024
Releasing taler-merchant 0.10.2. -CG
Wed Nov 29 09:06:49 AM JST 2023
Creating bugfix release taler-merchant 0.9.3a. -CG
Wed Nov 29 09:06:49 AM JST 2023
Creating bugfix release taler-merchant 0.9.3a. -CG
Sat 28 Aug 2021 05:27:02 PM CEST
Improved language on HTML pages shown to user on
payment/refund (#6995). -CG/BP
Used database-driven long-polling on all long-pollers
for multi-process deployments. (#6956) -CG
Releasing taler-merchant 0.8.4. -CG
Tue 24 Aug 2021 03:08:53 PM CEST
Releasing taler-merchant 0.8.3. -CG
Tue 17 Aug 2021 03:08:53 PM CEST
Releasing taler-merchant 0.8.2. -CG
Thu 22 Apr 2021 11:30:13 PM CEST
Integrate new single-page app. -CG/SM
Tue 10 Nov 2020 01:08:46 PM CET
Major revamp of the entire API (now 1:0:0), changing the names of
many endpoints for better consistency.
Adding support for (optional) inventory management.
Releasing taler-merchant 0.8.0. -CG/JB
Sun 12 Apr 2020 08:45:11 PM CEST
Changed /tip-pickup API to withdraw directly from the exchange
and return blind signatures, instead of having the wallet do it (#6173). -CG
Fri 10 Apr 2020 09:01:22 PM CEST
Changing refund API to have the merchant backend make the /refund
request to the exchange instead of having the wallet do it (#5299). -CG
Tue 31 Mar 2020 04:17:58 PM CEST
Releasing taler-merchant 0.7.0. -CG
Tue 24 Dec 2019 11:01:21 PM CET
Releasing taler-merchant 0.6.0. -CG
Sat 17 Aug 2019 10:03:38 PM CEST
Remove "currency" field from exchange database, as we only
support one currency per merchant backend anyway. -CG
Wed Apr 4 00:19:38 CEST 2018
Releasing taler-merchant-0.5.0 -FD
Mon Jan 22 21:54:42 CET 2018
Address #5262. -CG
Tue Jan 2 00:27:29 2018
Implement #5158 (proper handling of aborted payments). -CG
Wed Dec 27 11:21:43 2017
Complete logic to allow /pay to span coins from multiple exchanges. -CG
Wed Dec 13 21:50:59 2017
Use new wire transfer logic in payments generator. -CG
Thu Dec 7 07:42:40 2017
Implemented new tipping feature (now with private keys in files). -CG
Wed Oct 18 15:33:23 CEST 2017
Releasing taler-merchant 0.4.0. -CG
Thu Jun 22 15:12:37 CEST 2017
Implementing /refund
Tue Jun 6 14:30:43 CEST 2017
Abstracting the response gotten from the exchange's tracking
API and relying it to the frontend.
A payment generator has been implemented so that the db can
easily be populated for testing purposes.
/history API now has the way to query from a starting base date
ahead into the future.
Memory leak fixes. -CG/MS
Releasing taler-merchant 0.3.0. -CG
Mon Mar 6 17:57:51 CET 2017
Add support for wire fee calculations to /pay handling (#4935),
and adding setting "max_wire_fee" and "wire_fee_amortization"
in contract from defaults. -CG
Mon Mar 6 00:59:25 CET 2017
Implement BIND_TO option to allow binding backend to a particular
IP address (#4752). Enabling use of dual-stack by default. -CG
Thu Dec 15 10:37:08 CET 2016
Implementing:
- /map/in, /map/out API, to allow frontends to store
plain text contracts in database and retrieving them
by looking for their hashcodes.
Fri Nov 18 18:54:07 CET 2016
Misc. minor updates to match API changes from exchange 0.2.
Releasing taler-merchant 0.2.0. -CG
Mon Oct 10 16:27:57 CEST 2016
Implementing:
- /track API, to map transactions to wire transfers and
viceversa.
- /history API, to get the list of transactions in DB.
- merchant "instances", to run make multiple shops on the
same backend. -MS
Tue Jun 7 15:17:45 CEST 2016
Store signing key used by exchange in DB. Might be useful
in the future when we implement GC for the backenddb. -CG
Wed Jun 1 17:27:36 CEST 2016
Releasing taler-merchant-0.0.0. -CG
|