Skip to content

Commit 3e45783

Browse files
committed
Release version 0.9.1
1 parent e47fd14 commit 3e45783

File tree

2 files changed

+22
-1
lines changed

2 files changed

+22
-1
lines changed

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,26 @@
11
# Change Log
22

3+
## 0.9.1 (August 3, 2023)
4+
5+
### Enhancements:
6+
**UI Improvements:**
7+
* Enhanced readability of query implementation code displayed in the UI by removing package names.
8+
* Streamlined adapter deployment dialog.
9+
* Added suggestions for adapter names, simplifying data store deployment.
10+
* Improved parsing of comments in SQL queries submitted through the Polypheny-UI.
11+
12+
**Adapter and Container Management:**
13+
* Each Polypheny instance is now assigned a UUID, used in container names.
14+
* Automated port selection and password assignment for containers deployment via Docker.
15+
* All traffic is now tunneled through an encrypted connection.
16+
17+
### Bug Fixes:
18+
* Resolved remote connection issues with PostgreSQL and MonetDB.
19+
* Fixed a bug with MongoDB adapters during system restart.
20+
* Resolved an issue that prevented interface and adapter changes from saving under certain conditions.
21+
* Fixed a problem related to creating graph namespaces.
22+
23+
324
## 0.9.0 (April 12, 2023)
425

526
* Adding the ability to use sha256 digest for Docker images

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
versionMajor = 0
1818
versionMinor = 9
1919
versionMicro = 1
20-
isRelease = false
20+
isRelease = true
2121

2222
# org.gradle.parallel = true
2323
org.gradle.daemon = true

0 commit comments

Comments
 (0)