-
Notifications
You must be signed in to change notification settings - Fork 129
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* pre-release: update readme, add changelog * Fixed a few things. * Small fixes
- Loading branch information
Showing
2 changed files
with
65 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,44 @@ | ||
# Acra ChangeLog | ||
|
||
|
||
## [0.76](https://github.com/cossacklabs/acra/releases/tag/0.76), March 9th 2018 | ||
|
||
|
||
_Core_: | ||
|
||
- **SSL / TLS support** | ||
|
||
Now you can use PostgeSQL with SSL/TLS settings enabled. Acra supports two modes of connection between AcraServer and the database: using SSL/TLS or using Secure Session ([#113](https://github.com/cossacklabs/acra/pull/113), [#119](https://github.com/cossacklabs/acra/pull/119)). | ||
|
||
|
||
- **Unix sockets** | ||
|
||
Acra now supports usage of both TCP and Unix Sockets as a connection layer between AcraWriter <-> AcraProxy <-> AcraServer. | ||
|
||
- **Tests** | ||
|
||
- Updated integration test suit to support multiple connection modes between the Acra components and the database ([#115](https://github.com/cossacklabs/acra/pull/115), [#117](https://github.com/cossacklabs/acra/pull/117), [#118](https://github.com/cossacklabs/acra/pull/118), [#120](https://github.com/cossacklabs/acra/pull/120)). | ||
- Added Docker image to make testing easier ([#104](https://github.com/cossacklabs/acra/pull/104)). | ||
|
||
|
||
_Infrastructure_: | ||
|
||
- Added support of Go 1.10, removed support of older Go versions (<1.6). | ||
- Added support of Ubuntu 17.10, Ubuntu 16.04, Ubuntu 14.04, Debian Stretch. | ||
- Updated dependency libraries (libthemis and libcrypto) to use the latest ones. | ||
|
||
|
||
_Documentation_: | ||
|
||
- Updated the documentation and tutorials to reflect the latest changes. | ||
|
||
|
||
## [0.75](https://github.com/cossacklabs/acra/releases/tag/0.75), March 7th 2017 | ||
|
||
This is the initial public release of Acra, a database protection suite. | ||
|
||
This version of Acra: | ||
|
||
- works on Ubuntu, CentOS, Debian linuxes | ||
- supports PostgreSQL 9.4+ | ||
- has AcraWriter packages for Python, PHP, Go and NodeJS |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters