summaryrefslogtreecommitdiff
path: root/ChangeLog
blob: 32efd1c6866719f972ccd08ac03f62034a0fbde5 (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
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