Releases: aws/graph-notebook
Releases · aws/graph-notebook
Release 4.4.2
- Set Gremlin
connection_protocoldefaults based on Neptune service when generating configuration via arguments (Link to PR)
Release 4.4.1
- Added
--connection-protocoloption to%%gremlin(Link to PR) - Added global Gremlin
connection_protocolsetting to%%graph_notebook_config(Link to PR) - Added various enhancements for
%%gremlinHTTP connections to Neptune (Link to PR) - Restored left alignment of numeric value columns in results table widget (Link to PR)
Release 4.4.0
- Upgraded to Gremlin-Python 3.7 (Link to PR)
- Added
%reset_graphline magic (Link to PR) - Added
%get_graphline magic, support%statusfor Neptune Analytics (Link to PR) - Added
%%oc --plan-cachesupport for Neptune DB (Link to PR)
Release 4.3.1
- New notebooks showing Telco examples leveraging GNN and LLM (Link to PR)
- Path: 03-Neptune-ML > 03-Sample-Applications > 04-Telco-Networks
- Added KMS encryption support to NeptuneDB Notebook CloudFormation template (Link to PR)
- Added warnings for usage of
%%ocwith incompatible Neptune Analytics parameters (Link to PR) - Added download and copy buttons to results table widgets (Link to PR)
- Improved handling of mixed type Gremlin results (Link to PR)
- Upgraded
rdflibto 7.0.0 andSPARQLWrapperto 2.0.0 (Link to PR) - Upgraded
requeststo 2.32.x (Link to PR) - Upgraded
itablesto 2.x (Link to PR) - Fixed formatting of query magic
--helpentries listing valid inputs (Link to PR) - Fixed endpoint creation bug in People-Analytics-using-Neptune-ML sample (Link to PR)
- Fixed deprecated usage of Pandas
DataFrameGroupBy.meanin NeptuneML SPARQL utils (Link to PR) - Updated default
%graph_notebook_configto display Neptune-specific fields (Link to PR)
Release 4.2.0
- New Neptune Analytics notebooks - SBOM (Link to PR)
- Path: 02-Neptune-Analytics > 03-Sample-Use-Cases > 03-Software-Bill-Of-Materials
- Added
--store-formatoption to query magics (Link to PR) - Added
--export-toCSV file option to query magics (Link to PR) - Added
%graph_pg_infoline magic (Link to PR) - Added
@neptune_graph_onlymagics decorator (Link to PR) - Added documentation for FontAwesome 5 settings (Link to PR)
- Updated
create-graphCLI commands in Neptune Analytics samples (Link to PR) - Updated NeptuneDB Notebook CloudFormation template (Link to PR)
- Fixed unintended formatting in
%%oc explainwidget (Link to PR) - Fixed serialization of NoneType for
%%ocquery parameters (Link to PR) - Changed
%loadparameter and default value for failOnError (Link to PR)
Release 4.1.0
- New Neptune Analytics notebook - Vector Similarity Algorithms (Link to PR)
- Path: 02-Neptune-Analytics > 02-Graph-Algorithms > 06-Vector-Similarity-Algorithms
- Updated various Neptune magics for new Analytics API (Link to PR)
- Added
%graph_notebook_serviceline magic (Link to PR) - Added unit abbreviation support to
--max-content-length(Link to PR) - Deprecated Python 3.7 support (Link to PR)
Release 4.0.2
- Fixed
neptune_ml_utilsimports in03-Neptune-MLsamples (Link to PR) - Enable Gremlin
message_serializerconfig field for Neptune endpoints (Link to PR)
Release 4.0.1
- Fixed
@neptune_db_onlymagics decorator (Link to PR)
Release 4.0.0
- Added support for the new Neptune Analytics graph database engine. (Link to PR)
- Added Air-Routes and EPL sample seed datasets for openCypher (Link to PR)
Release 3.9.0
- New Gremlin Language Tutorial notebooks (Link to PR)
- Path: 06-Language-Tutorials > 03-Gremlin
- Added
--explain-typeoption to%%gremlin(Link to PR) - Added general documentation for
%%graph_notebook_configoptions (Link to PR) - Added support for Gremlin proxy hosts and visualization of Neptune HTTP results (Link to PR)
- Modified Dockerfile to support Python 3.10 (Link to PR)
- Updated Docker documentation with platform-specific run commands (Link to PR)
- Fixed deprecation warnings in GitHub workflows (Link to PR)
- Fixed seed dataset unzip path in Identity Graph sample notebook (Link to PR)
- Fixed unit test workflows failing on type check assertion (Link to PR)
- Fixed bad queries in openCypher Language Tutorial samples (PR #1) (PR #2)
- Fixed kernel crashing with ZMQ errors on magic execution (Link to PR)
- Fixed truncated descriptions for some
%seedfields (Link to PR) - Unpinned
boto3andbotocoreto support NeptuneData SDK (Link to PR)