Skip to content
This repository was archived by the owner on Sep 12, 2019. It is now read-only.

Commit fe8d6be

Browse files
committed
Update CHANGELOG
1 parent 6abde83 commit fe8d6be

File tree

1 file changed

+30
-0
lines changed

1 file changed

+30
-0
lines changed

CHANGELOG.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,36 @@
22

33
As this project is pre 1.0, breaking changes may happen for minor version bumps. A breaking change will get clearly notified in this log.
44

5+
## 0.0.10
6+
7+
* Send only relevant data to compliance callbacks (#17).
8+
* `hooks` are now called `callbacks` in `bridge` server.
9+
10+
## 0.0.9
11+
12+
* Transaction builder (#14)
13+
14+
## 0.0.8
15+
16+
* [Compliance protocol](https://www.stellar.org/developers/learn/integration-guides/compliance-protocol.html) support.
17+
* Saving and reading memo preimage.
18+
* This repo will now contain two apps: `bridge` (for building, submitting and monitoring transactions) and `compliance` (for Compliance protocol). Both are built in a single build process. Each app has it's own README file.
19+
* Dependency injection is now done using [facebookgo/inject](https://godoc.org/github.com/facebookgo/inject).
20+
* Handling and validation of requests and responses is now done in `protocols` package. This package contains methods for transforming `url.Values` from/to request structs and for marshalling responses. It also contains common errors (missing/invalid fields, internal server error, etc.) and all protocol-specific error responses. It also includes stellar.toml and federation resolving.
21+
* New `net` and `server` packages that contain some helper network connected functions and structs.
22+
* Improvements to `db` package.
23+
24+
## 0.0.7
25+
26+
* Add path payments,
27+
* Change `config.toml` file structure,
28+
* Partial implementation of Compliance Protocol.
29+
30+
## 0.0.6
31+
32+
* When there are no `ReceivePayment`s in database, payment listener will start with cursor `now`.
33+
* Fix a bug in `db.Repository.GetLastCursorValue()`.
34+
535
## 0.0.5
636

737
* Add `MEMO_HASH` support.

0 commit comments

Comments
 (0)