Skip to content

Commit

Permalink
Release version 0.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
vogti committed Aug 3, 2023
1 parent e47fd14 commit 3e45783
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 1 deletion.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,26 @@
# Change Log

## 0.9.1 (August 3, 2023)

### Enhancements:
**UI Improvements:**
* Enhanced readability of query implementation code displayed in the UI by removing package names.
* Streamlined adapter deployment dialog.
* Added suggestions for adapter names, simplifying data store deployment.
* Improved parsing of comments in SQL queries submitted through the Polypheny-UI.

**Adapter and Container Management:**
* Each Polypheny instance is now assigned a UUID, used in container names.
* Automated port selection and password assignment for containers deployment via Docker.
* All traffic is now tunneled through an encrypted connection.

### Bug Fixes:
* Resolved remote connection issues with PostgreSQL and MonetDB.
* Fixed a bug with MongoDB adapters during system restart.
* Resolved an issue that prevented interface and adapter changes from saving under certain conditions.
* Fixed a problem related to creating graph namespaces.


## 0.9.0 (April 12, 2023)

* Adding the ability to use sha256 digest for Docker images
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
versionMajor = 0
versionMinor = 9
versionMicro = 1
isRelease = false
isRelease = true

# org.gradle.parallel = true
org.gradle.daemon = true
Expand Down

0 comments on commit 3e45783

Please sign in to comment.