Skip to content

Releases: polypheny/Polypheny-DB

v0.10.0-alpha1

03 Dec 17:24
803f728
Compare
Choose a tag to compare
v0.10.0-alpha1 Pre-release
Pre-release

This is an alpha version of the upcoming Polypheny v0.10.0 release, introducing a plethora of changes, including:

  • Massive improvements to the handling of query results
  • Improvements to the query processing, resulting in significant performance improvements
  • Separation of schema layers and introduction of an abstraction logic
  • Massive improvements to the User Interface

Warning: This is an alpha release. There are still many known bugs and instabilities. Do not use for productive setups!

v0.9.2-RC1

21 Oct 10:48
ca66d3b
Compare
Choose a tag to compare
v0.9.2-RC1 Pre-release
Pre-release

This is a public release candidate of Polypheny, introducing Interactive Notebooks.

v0.9.1

03 Aug 11:14
3e45783
Compare
Choose a tag to compare

This is a maintenance release for version 0.9 containing the following improvements:

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 to avoid name collisions when multiple Polypheny instances use the same Docker host.
  • 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.

Migration Notes

The docker integration is now using three new ports. By default, these are 7001, 7002, and 7003. Make sure to adjust firewall rules if necessary. The old Polypheny Docker Connector container is no longer required and can be deleted.

Due to various internal changes, this version is incompatible with previous versions of Polypheny. For a seamless transition to the new release, we recommend following these steps: If you encounter any issues when starting the new version, rest assured that a straightforward solution is available. Simply delete the .polypheny folder in your user's home directory.

However, since this results in loosing all data and schema, resetting might not be an ideal scenario for everyone. To cater to your enterprise needs, we offer migration support in our paid versions of Polypheny. This feature allows you to smoothly transfer your valuable data and schema to the latest version without any data loss. Moreover, we are constantly striving to improve user experience, and we are happy to share that automatic migration capabilities will be introduced in an upcoming version. This addition will further simplify the migration process, eliminating the need for manual intervention.

Thanks to @gartens for implementing all Docker related changes as well as some of the additional improvements.

Full Changelog: releases/0.9.0...releases/0.9.1

v0.9.0

12 Apr 15:51
916dd17
Compare
Choose a tag to compare

This release of Polypheny introduces a new architecture based on plugins. This allows to add third-party features and to customize Polypheny. Furthermore, this release adds to new data source adapters: One for Excel sheets and one for Google sheets. Additionally, this release contains a multitude of bug fixes and general stability improvements. Furthermore, it improves performance for certain applications.

In detail, this release comes with the following new features:

  • Adding the ability to use sha256 digest for Docker images (#425) (thx to @datomo)
  • A new -version command line option (#427) (thx to @rit-clone)
  • Introduction of Plugin System & Plugin Refactor (#428) (thx to @datomo)
  • A data source adapter for Excel sheets (#418) (thx to @zxie86)
  • A data source adapter for Google sheets (#417) (thx to @Slayzur02)
  • Improve handling of file-based sources and allow linking of files (#436) (thx to @datomo)
  • Fix a naming error in graphs (#438) (thx to @datomo)
  • Fix an issue with deploying Docker containers from Polypheny (#438) (thx to @datomo)
  • Improve handling of logical operators on graph properties (#438) (thx to @datomo)

Full Changelog: releases/0.8.1...releases/0.9.0

v0.8.1

03 Nov 22:09
090296f
Compare
Choose a tag to compare

This is a maintenance release for version 0.8 containing the following improvements:

  • Fixing support for Java 19 (thx @datomo)
  • Fix an issue with the status handling for Docker containers that lead to the wrong status of a container being reported (thx @datomo)
  • Extend connection options for Docker containers (thx @datomo)

Full Changelog: releases/0.8.0...releases/0.8.1

v0.8.0

23 Oct 21:48
b380b9e
Compare
Choose a tag to compare

This release adds support for the labeled property graph data model and improves the support for cross-model queries. Furthermore, this release comes with several bug fixes and improvements.

  • Add support for the labeled property graph data model (thx @datomo)
  • Add support for the cypher query language (thx @datomo)
  • Add a neo4j data store adapter (thx @datomo)
  • Improve cross-model query support (thx @datomo)
  • Improve the document data model (thx @datomo)
  • Improve handling of DML queries containing operations not supported on the underlying data store (thx @datomo)
  • Improve constraint enforcement (thx @datomo)
  • Refactor transaction locking (thx @hennlo)
  • Add a remote deployment support for the MongoDB adapter (thx @nathanwilk7)
  • Allow specifying colors for information graphs (thx @sulea)
  • Add a logging for the number of monitoring threads (thx @Slayzur02)
  • Option to select a time interval for the graph in the UI dashboard (thx @zxie86)

Full Changelog: releases/0.7.0...releases/0.8.0

0.8.0-RC1

09 Oct 10:40
fb58769
Compare
Choose a tag to compare
0.8.0-RC1 Pre-release
Pre-release

This is a public release candidate for Polypheny-DB version 0.8.0.

v0.7.0

22 Feb 19:41
2da20e1
Compare
Choose a tag to compare

🎉 first public release!

0.7.0-RC10

20 Feb 16:20
f460ce3
Compare
Choose a tag to compare
0.7.0-RC10 Pre-release
Pre-release

This is a public release candidate for Polypheny-DB version 0.7.0.