Skip to content

Commit

Permalink
Docs for release version 0.4.6, minor fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
cheziyi committed Jun 6, 2020
1 parent fdde863 commit fa2be10
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## [0.4.6] - 2020-06-05

### Changed

- Improved performance of ElGamal and Paillier crypto-systems

## [0.4.5] - 2020-05-13

### Added
Expand Down
4 changes: 2 additions & 2 deletions docs/sample-docker-scripts.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ docker run -d -p 4000:4000 \
-e ServerPort=3306 \
-e Database=testdb \
--name PrismaDB_Proxy \
aprismatic.azurecr.io/prismadb-proxy-mysql:alpine
aprismatic/prismadb-proxy-mysql:alpine
```

## SQL Server with Prisma/DB Proxy on Windows (PowerShell)
Expand All @@ -37,7 +37,7 @@ docker run -d -p 4000:4000 `
-e DataSource=${svrip},1433 `
-e InitialCatalog=testdb `
--name PrismaDB_SQL_Server_Proxy `
aprismatic.azurecr.io/prismadb-proxy-mssql:win-1809
aprismatic/prismadb-proxy-mssql:win-1809
$proxyip = docker inspect `
--format='{{range .NetworkSettings.Networks}}{{.IPAddress}}{{end}}' `
Expand Down

0 comments on commit fa2be10

Please sign in to comment.