Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release 1.2.0 #115

Merged
merged 1 commit into from
May 25, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,21 @@
## Upcoming


## Release 1.2.0

This release includes the following feature enhancements and bug fixes:

**Features**
- Significantly reduced size of Docker image (https://github.com/aws/graph-explorer/pull/104)
- Improved schema synchronization performance via Summary API integration (https://github.com/aws/graph-explorer/pull/80)
- Improved error messaging when no/insufficient IAM role is found (https://github.com/aws/graph-explorer/pull/81)
- Updated Connections UI documentation for single server changes (https://github.com/aws/graph-explorer/pull/59)
- Added manual trigger for ECR updates (https://github.com/aws/graph-explorer/pull/68)

**Bug fixes**
- Fixed incorrect display of non-string IDs for Gremlin (https://github.com/aws/graph-explorer/pull/60)
- Fixed a database synchronization error caused by white spaces in labels for Gremlin requests (https://github.com/aws/graph-explorer/pull/84)

## Release 1.1.0

This release includes the following feature enhancements and bug fixes:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "graph-explorer",
"version": "1.1.0",
"version": "1.2.0",
"description": "Graph Explorer",
"packageManager": "[email protected]",
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion packages/graph-explorer-proxy-server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "graph-explorer-proxy-server",
"version": "1.1.0",
"version": "1.2.0",
"description": "Server to facilitate communication between the browser and the supported graph database.",
"main": "node-server.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/graph-explorer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "graph-explorer",
"version": "1.1.0",
"version": "1.2.0",
"description": "Graph Explorer",
"packageManager": "[email protected]",
"engines": {
Expand Down