0.91.0, December 16th 2021
0.91.0, December 16th 2021
Core:
- AcraWebConfig, AcraAuthManager:
- Have been deprecated and not supported anymore #456. The following changes have been made:
- removed
docker/acra-authmanager.dockerfile
,docker/acra-webconfig.dockerfile
files. - removed
acra-webconfig
andacra-authmanager
fromdocker/acra-build.dockerfile
file that is base image for all
other service's images. - removed
acra-webconfig
andacra-authmanager
from alldocker/docker-compose.*.yml
files. - reserved event codes for log entries in range [550, 558] related to AcraWebConfig.
- removed
- Have been deprecated and not supported anymore #456. The following changes have been made:
- AcraConnector:
- Has been deprecated and will be removed in the next releases. AcraServer and AcraTranslator will accept only direct TLS. See Transport security/TLS.
connections from applications. - Removed mentions and usage from acra-engineering-demos.
- Has been deprecated and will be removed in the next releases. AcraServer and AcraTranslator will accept only direct TLS. See Transport security/TLS.
- AcraKeymaker:
- AcraKeys:
- AcraServer:
- AcraTranslator:
- Accepts
POST
HTTP request method additionally toGET
for v2 API. MethodGET
marked as deprecated and warns with log message.
Deprecated HTTP GET method was used. Please use HTTP POST method instead.
if was used #466.
- Accepts
Infrastructure:
- Build binaries with
-tags netgo
flag, that forces usage of Go resolver to solve issues related to resolving hostnames.
between Docker containers. Updatedacra-build.dockerfile
used as base image for allcossacklabs/acra-*
images (#452). - Added missing parameter
--keystore=v1
for existing docker-compose files that caused errors (#452).
Documentation:
- Has been updated :)
- Improved guide about integration AcraTranslator into infrastructure.
- Extended description for AcraTranslator's HTTP API.
Example projects and demos:
- Python examples: now work with TLS connections to
AcraServer/Database. Also has been updated sqlalchemy version and binary column type fromBinary
toLargeBinary
#463. - acra-engineering-demos don't illustrate AcraConnector usage anymore. All applications and services connect to AcraServer directly.