File tree Expand file tree Collapse file tree 2 files changed +22
-1
lines changed
Expand file tree Collapse file tree 2 files changed +22
-1
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 1717versionMajor = 0
1818versionMinor = 9
1919versionMicro = 1
20- isRelease = false
20+ isRelease = true
2121
2222# org.gradle.parallel = true
2323org.gradle.daemon = true
You can’t perform that action at this time.
0 commit comments